1GNOME(1)                    General Commands Manual                   GNOME(1)
2
3
4

NAME

6       default.session - GNOME Default session configuration file.
7

DESCRIPTION

9       The  /usr/share/gnome/default.session  file contains a list of programs
10       to be launched the first time a user logs into the GNOME environment.
11
12       The format of the file is the one used by the  gnome_config  libraries,
13       and it looks like this:
14
15       [Section]
16       SEQID,id=uniqueID
17       SEQID,Priority=PRIO
18       SEQID,RestartCommand=command
19       num_clients=TOP
20
21       There are three possible names for Section And they are:
22
23       Default
24
25              This specifies the Default session to load
26
27       Chooser
28
29              Lets  the user configure which non-session aware programs should
30              be started up when the session begins
31
32       Warner
33
34       Since the gnome_config file format is not very flexible,  an  array  of
35       data  is  emulated  by  listing  starting  from  0 chunks of "id,Prior‐
36       ity,RestartCommand", and at the end the num_clients variable lists  the
37       number of chunks listed.
38
39       The  uniqueid  key  provides a name that is unique within this file and
40       passed to the app as the client id which it must use to  register  with
41       gnome-session.
42
43       The RestartCommand specifies the command to run from the $PATH.
44
45       The  Priority  determines  the  order in which the commands are started
46       (with Priority = 0 first) and defaults to 50.
47
48       The clients must be numbered from 0 to the value of num_clients-1
49
50
51
52                                   GNOME 1.0                          GNOME(1)
Impressum