source: gnome/add/gdm.xml@ 4a256da

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4a256da was a18731b, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the GNOME Add-on packages to reflect the change in the GNOME sysconfdir configuration directory - Commit #1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5635 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 13.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gdm-download-http "http://ftp.gnome.org/pub/GNOME/sources/gdm/2.8/gdm-&gdm-version;.tar.bz2">
8 <!ENTITY gdm-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gdm/2.8/gdm-&gdm-version;.tar.bz2">
9 <!ENTITY gdm-md5sum "2944ba9c2a2bf7032ac81dc24eecf32d">
10 <!ENTITY gdm-size "2.7 MB">
11 <!ENTITY gdm-buildsize "51.7 MB">
12 <!ENTITY gdm-time "0.7 SBU">
13]>
14
15<sect1 id="gdm" xreflabel="GDM-&gdm-version;">
16 <?dbhtml filename="gdm.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">gdm-&gdm-version;.tar</keyword>
23 <keyword role="ftpdir">gdm</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>GDM-&gdm-version;</title>
28
29 <indexterm zone="gdm">
30 <primary sortas="a-GDM">GDM</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to GDM</title>
35
36 <para>The <application>GDM</application> package contains
37 <application>GNOME</application>'s Display Manager daemon. This is
38 useful for allowing configurable graphical logins.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gdm-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gdm-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gdm-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gdm-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gdm-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gdm-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">GDM Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="libgnomeui"/>,
66 <xref linkend="scrollkeeper"/> and
67 <xref linkend="librsvg"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="linux-pam"/> and
71 <xref linkend="tcpwrappers"/></para>
72
73 </sect2>
74
75 <sect2 role="installation">
76 <title>Installation of GDM</title>
77
78 <para>It is recommended to have a dedicated user and group to take
79 control of the <command>gdm-binary</command> daemon after it is
80 started. Issue the following commands as the
81 <systemitem class="username">root</systemitem> user:</para>
82
83<screen role='root'><userinput>groupadd -g 21 gdm &amp;&amp;
84useradd -c "GDM Daemon Owner" -d /dev/null \
85 -g gdm -s /bin/bash -u 21 gdm</userinput></screen>
86
87 <para>Install <application>GDM</application> by running
88 the following commands as an unprivileged user:</para>
89
90<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
91 --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
92 --sysconfdir=&gnome-etc-dir; --localstatedir=/var/lib \
93 --with-pam-prefix=/etc &amp;&amp;
94make</userinput></screen>
95
96 <para>This package does not come with a test suite.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role='root'><userinput>make install &amp;&amp;
101chmod -v 644 `pkg-config --variable=prefix ORBit-2.0`\
102/share/gdm/BuiltInSessions/default.desktop \
103 `pkg-config --variable=prefix ORBit-2.0`\
104/share/xsessions/gnome.desktop</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This command puts
112 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
113 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
114
115 <para><parameter>--localstatedir=/var/lib</parameter>: This command
116 puts files in <filename class="directory">/var/lib</filename> instead of
117 <filename class="directory">$GNOME_PREFIX/var</filename>. This also has
118 the downside affect of using
119 <filename class='directory'>/var/lib/log/gdm</filename> as the log
120 directory. See the <quote>Configuration Information</quote> section below
121 for information how to relocate the log file directory.</para>
122
123 <para><parameter>--with-pam-prefix=/etc</parameter>: This command puts
124 <application>PAM</application> configuration files in
125 <filename class="directory">/etc/pam.d</filename> instead of
126 <filename class="directory">$gnome-etc-dir;</filename>.</para>
127
128 </sect2>
129
130 <sect2 role="configuration">
131 <title>Configuring GDM</title>
132
133 <sect3 id="gdm-config">
134 <title>Config Files</title>
135
136 <para><filename>&gnome-etc-dir;/gdm/gdm.conf</filename></para>
137
138 <indexterm zone="gdm gdm-config">
139 <primary sortas="e-etc-gnome-&gnome-version;&gnome-minor-version;gdm-gdm.conf">
140 &gnome-etc-dir;/gdm/gdm.conf</primary>
141 </indexterm>
142
143 </sect3>
144
145 <sect3>
146 <title>Configuration Information</title>
147
148 <para>Change the directory containing the <application>GDM</application>
149 log files to the <filename class='directory'>/var/log</filename>
150 hierarchy by creating a directory and modifying the
151 <filename>&gnome-etc-dir;/gdm/gdm.conf</filename> configuration file. Issue
152 the following commands as the
153 <systemitem class="username">root</systemitem> user:</para>
154
155<screen role="root"><userinput>install -v -m755 -d /var/log/gdm &amp;&amp;
156sed -i "s|var/lib/log|var/log|" &gnome-etc-dir;/gdm/gdm.conf</userinput></screen>
157
158 <para>The <application>GDM</application> <application>PAM</application>
159 config files contain modules not present in a BLFS installation. The
160 following commands will replace those files (issue as the
161 <systemitem class="username">root</systemitem> user):</para>
162
163<screen role="root"><userinput>cat &gt; /etc/pam.d/gdm &lt;&lt; "EOF"
164<literal>auth required pam_unix.so
165auth required pam_nologin.so
166account required pam_unix.so
167password required pam_unix.so
168session required pam_unix.so</literal>
169
170EOF
171cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"
172<literal>auth required pam_env.so
173auth required pam_nologin.so
174auth required pam_permit.so
175account required pam_unix.so
176password required pam_unix.so
177session required pam_unix.so</literal>
178
179EOF</userinput></screen>
180
181 <indexterm zone="gdm gdm-config">
182 <primary sortas="e-etc-pam.d-gdm">/etc/pam.d/gdm</primary>
183 </indexterm>
184
185 <indexterm zone="gdm gdm-config">
186 <primary
187 sortas="e-etc-pam.d-gdm-autologin">/etc/pam.d/gdm-autologin</primary>
188 </indexterm>
189
190 <para id="gdm-config-dbus">If you have <application>D-BUS</application>
191 installed and you want to start the session
192 <application>D-BUS</application> daemon when you start the GNOME desktop
193 environment using <command>gdm</command>, you'll need to create a new
194 Xsession file. Create the file using the following command as the root
195 user.</para>
196
197<screen role="root"><userinput>cat &gt; $GNOME_PREFIX/share/xsessions/gnome-dbus.desktop &lt;&lt; "EOF"
198<literal>[Desktop Entry]
199Encoding=UTF-8
200Name=GNOME with D-BUS
201Comment=GNOME Desktop with D-BUS support
202Exec=dbus-launch --exit-with-session gnome-session
203TryExec=/usr/bin/dbus-launch
204Icon=
205Type=Application</literal>
206
207EOF</userinput></screen>
208
209 <para>Choose this session using the session selection dialog on the
210 display manager login screen. You also have the opportunity to make this
211 your default session.</para>
212
213 <note>
214 <para>You may use the <filename class='extension'>.desktop</filename>
215 file created above as an example to create additional
216 <filename class='extension'>.desktop</filename> files and add any other
217 desired items to the <application>GDM</application> display manager session
218 selection menu.</para>
219 </note>
220
221 <para><command>gdm</command> can be tested by executing it as the
222 <systemitem class="username">root</systemitem> user. Use the
223 <command>gdm-stop</command> command if you wish to stop the display
224 manager.</para>
225
226 </sect3>
227
228 <sect3 id="gdm-init">
229 <title>Boot Script</title>
230
231 <para>To start a graphical login at boot, install the
232 <filename>/etc/rc.d/init.d/gdm</filename> init script included in the
233 <xref linkend="bootscripts"/> package. If your
234 <envar>GNOME_PREFIX</envar> environment variable is anything other than
235 <filename class='directory'>/usr</filename> or
236 <filename class='directory'>/opt/gnome-&gnome-version;</filename>, you
237 will need to modify the <envar>PATH</envar> statement in the script to
238 include the path where you have <application>GNOME</application>
239 installed.</para>
240
241 <indexterm zone="gdm gdm-init">
242 <primary sortas="f-gdm">gdm</primary>
243 </indexterm>
244
245<screen role="root"><userinput>make install-gdm</userinput></screen>
246
247 <para>To autostart with a graphical login, edit
248 <filename>/etc/inittab</filename> so that the line containing:</para>
249
250<screen><literal>id:3:initdefault:</literal></screen>
251
252 <para>is changed to:</para>
253
254<screen><literal>id:5:initdefault:</literal></screen>
255
256 </sect3>
257
258 </sect2>
259
260 <sect2 role="content">
261 <title>Contents</title>
262
263 <segmentedlist>
264 <segtitle>Installed Programs</segtitle>
265 <segtitle>Installed Libraries</segtitle>
266 <segtitle>Installed Directories</segtitle>
267
268 <seglistitem>
269 <seg>gdm, gdm-binary, gdmXnest, gdmXnestchooser, gdmchooser,
270 gdmflexiserver, gdmgreeter, gdmlogin, gdmphotosetup, gdmsetup,
271 gdmthemetester, gdm-restart, gdm-safe-restart, gdm-stop,
272 gdmconfig, gdmopen, and gdmtranslate</seg>
273 <seg>None</seg>
274 <seg>&gnome-etc-dir;/dm, &gnome-etc-dir;/gdm,
275 $GNOME_PREFIX/share/gdm,
276 $GNOME_PREFIX/share/gnome/capplets,
277 $GNOME_PREFIX/share/gnome/help/gdm,
278 $GNOME_PREFIX/share/omf/gdm,
279 $GNOME_PREFIX/share/xsessions,
280 /var/lib/gdm and /var/log/gdm</seg>
281 </seglistitem>
282 </segmentedlist>
283
284 <variablelist>
285 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
286 <?dbfo list-presentation="list"?>
287 <?dbhtml list-presentation="table"?>
288
289 <varlistentry id="gdm-prog">
290 <term><command>gdm</command></term>
291 <listitem>
292 <para>is a wrapper script to execute the
293 <application>GDM</application> binary, the configurable
294 <application>GNOME</application> based login prompt.</para>
295 <indexterm zone="gdm gdm-prog">
296 <primary sortas="b-gdm">gdm</primary>
297 </indexterm>
298 </listitem>
299 </varlistentry>
300
301 <varlistentry id="gdmchooser">
302 <term><command>gdmchooser</command></term>
303 <listitem>
304 <para>is an application for selecting XDMCP enabled hosts on
305 the local network.</para>
306 <indexterm zone="gdm gdmchooser">
307 <primary sortas="b-gdmchooser">gdmchooser</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
311
312 <varlistentry id="gdmsetup">
313 <term><command>gdmsetup</command></term>
314 <listitem>
315 <para>is a graphical interface to edit the
316 <filename>gdm.conf</filename> file.</para>
317 <indexterm zone="gdm gdmsetup">
318 <primary sortas="b-gdmsetup">gdmsetup</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 <varlistentry id="gdm-restart">
324 <term><command>gdm-restart</command></term>
325 <listitem>
326 <para>sends the HUP signal to the <application>GDM</application>
327 daemon so that it restarts. It's used after the config file
328 is edited</para>
329 <indexterm zone="gdm gdm-restart">
330 <primary sortas="b-gdm-restart">gdm-restart</primary>
331 </indexterm>
332 </listitem>
333 </varlistentry>
334
335 <varlistentry id="gdm-safe-restart">
336 <term><command>gdm-safe-restart</command></term>
337 <listitem>
338 <para>sends the USR1 signal to the <application>GDM</application>
339 daemon so that it restarts. It's used after the config file
340 is edited.</para>
341 <indexterm zone="gdm gdm-safe-restart">
342 <primary sortas="b-gdm-safe-restart">gdm-safe-restart</primary>
343 </indexterm>
344 </listitem>
345 </varlistentry>
346
347 <varlistentry id="gdmconfig">
348 <term><command>gdmconfig</command></term>
349 <listitem>
350 <para>is an application for managing the configuration of the
351 entire <application>GDM</application> applications suite. It
352 handles look and feel, security, XDMCP, GDMchooser and more.</para>
353 <indexterm zone="gdm gdmconfig">
354 <primary sortas="b-gdmconfig">gdmconfig</primary>
355 </indexterm>
356 </listitem>
357 </varlistentry>
358
359 </variablelist>
360
361 </sect2>
362
363</sect1>
Note: See TracBrowser for help on using the repository browser.