glfs/kde4/core/kde4baseworkspace.xml
Thomas Trepl e9f7761760 Cosmetic changes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8870 af4574ff-66df-0310-9fd7-8a98e5e911e0
2011-03-19 18:19:07 +00:00

187 lines
5.9 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kde4baseworkspace-download-http "&kde4-download-http;/kdebase-workspace-&kde4-version;.tar.bz2">
<!ENTITY kde4baseworkspace-download-ftp "&kde4-download-ftp;/kdebase-workspace-&kde4-version;.tar.bz2">
<!ENTITY kde4baseworkspace-md5sum "ae1fd9f2d7db74ffb19cb7ccc9eac2d7">
<!ENTITY kde4baseworkspace-size "68 MB">
<!ENTITY kde4baseworkspace-buildsize "1014 MB">
<!ENTITY kde4baseworkspace-time "17.6 SBU">
]>
<sect1 id="kde4baseworkspace" xreflabel="kde4baseworkspace-&kde4-version;">
<?dbhtml filename="kde4baseworkspace.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Kdebase-workspace-&kde4-version;</title>
<indexterm zone="kde4baseworkspace">
<primary sortas="a-kde4baseworkspace">kde4baseworkspace</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Kdebase-workspace</title>
<para>Components that are used when <application>KDE4</application> is providing
the desktop environment. Of particular importance are KWin, the <application>KDE4</application>
window manager, and Plasma, which provides the workspace interface.</para>
&lfs67_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&kde4baseworkspace-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&kde4baseworkspace-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &kde4baseworkspace-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &kde4baseworkspace-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &kde4baseworkspace-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &kde4baseworkspace-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/kde4baseworkspace-&kde4-version;-fixes-1.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Kdebase-workspace Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="libdbusmenu-qt"/>
</para>
<!--
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
</para>
-->
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
GoogleGadgets, QEdje, Polkit-QT, lm-sensors, raw1394, BlueZ,
libgps, Qalculate, ck-connector, NetworkManager, Dmtx
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kde4baseworkspace"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Kdebase-workspace</title>
<para>Install <application>Kde4base-workspace</application> by running the following
commands:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build</userinput></screen>
<para>Prepare the package for compilation:</para>
<screen><userinput>cmake -DCMAKE_INSTALL_PREFIX=$KDE4_PREFIX \
-DKDE_DEFAULT_HOME=.kde4 \
-DSYSCONF_INSTALL_DIR=/etc/kde4 \
.. &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>- -xyz</option>: This option is set for ...</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>numerous programs in &kde4-dir;/bin</seg>
<seg>numerous libraries in &kde4-dir;/lib</seg>
<seg></seg>
</seglistitem>
</segmentedlist>
<!--
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="a-kde4baseworkspace">
<term><command>kde4baseworkspace</command></term>
<listitem>
<para>is a testing utility for kde4baseworkspace-generated build trees.</para>
<indexterm zone="a-kde4baseworkspace kde4baseworkspace">
<primary sortas="b-kde4baseworkspace">kdelibs</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
<sect2 role="content">
<title>Starting KDE4</title>
<para>After <application>Kde4base-workspace</application> has finished, the first
important milestone has been reached. Now you can start <application>KDE4</application>.
Modify your <filename>.xinitrc</filename>:</para>
<screen><userinput>cat > ~/.xinitrc &lt;&lt;EOF
# Begin .xinitrc file
#setxkbmap -layout de -model pc105 -variant nodeadkeys
setxkbmap -layout de -model pc105
#
## Start TWM
#xterm -g 80x40+0+0 &amp;
#xclock -g 100x100-0+0 &amp;
#twm
# Start KDE
exec dbus-launch --exit-with-session startkde
#startkde
EOF</userinput></screen>
<para>Tweak this file to match your needs especially setting the keyboard layout
if you not have a <filename>/etc/X11/xorg.conf</filename>. Every subsequent package
can be built while having <application>KDE4</application> up and running but
remember to keep <envar>&kde4-dir;</envar> and <envar>$QT4DIR</envar> set.</para>
</sect2>
</sect1>