|
|
发表于 2007-10-21 15:30:26
|
显示全部楼层
Post by ashizl
现在发现可能是我们加错了地方:
#
. /etc/X11/xinit/xinitrc.common
#
# Special for twm
#
case "$WINDOWMANAGER" in
*twm) xsetroot -solid darkslateblue
esac
#
# Uncomment next line to activate asking for ssh passphrase
#
# ssh-add
#
# Add your own lines here...
#
fusion-icon &
# day planer deamon
# pland &
#
# finally start the window manager
#
unset WINDOW_MANAGER STARTUP
exec $WINDOWMANAGER
# call failsafe
exit 0
我们应该加在这句# Add your own lines here...的下面。
各位不妨试试。
可以了。但如果要关compiz什么关,以修改这个文件实现开关不太方便。 |
|