Ignore:
Timestamp:
06/24/2015 11:03:07 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f594857
Parents:
1b0d0188
Message:

Reorganize KDE4 and put in placeholders for KF5 and Phonon 5.
Oxygen Icons are now put in /usr.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/config.xml

    r1b0d0188 r8e6f4f8  
    66]>
    77
    8 <sect1 id="kde-core-config" xreflabel="Starting KDE">
     8<sect1 id="kde-core-config" xreflabel="Starting KDE4">
    99  <?dbhtml filename="config.html"?>
    1010
     
    1414  </sect1info>
    1515
    16   <title>Starting KDE</title>
     16  <title>Starting KDE4</title>
    1717
    18   <bridgehead renderas="sect3">KDE Startup Dependencies</bridgehead>
     18  <bridgehead renderas="sect3">KDE4 Startup Dependencies</bridgehead>
    1919
    2020  <bridgehead renderas="sect4">Optional</bridgehead>
     
    2525  <para>After <application>Kde-workspace</application> has been installed, the
    2626  first important milestone has been reached. Now you need to configure your
    27   system to start KDE.</para>
     27  system to start KDE4.</para>
    2828
    2929  <sect2 role="content">
    30   <title>Starting KDE from the command prompt</title>
     30  <title>Starting KDE4 from the command prompt</title>
    3131
    32  <para>To start <application>KDE</application> from the command prompt, you
     32 <para>To start <application>KDE4</application> from the command prompt, you
    3333 first need to modify your <filename>.xinitrc</filename> file:</para>
    3434
     
    4444    <userinput>ck-launch-session</userinput>.</para></note>
    4545
    46     <para>You can now start KDE using the <command>startx</command> command.</para>
     46    <para>You can now start KDE4 using the <command>startx</command> command.</para>
    4747
    4848    </sect2>
    4949
    5050    <sect2 role="content">
    51     <title>Starting KDE at boot</title>
     51    <title>Starting KDE4 at boot</title>
    5252
    53     <para>KDE comes with a graphical login interface called KDM (the KDE Display
     53    <para>KDE4 comes with a graphical login interface called KDM (the KDE4 Display
    5454    Manager), which provides a customizable graphical login at boot. To use KDM,
    5555    you need to edit your <filename>/etc/inittab</filename> file (as the
     
    6666<screen><userinput>sed -i 's#id:3:initdefault:#id:5:initdefault:#' /etc/inittab</userinput></screen>
    6767
    68     <para>You can now restart your system and see the KDE login
     68    <para>You can now restart your system and see the KDE4 login
    6969    screen.</para>
    7070
     
    7979         &kde-download-http;applications/&kde-apps-version;/src/kde-l10n/</ulink>.
    8080    See <xref linkend="kde-add-pkgs"/> for build instructions. If you are in a
    81     KDE session when installing a new language and configure KDE to use it, the
     81    KDE4 session when installing a new language and configure KDE4 to use it, the
    8282    session needs to be restarted, in order to see the effects.</para>
    8383
     
    8585
    8686  <sect2 role="content">
    87     <title>Installing further KDE packages</title>
     87    <title>Installing further KDE4 packages</title>
    8888
    8989    <para>Every subsequent package can be built while having
    90     <application>KDE</application> up and running, but remember to keep
     90    <application>KDE4</application> up and running, but remember to keep
    9191    <envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para>
    9292
Note: See TracChangeset for help on using the changeset viewer.