3899e2065c
Wed Aug 14 2002 Havoc Pennington <hp@redhat.com> - fix the session file, should speed up login a lot - put magicdev in default session Thu Aug 08 2002 Havoc Pennington <hp@redhat.com> - 2.0.5 with more translations Tue Aug 06 2002 Havoc Pennington <hp@redhat.com> - 2.0.4 - remove gnome-settings-daemon from default session Wed Jul 31 2002 Havoc Pennington <hp@redhat.com> - 2.0.3 - remove splash screen, require redhat-artwork instead Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com> - Set GTK_RC_FILES so we can change the gtk1 theme Tue Jul 16 2002 Havoc Pennington <hp@redhat.com> - pass --with-halt-command=/usr/bin/poweroff --with-reboot-command=/usr/bin/reboot Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com> - Version 2.0.1, fixing missing po files Wed Jun 19 2002 Havoc Pennington <hp@redhat.com> - put in new default session with pam-panel-icon - disable schema install in make install, fixes rebuild failure. Sun Jun 16 2002 Havoc Pennington <hp@redhat.com> - rebuild with new libraries
27 lines
962 B
Plaintext
27 lines
962 B
Plaintext
# This is the default session that is launched if the user doesn't
|
|
# already have a 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=5
|
|
0,id=default0
|
|
0,Priority=60
|
|
0,RestartCommand=pam-panel-icon --sm-client-id default0
|
|
1,id=default1
|
|
1,Priority=10
|
|
1,RestartCommand=gnome-wm --default-wm gnome-wm --sm-client-id default1
|
|
2,id=default2
|
|
2,Priority=40
|
|
2,RestartCommand=gnome-panel --sm-client-id default2
|
|
3,id=default3
|
|
3,Priority=40
|
|
3,RestartCommand=nautilus --no-default-window --sm-client-id default3
|
|
4,id=default4
|
|
4,Priority=40
|
|
4,RestartCommand=magicdev --sm-client-id default4
|