Changeset c4fbedc


Ignore:
Timestamp:
04/15/2012 11:25:23 AM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
86f9469
Parents:
e40b79b6
Message:

Added KDE conf. for system-wide D-Bus.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9917 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    re40b79b6 rc4fbedc  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[rthomsen] - Added KDE configuration for the system-wide D-Bus
     49          daemon.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[rthomsen] - Fixed dependencies for VLC, Qt and Qca. Thanks
    4953          to Pierre Labastie for the report.</para>
  • kde4/intro/pre-install-config.xml

    re40b79b6 rc4fbedc  
    8686    </indexterm>
    8787
    88     <para>Several KDE packages install files into D-BUS and polkit directories.
     88    <para>Several KDE packages install files into D-Bus and polkit directories.
    8989    When installing KDE in a location other than <filename class="directory">/usr</filename>,
    90     D-BUS and polkit need to find these files. The easiest way to achieve this is to create
     90    D-Bus and polkit need to find these files. The easiest way to achieve this is to create
    9191    the following symlinks (as the <systemitem class="username">root</systemitem> user):</para>
    9292
     
    9494ln -svf /usr/share/dbus-1 /opt/kde4/share &amp;&amp;
    9595ln -svf /usr/share/polkit-1 /opt/kde4/share</userinput></screen>
     96   
     97    <para>D-Bus also needs to find the configuration files for the system-wide
     98    bus, which, if you follow the books instructions, are installed in
     99    <filename class="directory">/etc/kde4/dbus-1/system.d</filename>.
     100    Fix this by issuing the following (as
     101    <systemitem class="username">root</systemitem>):</para>
     102 
     103<screen role="root"><userinput>cat &gt; /etc/dbus-1/system-local.conf &lt;&lt; "EOF"
     104<literal>&lt;!DOCTYPE busconfig PUBLIC
     105 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
     106 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"&gt;
     107&lt;busconfig&gt;
     108
     109  &lt;includedir&gt;/etc/kde4/dbus-1/system.d&lt;/includedir&gt;
     110
     111&lt;/busconfig&gt;</literal>
     112EOF</userinput></screen>
    96113   
    97114    <tip>
Note: See TracChangeset for help on using the changeset viewer.