Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-intro.xml

    r1c8c15c rf263bf7  
    1717
    1818  <sect1info>
    19      <othername>$LastChangedBy$</othername>
    2019     <date>$Date$</date>
    2120  </sect1info>
     
    162161    </indexterm>
    163162
    164     <para>
    165       Several <application>KDE Frameworks 5</application> packages install
    166       files into <application>D-Bus</application> directories. When installing
     163    <para revision="sysv">
     164      Several <application>KDE Frameworks 5</application> and
     165      <application>Plasma 5</application> packages install
     166      files into <application>D-Bus</application> and
     167      <application>Polkit</application> directories. When installing
    167168      <application>KDE Frameworks 5</application> in a location other than
    168169      <filename class="directory">/usr</filename>,
    169       <application>D-Bus</application> needs to be able to find these files.
     170      <application>D-Bus</application> and <application>Polkit</application>
     171      need to be able to find these files.
    170172      The easiest way to achieve this is to create the following symlinks (as
    171173      the <systemitem class="username">root</systemitem> user):
    172174    </para>
    173175
    174 <screen role="root"><userinput>install -v -dm755           $KF5_PREFIX/{etc,share} &amp;&amp;
     176<screen role="root"
     177        revision="sysv"><userinput>install -v -dm755           $KF5_PREFIX/{etc,share} &amp;&amp;
    175178ln -sfv /etc/dbus-1         $KF5_PREFIX/etc         &amp;&amp;
    176 ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share</userinput></screen>
     179ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share       &amp;&amp;
     180ln -sfv /usr/share/polkit-1 $KF5_PREFIX/share</userinput></screen>
     181
     182    <para revision="systemd">
     183      Several <application>KDE Frameworks 5</application> and
     184      <application>KDE Plasma 5</application> packages install
     185      files into <application>D-Bus</application>,
     186      <application>Polkit</application>, and
     187      <application>systemd</application> directories. When installing
     188      <application>KDE 5</application> in a location other than
     189      <filename class="directory">/usr</filename>,
     190      <application>D-Bus</application>, <application>Polkit</application>,
     191      and <application>systemd</application>
     192      need to be able to find these files.
     193      The easiest way to achieve this is to create the following symlinks (as
     194      the <systemitem class="username">root</systemitem> user):
     195    </para>
     196
     197<screen role="root"
     198        revision="systemd"><userinput>install -v -dm755           $KF5_PREFIX/{etc,share} &amp;&amp;
     199ln -sfv /etc/dbus-1         $KF5_PREFIX/etc         &amp;&amp;
     200ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share       &amp;&amp;
     201ln -sfv /usr/share/polkit-1 $KF5_PREFIX/share       &amp;&amp;
     202install -v -dm755           $KF5_PREFIX/lib         &amp;&amp;
     203ln -sfv /usr/lib/systemd    $KF5_PREFIX/lib</userinput></screen>
    177204
    178205    <para>
     
    214241
    215242</sect1>
    216 
    217 
Note: See TracChangeset for help on using the changeset viewer.