2002-07-08 04:33:24 +08:00
|
|
|
<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>
|
|
|
|
|
2003-04-22 23:42:52 +08:00
|
|
|
<para>Then create an <filename>.xinitrc</filename> file to start KDE:
|
2002-07-08 04:33:24 +08:00
|
|
|
<screen><userinput>echo "exec startkde" > ~/.xinitrc</userinput></screen>
|
|
|
|
and ensure all libraries can be found with:
|
|
|
|
<screen><userinput>ldconfig</userinput></screen>
|
|
|
|
</para>
|
|
|
|
|
2003-04-15 02:29:34 +08:00
|
|
|
<para>At this point you can bring up KDE with:
|
|
|
|
<screen><userinput>startx</userinput></screen></para>
|
2002-07-08 04:33:24 +08:00
|
|
|
|
|
|
|
</sect1>
|