mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 13:42:13 +08:00
816fc57a73
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
579 B
XML
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" > ~/.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>
|