Changeset ca109fa5
- Timestamp:
- 06/24/2006 06:12:21 PM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c209e11
- Parents:
- cbcd88e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rcbcd88e rca109fa5 478 478 <!ENTITY sound-juicer-version "2.14.4"> 479 479 <!ENTITY totem-version "1.4.2"> 480 <!ENTITY gdm-version "2.14. 7">480 <!ENTITY gdm-version "2.14.9"> 481 481 482 482 <!-- Accessibility --> -
gnome/add/gdm.xml
rcbcd88e rca109fa5 5 5 %general-entities; 6 6 7 <!ENTITY gdm-download-http "&gnome-download-http;/gdm/ 2.8/gdm-&gdm-version;.tar.bz2">8 <!ENTITY gdm-download-ftp "&gnome-download-ftp;/gdm/ 2.8/gdm-&gdm-version;.tar.bz2">9 <!ENTITY gdm-md5sum " 566a1e3d656b6b536414f287ead2db7e">10 <!ENTITY gdm-size " 2.7MB">11 <!ENTITY gdm-buildsize "5 1.2 MB">12 <!ENTITY gdm-time "0. 7SBU">7 <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-version;/gdm-&gdm-version;.tar.bz2"> 8 <!ENTITY gdm-download-ftp "&gnome-download-ftp;/gdm/&gnome-version;/gdm-&gdm-version;.tar.bz2"> 9 <!ENTITY gdm-md5sum "7e46bc3b0a5b08e79f1f2f1b869caf40"> 10 <!ENTITY gdm-size "3.0 MB"> 11 <!ENTITY gdm-buildsize "54.2 MB"> 12 <!ENTITY gdm-time "0.6 SBU"> 13 13 ]> 14 14 … … 19 19 <othername>$LastChangedBy$</othername> 20 20 <date>$Date$</date> 21 <keywordset>22 <keyword role="package">gdm-&gdm-version;.tar</keyword>23 <keyword role="ftpdir">gdm</keyword>24 </keywordset>25 21 </sect1info> 26 22 … … 63 59 64 60 <bridgehead renderas="sect4">Required</bridgehead> 65 <para role="required"><xref linkend="libgnome ui"/>,66 <xref linkend=" scrollkeeper"/>, and61 <para role="required"><xref linkend="libgnomecanvas"/>, 62 <xref linkend="gnome-doc-utils"/>, and 67 63 <xref linkend="librsvg"/></para> 68 64 69 65 <bridgehead renderas="sect4">Optional</bridgehead> 70 <para role="optional"><xref linkend="linux-pam"/> and 71 <xref linkend="tcpwrappers"/></para> 66 <para role="optional"><xref linkend="intltool"/>, 67 <xref linkend="zenity"/>, 68 <xref linkend="linux-pam"/>, 69 <xref linkend="tcpwrappers"/>, 70 <ulink url="http://www.openafs.org/">OpenAFS</ulink>, and 71 PAM consolehelper</para> 72 73 <para>If you configure <application>GDM</application> to offer secure 74 connections to remote machines, you will need to have 75 <xref linkend="zenity"/>, <xref linkend="openssh"/> and 76 <xref linkend="which"/> installed.</para> 72 77 73 78 <para condition="html" role="usernotes">User Notes: … … 91 96 the following commands as an unprivileged user:</para> 92 97 93 <screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ 94 --libexecdir=`pkg-config \ 95 --variable=prefix ORBit-2.0`/lib/gdm \ 98 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ 96 99 --sysconfdir=&gnome-etc-dir; \ 97 100 --localstatedir=/var/lib \ 101 --libexecdir=$(pkg-config \ 102 --variable=prefix ORBit-2.0)/lib/gdm \ 98 103 --with-pam-prefix=/etc && 99 104 make</userinput></screen> … … 110 115 <title>Command Explanations</title> 111 116 112 <para><parameter>--libexecdir= `pkg-config113 --variable=prefix ORBit-2.0 `/lib/gdm</parameter>: This parameter is117 <para><parameter>--libexecdir=$(pkg-config 118 --variable=prefix ORBit-2.0)/lib/gdm</parameter>: This parameter is 114 119 used so that the <application>GDM</application> internal support programs 115 120 are installed in … … 142 147 <title>Config Files</title> 143 148 144 <para><filename>&gnome-etc-dir;/gdm/ gdm.conf</filename></para>149 <para><filename>&gnome-etc-dir;/gdm/custom.conf</filename></para> 145 150 146 151 <indexterm zone="gdm gdm-config"> 147 <primary sortas="e-etc-gnome-&gnome-version;&gnome-minor-version;gdm- gdm.conf">148 &gnome-etc-dir;/gdm/ gdm.conf</primary>152 <primary sortas="e-etc-gnome-&gnome-version;&gnome-minor-version;gdm-custom.conf"> 153 &gnome-etc-dir;/gdm/custom.conf</primary> 149 154 </indexterm> 150 155 … … 153 158 <sect3> 154 159 <title>Configuration Information</title> 160 161 <para>Starting with the 2.14.x version of GNOME, the default 162 configuration parameters are stored in a static file 163 (<filename><envar>$GNOME_PREFIX</envar>/share/gdm/defaults.conf</filename>). 164 This file is not intended to be edited. If modification of the 165 configuration is necessary, you should add parameters to the 166 <filename>&gnome-etc-dir;/gdm/custom.conf</filename> file. The settings 167 in this file will override the settings in the static file. The same 168 parameters in the static file are used in the configuration file.</para> 155 169 156 170 <para>Change the directory containing the <application>GDM</application> 157 171 log files to the <filename class='directory'>/var/log</filename> 158 172 hierarchy by creating a directory and modifying the 159 <filename>&gnome-etc-dir;/gdm/ gdm.conf</filename> configuration file. Issue173 <filename>&gnome-etc-dir;/gdm/custom.conf</filename> configuration file. Issue 160 174 the following commands as the 161 175 <systemitem class="username">root</systemitem> user:</para> 162 176 163 177 <screen role="root"><userinput>install -v -m755 -d /var/log/gdm && 164 sed -i "s|var/lib/log|var/log|" &gnome-etc-dir;/gdm/gdm.conf && 178 sed -i.orig "/\[daemon\]/ a LogDir=/var/log/gdm" \ 179 &gnome-etc-dir;/gdm/custom.conf && 165 180 rmdir -v /var/lib/log/gdm && 166 181 rmdir -v /var/lib/log</userinput></screen> … … 258 273 <screen role="root"><userinput>make install-gdm</userinput></screen> 259 274 260 <para> To autostart with a graphical login, edit261 <filename>/etc/inittab</filename> so that the linecontaining:</para>275 <para>Now edit <filename>/etc/inittab</filename> so that the line 276 containing:</para> 262 277 263 278 <screen><literal>id:3:initdefault:</literal></screen> … … 283 298 gdm-safe-restart, gdm-stop, gdmXnest, gdmXnestchooser, gdmdynamic, 284 299 gdmflexiserver, gdmphotosetup, gdmsetup, and gdmthemetester</seg> 285 <seg> None</seg>300 <seg>lib*mouselistener.{so,a} GTK+ modules</seg> 286 301 <seg>&gnome-etc-dir;/{,g}dm, 287 302 /var/lib/gdm, 288 /var/log/gdm and the following directories in $GNOME_PREFIX/: 289 share/{{,gnome/help/ ,omf/}gdm, gnome/capplets, xsessions}</seg> 303 /var/log/gdm and the following directories in 304 <envar>$GNOME_PREFIX</envar>/: 305 share/{,gnome/help/ ,omf/}gdm</seg> 290 306 </seglistitem> 291 307 </segmentedlist> -
introduction/welcome/changelog.xml
rcbcd88e rca109fa5 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[randy] - Updated to GDM-2.14.9.</para> 49 </listitem> 50 <listitem> 48 51 <para>[randy] - Updated to Totem-1.4.2.</para> 49 52 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.