0a9215cd34
Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-4 - repaint proper area of text in splash screen, #84527 Tue Feb 18 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-3 - change icon for magicdev to one that exists in Bluecurve theme (part of #84491) Thu Feb 13 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-2 - load icons from icon theme Wed Feb 05 2003 Havoc Pennington <hp@redhat.com> 2.2.0.2-1 - 2.2.0.2 Tue Feb 04 2003 Jonathan Blandford <jrb@redhat.com> - remove extraneous separator. Still ugly. Wed Jan 29 2003 Havoc Pennington <hp@redhat.com> - add icons for the stuff in the default session #81489 Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Sat Jan 11 2003 Havoc Pennington <hp@redhat.com> - 2.1.90 - drop purgedelay patch, as it was increased upstream (though only to 2 minutes instead of 5) Fri Dec 06 2002 Tim Waugh <twaugh@redhat.com> 2.1.2-2 - Add eggcups to default session. Wed Nov 13 2002 Havoc Pennington <hp@redhat.com> - 2.1.2
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
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=7
|
|
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
|
|
5,id=default5
|
|
5,Priority=60
|
|
5,RestartCommand=rhn-applet-gui --sm-client-id default5
|
|
6,id=default6
|
|
6,Priority=50
|
|
6,RestartCommand=eggcups --sm-client-id default6
|