glfs/kde/core/config.xml

18 lines
618 B
XML
Raw Normal View History

<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>