File: default.session.in

package info (click to toggle)
gnome-session 2.22.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,564 kB
  • ctags: 1,007
  • sloc: ansic: 10,813; sh: 9,280; makefile: 373
file content (20 lines) | stat: -rw-r--r-- 799 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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=3
0,id=default0
0,Priority=0
0,RestartCommand=gnome-wm --default-wm gnome-wm --sm-client-id default0
1,id=default1
1,Priority=10
1,RestartCommand=gnome-panel --sm-client-id default1
2,id=default2
2,Priority=20
2,RestartCommand=nautilus --no-default-window --sm-client-id default2