glfs/kde/core/config.xml

17 lines
602 B
XML
Raw Normal View History

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