Changeset fc0589b for kde/core


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

Location:
kde/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde/core/config.xml

    r152284d rfc0589b  
    3636<literal># Begin .xinitrc
    3737
    38 exec ck-launch-session dbus-launch --exit-with-session startkde
     38exec dbus-launch --exit-with-session startkde
    3939
    4040# End .xinitrc</literal>
    4141EOF</userinput></screen>
    42 
    43     <note><para>If you are not using <application>ConsoleKit</application>, remove
    44     <userinput>ck-launch-session</userinput>.</para></note>
    4542
    4643    <para>You can now start KDE using the <command>startx</command> command.</para>
     
    5249
    5350    <para>KDE comes with a graphical login interface called KDM (the KDE Display
    54     Manager), which provides a customizable graphical login at boot. To use KDM,
    55     you need to edit your <filename>/etc/inittab</filename> file (as the
    56     <systemitem class="username">root</systemitem> user).
    57     First, setup run-level 5 to start KDM (adjust
    58     the path to kdm according to your system):</para>
     51    Manager), which provides a customizable graphical login at boot. The <xref linkend="systemd-units"/>
     52    package provides a native systemd unit file to enable it and  use KDM,
     53      (as the <systemitem class="username">root</systemitem> user).
     54    :</para>
    5955
    60 <screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; EOF
    61 <literal>kd:5:respawn:/opt/kde/bin/kdm</literal>
    62 EOF</userinput></screen>
    63 
    64     <para>Additionally, you need to change the default run-level from 3 to 5:</para>
    65 
    66 <screen><userinput>sed -i 's#id:3:initdefault:#id:5:initdefault:#' /etc/inittab</userinput></screen>
     56<screen><userinput>make install-kdm</userinput></screen>
    6757
    6858    <para>You can now restart your system and see the KDE login
  • 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.