Ignore:
Timestamp:
03/24/2012 10:04:38 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:
6be469a
Parents:
52b1b8c
Message:

A bunch of KDE4 updates/removals/instructions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde4/core/kde4workspace.xml

    r52b1b8c rd275f967  
    8282    <xref linkend="freetype2"/>,
    8383    <xref linkend="pciutils"/> and
    84     <xref linkend="consolekit"/>,
     84    <xref linkend="consolekit"/>
    8585    </para>
    8686
     
    174174-->
    175175  </sect2>
    176 
    177   <sect2 role="content">
    178 
    179     <title>Starting KDE4</title>
    180 
    181     <para>After <application>Kde-workspace</application> has finished, the first
    182     important milestone has been reached. Now you can start <application>KDE4</application>.
    183     Modify your <filename>.xinitrc</filename>:</para>
    184    
    185     <screen><userinput>cat > ~/.xinitrc &lt;&lt;EOF
    186 # Begin .xinitrc file
    187 #setxkbmap -layout de -model pc105 -variant nodeadkeys
    188 setxkbmap -layout de -model pc105
    189 #
    190 ## Start TWM
    191 #xterm  -g 80x40+0+0   &amp;
    192 #xclock -g 100x100-0+0 &amp;
    193 #twm
    194 
    195 # Start KDE
    196 exec dbus-launch --exit-with-session startkde
    197 #startkde
    198 EOF</userinput></screen>
    199 
    200     <para>Tweak this file to match your needs, especially setting the keyboard layout
    201     if you do not have a <filename>/etc/X11/xorg.conf</filename>. If you are using <application>
    202     ConsoleKit</application>, add <userinput>ck-launch-session</userinput> before dbus-launch.
    203     Every subsequent package can be built while having <application>KDE4</application> up and
    204     running, but remember to keep <envar>&kde4-dir;</envar> and <envar>$QT4DIR</envar> set.</para>
    205    
    206   </sect2>
    207176 
    208177</sect1>
Note: See TracChangeset for help on using the changeset viewer.