|
|
where logging with kdm as normal user , some strange message will be logged in file ".xsession-errors"
xset: bad font path element (#56), possible causes are:
Directory does not exist or has wrong permissions
Directory missing fonts.dir
Incorrect font server address or syntax
startkde: Starting up...
kbuildsycoca running...
kdecore (KLibLoader): WARNING: KLibrary: /usr/kde/3.4/lib/kde3/kcm_kdnssd.so: undefined symbol: init_kdnssd
kdecore (KLibLoader): WARNING: KLibrary: /usr/kde/3.4/lib/kde3/kcm_keyboard.so: undefined symbol: init_keyboard_layout
konsole: WARNING: Unable to use /usr/kde/3.4/share/apps/konsole/mc.desktop
konsole: WARNING: Unable to use /usr/kde/3.4/share/apps/konsole/sumc.desktop
konsole: WARNING: Unable to use /usr/kde/3.4/share/apps/konsole/screen.desktop
~
but if i logging with console , and run startx , no thing happened , all is perfect
below is my .xsession file (not root)
export LANG=zh_CN
export LC_ALL=zh_CN
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
/usr/bin/fcitx &
exec /usr/kde/3.4/bin/startkde |
|