mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
4ee53fa246
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1092 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
816 B
XML
22 lines
816 B
XML
<sect1 id="kde-core-config">
|
|
<?dbhtml filename="config.html" dir="kde"?>
|
|
<title>Configuring the core <acronym>KDE</acronym> packages</title>
|
|
|
|
<para>
|
|
First add <filename class="directory">/opt/kde/bin</filename> to
|
|
your <envar>PATH</envar> environment variable:
|
|
<screen><userinput><command>export PATH=$PATH:/opt/kde/bin</command></userinput></screen>
|
|
</para>
|
|
|
|
<para>
|
|
Then create an <filename>.xinitrc</filename> file to start <acronym>KDE</acronym>:
|
|
<screen><userinput><command>echo "exec startkde" > ~/.xinitrc</command></userinput></screen>
|
|
and ensure all libraries can be found with:
|
|
<screen><userinput><command>ldconfig</command></userinput></screen>
|
|
</para>
|
|
|
|
<para>At this point you can bring up <acronym>KDE</acronym> with:
|
|
<screen><userinput><command>startx</command></userinput></screen></para>
|
|
|
|
</sect1>
|