Ignore:
File:
1 edited

Legend:

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

    rf263bf7 r1c8c15c  
    1717
    1818  <sect1info>
     19     <othername>$LastChangedBy$</othername>
    1920     <date>$Date$</date>
    2021  </sect1info>
     
    161162    </indexterm>
    162163
    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
     164    <para>
     165      Several <application>KDE Frameworks 5</application> packages install
     166      files into <application>D-Bus</application> directories. When installing
    168167      <application>KDE Frameworks 5</application> in a location other than
    169168      <filename class="directory">/usr</filename>,
    170       <application>D-Bus</application> and <application>Polkit</application>
    171       need to be able to find these files.
     169      <application>D-Bus</application> needs to be able to find these files.
    172170      The easiest way to achieve this is to create the following symlinks (as
    173171      the <systemitem class="username">root</systemitem> user):
    174172    </para>
    175173
    176 <screen role="root"
    177         revision="sysv"><userinput>install -v -dm755           $KF5_PREFIX/{etc,share} &amp;&amp;
     174<screen role="root"><userinput>install -v -dm755           $KF5_PREFIX/{etc,share} &amp;&amp;
    178175ln -sfv /etc/dbus-1         $KF5_PREFIX/etc         &amp;&amp;
    179 ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share       &amp;&amp;
    180 ln -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;
    199 ln -sfv /etc/dbus-1         $KF5_PREFIX/etc         &amp;&amp;
    200 ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share       &amp;&amp;
    201 ln -sfv /usr/share/polkit-1 $KF5_PREFIX/share       &amp;&amp;
    202 install -v -dm755           $KF5_PREFIX/lib         &amp;&amp;
    203 ln -sfv /usr/lib/systemd    $KF5_PREFIX/lib</userinput></screen>
     176ln -sfv /usr/share/dbus-1   $KF5_PREFIX/share</userinput></screen>
    204177
    205178    <para>
     
    241214
    242215</sect1>
     216
     217
Note: See TracChangeset for help on using the changeset viewer.