%general-entities; ]> $LastChangedBy$ $Date$ Kdebase-workspace-&kde4-version; kde4baseworkspace Introduction to Kdebase-workspace 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. &lfs67_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &kde4baseworkspace-md5sum; Download size: &kde4baseworkspace-size; Estimated disk space required: &kde4baseworkspace-buildsize; Estimated build time: &kde4baseworkspace-time; Kdebase-workspace Dependencies Required Optional GoogleGadgets, QEdje, Polkit-QT, lm-sensors, raw1394, BlueZ, libgps, Qalculate, ck-connector, NetworkManager, Dmtx User Notes: Installation of Kdebase-workspace 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 Contents Installed Program Installed Library Installed Directory numerous programs in &kde4-dir;/bin numerous libraries in &kde4-dir;/lib Starting KDE4 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-dir; and $QT4DIR set.