glfs/kde/core/config.xml
Larry Lawrence df106b1000 kde, multimedia, pst
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@874 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-22 15:42:52 +00:00

18 lines
618 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 <filename>.xinitrc</filename> 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>