glfs/kde/core/config.xml
Larry Lawrence 3336852357 edit kde, prune TOC
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@849 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-14 18:29:34 +00:00

18 lines
597 B
XML

<sect1 id="kde-core-config">
<?dbhtml filename="config.html" dir="kde"?>
<title>Configuring the core KDE packages</title>
<para>First create an <filename>/opt/kde</filename> symlink:
<screen><userinput>ln -sf &kde-dir; /opt/kde</userinput></screen></para>
<para>Then create an .xinitrc file to start KDE:
<screen><userinput>echo "exec startkde" &gt; ~/.xinitrc</userinput></screen>
and ensure all libraries can be found with:
<screen><userinput>ldconfig</userinput></screen>
</para>
<para>At this point you can bring up KDE with:
<screen><userinput>startx</userinput></screen></para>
</sect1>