XWindow 启动过程备忘(部分)

XWindow 启动过程备忘(部分)
(2006.05)


# /etc/X11/xinit/
*  xinitrc

      # common code for Xsession and xinitrc scripts
**    xinitrc-common
 
         # merge in keymaps of system key map and user key map
         # run all shell scripts files in xinitrc.d

         # input methud
***      xinput.sh
           
            # Load up the user and system locale settings
****        /etc/profile.d/lang.sh
           
            # try to source ~/.xinput.d/ll_CC or /etc/X11/xinit/xinput.d/ll_CC to
            # setup the input method for locale (CC is needed for Chinese for example)
****        ~/.xinput.d/default
****        /etc/X11/xinit/xinput.d/zh_CN or default
            # to set XIM XIM_PROGRAM XIM_ARGS XMODIFIERS GTK_IM_MODULE QT_IM_MODULE

****        gnome-im-settings-daemon >/dev/null

            # execute XIM_PROGRAM
            "$XIM_PROGRAM"

         #Configures virtual key bindings
***      xmbind.sh

****        /usr/X11R6/bin/xmbind

         # set ssh-agent

      # start user clients, or system defaults.
      if
**       $HOME/.Xclients
      else if
**       /etc/X11/xinit/Xclients

            # check to see if the user has a preferred desktop
            if [ -f /etc/sysconfig/desktop ]; then
                . /etc/sysconfig/desktop
                if [ "$DESKTOP" = "GNOME" ]; then
***                 exec gnome-session
                elif [ "$DESKTOP" = "KDE" ]; then
***                 exec startkde
                fi
            fi   

***         exec /usr/X11R6/bin/twm

      else
**       /usr/X11R6/bin/twm
      fi
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值