Ignore:
Timestamp:
07/14/2014 09:52:05 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
60c5a5d
Parents:
152284d
Message:

Replaced consolekit dependency on kde-workspace page with systemd Replaced consolekit dependency on starting kde page with systemd and added systemd
notes Replaced ibus external url to xref as ibus
page has been readded to kdeplasma-addons page kde-workspace lxde-common Added patch to
fix systemd-login and the Make file on the lxsession page Replaced consolekit
dependency on xfce4-session page with systemd and added optional patch deleted consolekit page

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/kde-workspace.xml

    r152284d rfc0589b  
    8989      <xref linkend="freetype2"/>,
    9090      <xref linkend="pciutils"/>, and
    91       <xref linkend="consolekit"/>
     91      <xref linkend="systemd"/>
    9292    </para>
    9393
     
    141141install -o kdm -g kdm -dm755 /var/lib/kdm</userinput></screen>
    142142
     143    <note>
     144    <para>
     145      This package should work just fine with systemd-logind instead of ConsoleKit.
     146      If cmake complains about missing ConsoleKit at build time, just
     147      pass "-DWITH_CkConnector=OFF" to the cmake options.
     148      This package also requires the logind PAM module to be installed and properly
     149      configured.
     150    </para>
     151    </note>
     152 
    143153    <para>
    144154      Install <application>Kde-workspace</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.