Changeset f81638e for xfce/core


Ignore:
Timestamp:
07/19/2014 11:32:06 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
7edfe43
Parents:
c6f9253
Message:

Begin merging Christophers work into systemd branch part 1.

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

Location:
xfce/core
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • xfce/core/core.xml

    rc6f9253 rf81638e  
    5252  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfdesktop.xml"/>
    5353  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfwm4.xml"/>
    54   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-session.xml"/>
     54  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-session-systemd.xml"/>
    5555
    5656</chapter>
  • xfce/core/xfce4-session-systemd.xml

    rc6f9253 rf81638e  
    7575    </itemizedlist>
    7676
     77    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     78    <itemizedlist spacing="compact">
     79      <listitem>
     80        <para>
     81          Required patch:
     82          <ulink url="&patch-root;/xfce4-session-&xfce4-session-version;-logind_suspend_hibernate-1.patch"/>
     83        </para>
     84      </listitem>
     85    </itemizedlist>
     86
    7787    <bridgehead renderas="sect3">Xfce4 Session Dependencies</bridgehead>
    7888
     
    97107    </para>
    98108
    99 <screen><userinput>./configure --prefix=/usr \
     109<screen><userinput>patch -Np1 -i ..//xfce4-session-&xfce4-session-version;-logind_suspend_hibernate-1.patch &amp;&amp;
     110./configure --prefix=/usr \
    100111            --sysconfdir=/etc \
    101112            --disable-legacy-sm &amp;&amp;
     
    131142      There are several optional run time dependencies for
    132143      <application>Xfce4</application>:
    133       <xref linkend="consolekit"/>,
    134144      <xref linkend="dbus"/>,
    135145      <xref linkend="gnupg2"/>,
    136       <xref linkend="hicolor-icon-theme"/> and
    137       <xref linkend="openssh"/>
     146      <xref linkend="hicolor-icon-theme"/>,
     147      <xref linkend="openssh"/> and
     148      <xref linkend="systemd"/> (for Logind)
    138149    </para>
    139150
    140151    <para>
    141152      To launch <application>Xfce4</application> use the command
    142       <command>startxfce4</command>. If you have <xref linkend="consolekit"/>
    143       installed, use <command>startxfce4 --with-ck-launch</command>.
    144       <application>ConsoleKit</application> is required to perform any
    145       task that requires administrative access, including shut down
    146       and reboot.
     153      <command>startxfce4</command>.
    147154    </para>
    148155
Note: See TracChangeset for help on using the changeset viewer.