Ignore:
Timestamp:
08/08/2012 03:38:30 PM (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:
6d87c25
Parents:
97909da
Message:

Update to KDE 4.9.0 and a major overhaul of the section.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kde/core/config.xml

    r97909da r2a7334e8  
    2626 first need to modify your <filename>.xinitrc</filename> file:</para>
    2727   
    28 <screen><userinput>cat > ~/.xinitrc &lt;&lt;EOF
    29 # Begin .xinitrc
     28<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; EOF
     29<literal># Begin .xinitrc
    3030
    3131exec ck-launch-session dbus-launch --exit-with-session startkde
    3232
    33 # End .xinitrc
     33# End .xinitrc</literal>
    3434EOF</userinput></screen>
    3535
     
    4545   
    4646    <para>KDE comes with a graphical login interface called KDM (the KDE Display
    47     Manager). KDM provides a customizable graphical login at boot. To use KDM,
     47    Manager), which provides a customizable graphical login at boot. To use KDM,
    4848    you need to edit your <filename>/etc/inittab</filename> file (as the
    4949    <systemitem class="username">root</systemitem> user).
    50     First, setup run-level 5 to start KDM by adding the following line (adjust
     50    First, setup run-level 5 to start KDM (adjust
    5151    the path to kdm according to your system):</para>
    5252   
    53 <screen><userinput>kd:5:respawn:&kde-dir;/bin/kdm</userinput></screen>
     53<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; EOF
     54<literal>kd:5:respawn:/opt/kde/bin/kdm</literal>
     55EOF</userinput></screen>
    5456
    55     <para>Additionally, you need to change the default run-level from 3 to 5. This
    56     is done by changing the line:</para>
     57    <para>Additionally, you need to change the default run-level from 3 to 5:</para>
    5758
    58 <screen><userinput>id:3:initdefault:</userinput></screen>
     59<screen><userinput>sed -i 's#id:3:initdefault:#id:5:initdefault:#' /etc/inittab</userinput></screen>
    5960
    60     <para>To:</para>
    61 
    62 <screen><userinput>id:5:initdefault:</userinput></screen>
    63  
    64     <para>You can now restart your system and see the beautiful KDE login
     61    <para>You can now restart your system and see the KDE login
    6562    screen.</para>
    6663 
Note: See TracChangeset for help on using the changeset viewer.