glfs/kde/core/config.xml
Mark Hymers 816fc57a73 add missing files
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-07-07 20:33:24 +00:00

18 lines
579 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
<userinput>startx</userinput></para>
</sect1>