Chapter 9 . Using X 365 This large (Make web site)

Chapter 9 . Using X 365 This large section combines several variables and loads the correct keymaps. # run all system xinitrc shell scripts. for i in /etc/X11/xinit/xinitrc.d/* ; do if [ -x $i ]; then . $i fi done # now, we see if xdm/gdm/kdm has asked for a specific environment case $# in 1) case $1 in failsafe) exec xterm -geometry 80×24-0-0 ;; gnome) exec gnome-session ;; kde) exec startkde ;; anotherlevel) # we assume that switchdesk is installed. exec /usr/share/apps/switchdesk/Xclients.anotherlevel ;; esac esac # otherwise, take default action if [ -x $HOME/.xsession ]; then exec $HOME/.xsession elif [ -x $HOME/.Xclients ]; then exec $HOME/.Xclients elif [ -x /etc/X11/xinit/Xclients ]; then exec /etc/X11/xinit/Xclients else # should never get here; failsafe fallback exec xsm fi Finally, this section starts the appropriate desktop interface. If the system does not use one of the specified desktops, the xsmcommand is issued, which starts a basic X session. Xresources The XDM login screen can be customized with the Xresourcesfile that is referenced in the Xsession file. This file uses the standard Xresource format, which is discussed in more detail in the Customizing X applications section later in the chapter. ! $XConsortium: Xresources /main/8 1996/11/11 09:24:46 swick $ xlogin*login.translations: #override CtrlR: abort-display()n
Note: If you are looking for cheap and reliable webhost to host and run your mysql application check mysql web server services.

Leave a Reply