Components that are used when KDE4 is providing the desktop environment. Of particular importance are KWin, the KDE4 window manager, and Plasma, which provides the workspace interface.
This package is known to build and work properly using an LFS-6.7 platform.
Download (HTTP): http://mirrors.isc.org/pub/kde/stable/4.6.0/src/kdebase-workspace-4.6.0.tar.bz2
Download (FTP): ftp://ftp.kde.org/pub/kde/stable/4.6.0/src/kdebase-workspace-4.6.0.tar.bz2
Download MD5 sum: ae1fd9f2d7db74ffb19cb7ccc9eac2d7
Download size: 68 MB
Estimated disk space required: 1014 MB
Estimated build time: 17.6 SBU
GoogleGadgets, QEdje, Polkit-QT, lm-sensors, raw1394, BlueZ, libgps, Qalculate, ck-connector, NetworkManager, Dmtx
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde4baseworkspace
Install Kde4base-workspace by running the following commands:
mkdir build && cd build
Prepare the package for compilation:
cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \ -DKDE_DEFAULT_HOME=.kde4 \ -DSYSCONF_INSTALL_DIR=/etc/kde4 \ .. && make
Now, as the root
user:
make install
After Kde4base-workspace has
finished, the first important milestone has been reached. Now you
can start KDE4. Modify your
.xinitrc
:
cat > ~/.xinitrc <<EOF # Begin .xinitrc file #setxkbmap -layout de -model pc105 -variant nodeadkeys setxkbmap -layout de -model pc105 # ## Start TWM #xterm -g 80x40+0+0 & #xclock -g 100x100-0+0 & #twm # Start KDE exec dbus-launch --exit-with-session startkde #startkde EOF
Tweak this file to match your needs especially setting the keyboard
layout if you not have a /etc/X11/xorg.conf
. Every subsequent package can
be built while having KDE4 up and
running but remember to keep $KDE4_PREFIX
and $QT4DIR
set.
Last updated on 2011-03-19 18:19:07 +0000