364 Part II . Getting Around in Linux (Business web site)

364 Part II . Getting Around in Linux These lines are similar to those in the xinitrcfile and specify the files for several variables. Notice the path that this script uses for the Xresources file, in case you need to customize it. # merge in defaults if [ -f $oldsysresources ]; then xrdb -merge $oldsysresources fi if [ -f $sysresources ]; then xrdb -merge $sysresources fi if [ -f $userresources ]; then xrdb -merge $userresources fi # merge in keymaps if [ -f $sysxkbmap ]; then setxkbmap `cat $sysxkbmap ` XKB_IN_USE=yes fi if [ -f $userxkbmap ]; then setxkbmap `cat $userxkbmap ` XKB_IN_USE=yes fi if [ -z $XKB_IN_USE -a ! -L /etc/X11/X ]; then if grep ^exec.*/Xsun /etc/X11/X > /dev/null 2>&1 && [ -f /etc/X11/XF86Conf ig ]; then xkbsymbols=`sed -n -e s/^[ ]*XkbSymbols[ ]* (.*) .*$/1/p /etc /X11/XF86Config` if [ -n $xkbsymbols ]; then setxkbmap -symbols $xkbsymbols XKB_IN_USE=yes fi fi fi # xkb and xmodmap don t play nice together if [ -z $XKB_IN_USE ]; then if [ -f $oldsysmodmap ]; then xmodmap $oldsysmodmap fi if [ -f $sysmodmap ]; then xmodmap $sysmodmap fi if [ -f $usermodmap ]; then xmodmap $usermodmap fi fi unset XKB_IN_USE
In case you need quality webspace to host and run your web applications, try our personal web hosting services.

Leave a Reply