Penguin
Blame: default.session(5)
EditPageHistoryDiffInfoLikePages
Annotated edit history of default.session(5) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GNOME
2 !!!GNOME
3 NAME
4 DESCRIPTION
5 ----
6 !!NAME
7
8
9 default.session - GNOME Default session configuration file.
10 !!DESCRIPTION
11
12
13 The ''${prefix}/share/gnome/default.session'' file
14 contains a list of programs to be launched the first time a
15 user logs into the GNOME environment.
16
17
18 The format of the file is the one used by the gnome_config
19 libraries, and it looks like this:
20
21
22 [[Section]
23 SEQID,id=uniqueID
24 SEQID,Priority=PRIO
2 perry 25 SEQID,!RestartCommand=command
1 perry 26 num_clients=TOP
27 There are three possible names for __Section__ And they are:
28
29
30 ''Default''
31
32
33 This specifies the Default session to load
34
35
36 ''Chooser''
37
38
39 Lets the user configure which non-session aware programs
40 should be started up when the session begins
41
42
43 ''Warner''
44
45
46 Since the gnome_config file format is not very flexible, an
47 array of data is emulated by listing starting from 0 chunks
48 of
49 num_clients'' variable lists the number of chunks
50 listed.
51
52
53 The __uniqueid__ key provides a name that is unique
54 within this file and passed to the app as the client id
55 which it must use to register with
56 gnome-session.
57
58
2 perry 59 The __!RestartCommand__ specifies the command to run from
1 perry 60 the $PATH.
61
62
63 The __Priority__ determines the order in which the
64 commands are started (with Priority = 0 first) and defaults
65 to 50.
66
67
68 The clients must be numbered from 0 to the value of
69 ''num_clients-1''
70 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.