mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
00bb024cb2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2109 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
592 B
XML
17 lines
592 B
XML
<sect1 id="kde-core-config">
|
|
<?dbhtml filename="config.html"?>
|
|
<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" > ~/.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>
|