1GNOME-SESSION(1) General Commands Manual GNOME-SESSION(1)
2
3
4
6 gnome-session - Starts up the GNOME desktop environment
7
9 gnome-session [--autostart=DIR] [--default-session-key=KEY] [--fail‐
10 safe|-f] [--debug]
11
13 The gnome-session program starts up the GNOME desktop environment.
14 This command is typically executed by your login manager (either gdm,
15 xdm, or from your X startup scripts). It will load either your saved
16 session, or it will provide a default session for the user as defined
17 by the system administrator (or the default GNOME installation on your
18 system).
19
20 The default session is defined in the GConf keys under /desk‐
21 top/gnome/session. When saving a session, gnome-session saves the cur‐
22 rently running applications in the $XDG_CONFIG_HOME/gnome-ses‐
23 sion/saved-session directory.
24
25 gnome-session is an X11R6 session manager. It can manage GNOME appli‐
26 cations as well as any X11R6 SM compliant.
27
29 The following options are supported:
30
31 --autostart=DIR
32 Start all applications defined in DIR, instead of starting the
33 applications defined in /desktop/gnome/session/default_session,
34 or via the --default-session-key option. Multiple --autostart
35 options can be passed.
36
37 --default-session-key=KEY
38 Sets the GConf key from which applications running a default
39 session should be read to KEY. If not specificed, /desk‐
40 top/gnome/session/default_session will be used.
41
42 --failsafe
43 gnome-session will run in fail-safe mode. User-specified appli‐
44 cations will not be started.
45
46 --debug
47 Enable debugging code.
48
50 gnome-session accepts all of the standard environment variables used by
51 gnome programs, other than the SESSION_MANAGER environment variable.
52 gnome-session also sets several environment variables for the use of
53 its child processes.
54
55 SESSION_MANAGER
56
57 This variable is used by session-manager aware clients to con‐
58 tact gnome-session.
59
60 DISPLAY
61
62 This variable is set to the X display being used by gnome-ses‐
63 sion. Note that if the --display option is used this might be
64 different from the setting of the environment variable when
65 gnome-session is invoked.
66
68 gnome-session-properties(1) gnome-session-save(1) gnome-wm(1)
69
71 If you find bugs in the gnome-session program, please report these on
72 http://bugzilla.gnome.org.
73
74
75
76 GNOME GNOME-SESSION(1)