|
|
发表于 2009-1-3 14:39:48
|
显示全部楼层
修改.gnome2/session
cat .gnome2/session
# This is the custom session.
# The RestartCommand specifies the command to run from the $PATH.
# The Priority determines the order in which the commands are started
# (with Priority = 0 first) and defaults to 50.
# The id provides a name that is unique within this file and passed to the
# app as the client id which it must use to register with gnome-session.
# The clients must be numbered from 0 to the value of num_clients - 1.
[Default]
num_clients=3
0,id=default0
0,Priority=0
0,RestartCommand=compiz --sm-client-id default0 --ignore-desktop-hints ccp
1,id=default1
1,Priority=10
1,RestartCommand=nautilus --no-default-window --sm-client-id default1
2,id=default2
2,Priority=20
2,RestartCommand=gnome-panel --sm-client-id default2 |
|