Changeset 0d7900a for kde/intro


Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
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:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

Location:
kde/intro
Files:
2 edited

Legend:

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

    ra161de9 r0d7900a  
    1616  <title>Introduction to KDE</title>
    1717
    18   <para><application>KDE</application> Software Compilation 4 is a 
    19   comprehensive desktop environment with a huge number of applications 
    20   written for it and a huge amount of users. It is based on the 
     18  <para><application>KDE</application> Software Compilation 4 is a
     19  comprehensive desktop environment with a huge number of applications
     20  written for it and a huge amount of users. It is based on the
    2121  <application>Qt</application> framework.</para>
    22   <para>For more information visit the official KDE project site at 
     22  <para>For more information visit the official KDE project site at
    2323  <ulink url="http://www.kde.org/"/>.</para>
    24  
     24
    2525  <sect2><title>Build order</title>
    26    
     26
    2727  <para>The core <application>KDE</application> packages are listed in the
    2828  recommended and tested build order. The additional
    2929  <application>KDE</application> packages can be built in any order.</para>
    30  
     30
    3131  </sect2>
    3232
  • kde/intro/pre-install-config.xml

    ra161de9 r0d7900a  
    1717
    1818  <sect2><title>Installing in /usr</title>
    19    
     19
    2020    <para>One option is to put <application>KDE</application> into the
    2121    <filename class='directory'>/usr</filename> hierarchy.  This creates a
     
    2525<screen><userinput>export &kde-dir-var;=/usr</userinput></screen>
    2626  </sect2>
    27  
     27
    2828  <sect2><title>Installing in /opt</title>
    29    
     29
    3030    <para>A method of building multiple versions installs
    3131    <application>KDE</application> in the <filename
     
    7171    </indexterm>
    7272
    73     <para>Several KDE packages install files into D-Bus and polkit directories. 
    74     When installing KDE in a location other than <filename class="directory">/usr</filename>, 
    75     D-Bus and polkit need to find these files. The easiest way to achieve this is to create 
     73    <para>Several KDE packages install files into D-Bus and polkit directories.
     74    When installing KDE in a location other than <filename class="directory">/usr</filename>,
     75    D-Bus and polkit need to find these files. The easiest way to achieve this is to create
    7676    the following symlinks (as the <systemitem class="username">root</systemitem> user):</para>
    7777
     
    7979ln -svf /usr/share/dbus-1 &kde-dir;/share &amp;&amp;
    8080ln -svf /usr/share/polkit-1 &kde-dir;/share</userinput></screen>
    81    
    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 
     81
     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
    8484    <filename class="directory">/etc/kde/dbus-1/system.d</filename>.
    85     Fix this by issuing the following (as 
     85    Fix this by issuing the following (as
    8686    <systemitem class="username">root</systemitem>):</para>
    87  
     87
    8888<screen role="root"><userinput>mkdir -pv /etc/dbus-1 &amp;&amp;
    8989cat &gt; /etc/dbus-1/system-local.conf &lt;&lt; EOF
     
    9797&lt;/busconfig&gt;</literal>
    9898EOF</userinput></screen>
    99    
     99
    100100    <tip>
    101101      <para>Sometimes, the installation paths are coded into installed files.
Note: See TracChangeset for help on using the changeset viewer.