Changeset f7d6dcd


Ignore:
Timestamp:
07/19/2014 04:00:20 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
b4e811f
Parents:
fcaec6b
Message:

Added systemd information to gdm page and updated configure switch on gnome-terminal page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13470 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gnome-terminal.xml

    rfcaec6b rf7d6dcd  
    131131    </para>
    132132
     133      <para>
     134      <option>--disable-search-provider</option>: This switch disables
     135      <quote>search <application>gnome-shell</application></quote> provider.
     136      Necessary, because <application>gnome-shell</application> is not in BLFS.
     137      Remove it, if you have <application>gnome-shell</application> installed.
     138     </para>
     139
    133140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    134141      href="../../xincludes/static-libraries.xml"/>
  • gnome/desktop/gdm.xml

    rfcaec6b rf7d6dcd  
    129129            --libexecdir=/usr/lib/gdm \
    130130            --with-initial-vt=7 \
     131            --with-systemdsystemunitdir=/lib/systemd/system \
    131132            --with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
    132133            --with-authentication-agent-directory=/usr/lib/polkit-gnome \
     
    222223    </sect3>
    223224
    224     <sect3 id="gdm-init">
    225       <title>Boot Script</title>
     225    <sect3 id="gdm-init-systemd">
     226      <title>Systemd Unit File</title>
    226227
    227228      <para>
    228         To start a graphical login when the system is booted, install the
    229         <filename>/etc/rc.d/init.d/gdm</filename> init script included in the
    230         <xref linkend="bootscripts"/> package.
     229        This package provides a systemd unit file in the source tarball.
     230        To enable it as the <systemitem class="username">root</systemitem> user:
    231231      </para>
    232232
    233       <indexterm zone="gdm gdm-init">
     233      <indexterm zone="gdm gdm-init-systemd">
    234234        <primary sortas="f-gdm">gdm</primary>
    235235      </indexterm>
    236236
    237 <screen role="root"><userinput>make install-gdm</userinput></screen>
    238 
    239       <para>
    240         Now edit <filename>/etc/inittab</filename> with the following
    241         command.
    242       </para>
    243 
    244 <screen role="root"><userinput>sed -i 's/id:3:initdefault:/id:5:initdefault:/' \
    245     /etc/inittab</userinput></screen>
     237<screen role="root"><userinput>systemctl enable gdm</userinput></screen>
     238
    246239
    247240    </sect3>
  • introduction/welcome/changelog.xml

    rfcaec6b rf7d6dcd  
    6060            modemmanager back to ulink on network-manager-applet page changed ibus-anthy ibus-hangul ibus-pinyin to ulinks on
    6161           gnome-control-centre page.</para>
     62        </listitem>
     63          <listitem>
     64          <para>[cjg] - Added systemd information to gdm page and updated configure switch on gnome-terminal page..</para>
    6265        </listitem>
    6366      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.