summaryrefslogtreecommitdiff
path: root/debian/local/Xsession.options.5
blob: 1d672eea3fffbfa4a4f19872b418bb79a16ed0a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.\" $Id: Xsession.options.5 189 2005-06-11 00:04:27Z branden $
.\"
.\" Copyright 1998-2001, 2003-2004 Branden Robinson <branden@debian.org>.
.\"
.\" This is free software; you may redistribute it and/or modify
.\" it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2,
.\" or (at your option) any later version.
.\"
.\" This is distributed in the hope that it will be useful, but
.\" WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public License with
.\" the Debian operating system, in /usr/share/common-licenses/GPL;  if
.\" not, write to the Free Software Foundation, Inc., 59 Temple Place,
.\" Suite 330, Boston, MA 02111-1307 USA
.TH Xsession.options 5 "2004\-10\-31" "Debian Project"
.SH NAME
Xsession.options \- configuration options for
.BR Xsession (5)
.SH DESCRIPTION
.I /etc/X11/Xsession.options
contains a set of flags that determine some of the behavior of the
.BR Xsession (5)
Bourne shell
.RB ( sh (1))
script.
See the
.BR Xsession (5)
manpage for further information.
.PP
.I Xsession.options
may contain comments, which begin with a hash mark (\(oq#\(cq) and end at
the next newline, just like comments in shell scripts.
The rest of the file consists of options which are expressed as words
separated by hyphens, with only one option per line.
Options are enabled by simply placing them in the file; they are disabled
by prefixing the option name with \(oqno\-\(cq.
.PP
Available options are:
.TP
.B allow\-failsafe
If the \(oqfailsafe\(cq argument is passed to the
.I Xsession
script, an emergency X session is invoked, consisting of only an
.BR x\-terminal\-emulator (1)
in the upper\-left hand corner of the screen.
No window manager is started.
If an
.B x\-terminal\-emulator
program is not available, the session exits immediately.
.TP
.B allow\-user\-resources
If users have a file called
.I .Xresources
in their home directories, these resources will be merged with the default
X resources when they log in.
.TP
.B allow\-user\-xsession
If users have an executable file called
.I .xsession
in their home directories, it can be used as the startup program for the X
session (see
.BR Xsession (5)).
If the file is present but not executable, it may still be used, but is
assumed to be a Bourne shell script, and executed with
.BR sh (1).
.TP
.B use-session-dbus
If the
.BR dbus
package is installed, the session bus will be activated at X session
launch.
.TP
.B use\-ssh\-agent
If the
.BR ssh\-agent (1)
program is available and no agent process appears to be running already,
the X session will be invoked by exec'ing
.B ssh\-agent
with the startup command, instead of the startup command directly.
.PP
All of the above options are enabled by default.
Additional options may be supported by the local administrator.
.BR Xsession (5)
describes how this is accomplished.
.SH AUTHORS
Stephen Early, Mark Eichin, and Branden Robinson developed Debian's X
session handling scripts.
Branden Robinson wrote this manual page.
.SH SEE ALSO
.BR Xsession (5),
.BR ssh\-agent (1),
.BR x\-terminal\-emulator (1)
.\" vim:set et tw=80: