Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-session.xml

    rbf96a53 ra26e9db  
    66
    77  <!ENTITY gnome-session-download-http
    8            "&gnome-download-http;/gnome-session/&gnome-40;/gnome-session-&gnome-session-version;.tar.xz">
     8           "&gnome-download-http;/gnome-session/&gnome-minor-38;/gnome-session-&gnome-session-version;.tar.xz">
    99  <!ENTITY gnome-session-download-ftp
    10            "&gnome-download-ftp;/gnome-session/&gnome-40;/gnome-session-&gnome-session-version;.tar.xz">
    11   <!ENTITY gnome-session-md5sum        "4fe52c247137b0c9329ca4ddfe9f0070">
     10           "&gnome-download-ftp;/gnome-session/&gnome-minor-38;/gnome-session-&gnome-session-version;.tar.xz">
     11  <!ENTITY gnome-session-md5sum        "736024b46e2542b9b68adaa43f754f49">
    1212  <!ENTITY gnome-session-size          "472 KB">
    1313  <!ENTITY gnome-session-buildsize     "15 MB">
     
    1919
    2020  <sect1info>
     21    <othername>$LastChangedBy$</othername>
    2122    <date>$Date$</date>
    2223  </sect1info>
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    113114<screen><userinput>sed 's@/bin/sh@/bin/sh -l@' -i gnome-session/gnome-session.in</userinput></screen>
    114115
    115 <!-- Not needed with 40.1.1
    116116    <para revision="systemd">
    117117      Adapt gnome-session to changes in systemd-247:
    118118    </para>
    119119
    120 <screen revision="systemd"><userinput remap="pre">echo 'Slice=-.slice' >> data/gnome-session-restart-dbus.service.in</userinput></screen>
    121 -->
     120<screen revision="systemd"><userinput remap="pre">echo 'Slice=.slice' >> data/gnome-session-restart-dbus.service.in</userinput></screen>
    122121
    123122    <para revision="sysv">
     
    136135
    137136meson --prefix=/usr           \
    138       --buildtype=release     \
    139137      -Dsystemd_journal=false \
    140138      .. &amp;&amp;
     
    144142cd    build &amp;&amp;
    145143
    146 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     144meson --prefix=/usr .. &amp;&amp;
    147145ninja</userinput></screen>
    148146
     
    159157     that causes error messages to flood stdin. -->
    160158
    161     <para>
    162       Move the documentation to a versioned directory:
    163     </para>
    164 
    165 <screen role="root"><userinput>mv -v /usr/share/doc/gnome-session{,-&gnome-session-version;}</userinput></screen>
    166 
    167159    <para revision="sysv">
    168160      Now, as the <systemitem class="username">root</systemitem> user,
     
    173165
    174166  </sect2>
    175 
    176   <sect2 role="commands">
    177     <title>Command Explanations</title>
    178 
    179     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    180       href="../../xincludes/meson-buildtype-release.xml"/>
    181    </sect2>
    182167
    183168  <sect2 role="content">
     
    214199          <para>
    215200            is used to start up the <application>GNOME</application>
    216             Desktop environment
     201            Desktop environment.
    217202          </para>
    218203          <indexterm zone="gnome-session gnome-session-prog">
     
    227212          <para>
    228213            is used to inhibit certain <application>GNOME</application>
    229             Session functionality while executing the given command
     214            Session functionality while executing the given command.
    230215          </para>
    231216          <indexterm zone="gnome-session gnome-session-inhibit">
     
    239224        <listitem>
    240225          <para>
    241             is used to end the <application>GNOME</application> Session
     226            is used to end the <application>GNOME</application> Session.
    242227          </para>
    243228          <indexterm zone="gnome-session gnome-session-quit">
Note: See TracChangeset for help on using the changeset viewer.