Changeset 1085c06 for kde/core


Ignore:
Timestamp:
08/24/2014 08:31:10 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
3ede78cb
Parents:
d01edda
Message:

Checks and fixes to kde packages.

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

Location:
kde/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kde/core/config-systemd.xml

    rd01edda r1085c06  
    5050    <para>KDE comes with a graphical login interface called KDM (the KDE Display
    5151    Manager), which provides a customizable graphical login at boot. To use KDM,
    52     you need to install the systemd unit from the <xref linkend="bootscripts"/>
    53     package by running the following command as the
    54     <systemitem class="username">root</systemitem> user:</para>
     52    you need to create and enable a systemd unit by running the following commands
     53    as the <systemitem class="username">root</systemitem> user:</para>
    5554
    56 <screen role="root"><userinput>make install-kdm</userinput></screen>
     55<screen role="root"><userinput>cat &gt; /lib/systemd/system/kdm.service &lt;&lt; EOF &amp;&amp;
     56<literal>[Unit]
     57Description=K Display Manager
     58After=systemd-user-sessions.service
    5759
    58     <note>
    59       <para>
    60         The systemd unit assumes that <command>kdm</command> is installed
    61         in <filename class="directory">/usr/bin</filename>. If your &kde-dir;
    62         is different than <filename class="directory">/usr</filename>,
    63         create a symlink to get the systemd unit to work properly by
    64         running the following command as the
    65         <systemitem class="username">root</systemitem> user:
     60[Service]
     61ExecStart=&kde-dir;/bin/kdm -nodaemon
    6662
    67 <screen role="root"><userinput>ln -sfv &kde-dir;/bin/kdm /usr/bin/kdm</userinput></screen>
    68       </para>
    69     </note>
     63[Install]
     64Alias=display-manager.service</literal>
     65EOF
     66systemctl enable kdm</userinput></screen>
    7067
    7168    <para>You can now restart your system and see the KDE login
  • kde/core/kde-workspace-systemd.xml

    rd01edda r1085c06  
    151151
    152152<screen role="root"><userinput>make install                  &amp;&amp;
    153 mkdir -p /usr/share/xsessions &amp;&amp;
     153mkdir -pv /usr/share/xsessions &amp;&amp;
    154154ln -sfv &kde-dir;/share/apps/kdm/sessions/kde-plasma.desktop \
    155155       /usr/share/xsessions/kde-plasma.desktop</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.