Ignore:
Timestamp:
08/17/2013 01:59:00 PM (11 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:
f7ac7b2
Parents:
ffc716b
Message:

KDE 4.11.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/intro/pre-install-config.xml

    rffc716b rc7605660  
    8080ln -svf /usr/share/polkit-1 &kde-dir;/share</userinput></screen>
    8181
    82     <para>D-Bus also needs to find the configuration files for the system-wide
    83     bus, which, if you follow the books instructions, are installed in
    84     <filename class="directory">/etc/kde/dbus-1/system.d</filename>.
    85     Fix this by issuing the following (as
    86     <systemitem class="username">root</systemitem>):</para>
    87 
    88 <screen role="root"><userinput>mkdir -pv /etc/dbus-1 &amp;&amp;
    89 cat &gt; /etc/dbus-1/system-local.conf &lt;&lt; EOF
    90 <literal>&lt;!DOCTYPE busconfig PUBLIC
    91  "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
    92  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"&gt;
    93 &lt;busconfig&gt;
    94 
    95   &lt;includedir&gt;/etc/kde/dbus-1/system.d&lt;/includedir&gt;
    96 
    97 &lt;/busconfig&gt;</literal>
    98 EOF</userinput></screen>
    99 
    10082    <tip>
    10183      <para>Sometimes, the installation paths are coded into installed files.
Note: See TracChangeset for help on using the changeset viewer.