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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/config.xml

    ra161de9 r0d7900a  
    1515
    1616  <title>Starting KDE</title>
    17  
    18   <para>After <application>Kde-workspace</application> has been installed, the 
    19   first important milestone has been reached. Now you need to configure your 
     17
     18  <para>After <application>Kde-workspace</application> has been installed, the
     19  first important milestone has been reached. Now you need to configure your
    2020  system to start KDE.</para>
    21  
     21
    2222  <sect2 role="content">
    2323  <title>Starting KDE from the command prompt</title>
    2424
    25  <para>To start <application>KDE</application> from the command prompt, you 
     25 <para>To start <application>KDE</application> from the command prompt, you
    2626 first need to modify your <filename>.xinitrc</filename> file:</para>
    27    
     27
    2828<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; EOF
    2929<literal># Begin .xinitrc
     
    3434EOF</userinput></screen>
    3535
    36     <note><para>If you are not using <application>ConsoleKit</application>, remove 
     36    <note><para>If you are not using <application>ConsoleKit</application>, remove
    3737    <userinput>ck-launch-session</userinput>.</para></note>
    38    
     38
    3939    <para>You can now start KDE using the <command>startx</command> command.</para>
    40      
     40
    4141    </sect2>
    42    
     42
    4343    <sect2 role="content">
    4444    <title>Starting KDE at boot</title>
    45    
    46     <para>KDE comes with a graphical login interface called KDM (the KDE Display 
     45
     46    <para>KDE comes with a graphical login interface called KDM (the KDE Display
    4747    Manager), which provides a customizable graphical login at boot. To use KDM,
    48     you need to edit your <filename>/etc/inittab</filename> file (as the 
     48    you need to edit your <filename>/etc/inittab</filename> file (as the
    4949    <systemitem class="username">root</systemitem> user).
    5050    First, setup run-level 5 to start KDM (adjust
    5151    the path to kdm according to your system):</para>
    52    
     52
    5353<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; EOF
    5454<literal>kd:5:respawn:/opt/kde/bin/kdm</literal>
     
    6161    <para>You can now restart your system and see the KDE login
    6262    screen.</para>
    63  
     63
    6464  </sect2>
    65  
     65
    6666  <sect2 role="content">
    6767    <title>Installing further KDE packages</title>
    68     <para>Every subsequent package can be built while having <application>KDE</application> up and 
     68    <para>Every subsequent package can be built while having <application>KDE</application> up and
    6969    running, but remember to keep <envar>&kde-dir;</envar> and <envar>&qt-dir;</envar> set.</para>
    7070  </sect2>
    71    
     71
    7272</sect1>
Note: See TracChangeset for help on using the changeset viewer.