2004-06-13 16:05:17 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:33:24 +08:00
|
|
|
<sect1 id="kde-core-config">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy: $</othername>
|
|
|
|
<date>$Date: $</date>
|
|
|
|
</sect1info>
|
2004-05-07 10:32:10 +08:00
|
|
|
<?dbhtml filename="config.html"?>
|
2003-09-17 12:30:29 +08:00
|
|
|
<title>Configuring the core <acronym>KDE</acronym> packages</title>
|
2002-07-08 04:33:24 +08:00
|
|
|
|
2004-02-15 16:24:56 +08:00
|
|
|
<para>Create an <filename>.xinitrc</filename> file to start
|
2003-09-28 02:46:10 +08:00
|
|
|
<acronym>KDE</acronym>:</para>
|
2004-02-15 16:24:56 +08:00
|
|
|
|
2003-09-17 12:30:29 +08:00
|
|
|
<screen><userinput><command>echo "exec startkde" > ~/.xinitrc</command></userinput></screen>
|
2004-02-15 16:24:56 +08:00
|
|
|
|
|
|
|
<para>Ensure all libraries can be found with:</para>
|
2003-09-17 12:30:29 +08:00
|
|
|
<screen><userinput><command>ldconfig</command></userinput></screen>
|
2002-07-08 04:33:24 +08:00
|
|
|
|
2003-09-28 02:46:10 +08:00
|
|
|
<para>At this point you can bring up <acronym>KDE</acronym> with:</para>
|
|
|
|
<screen><userinput><command>startx</command></userinput></screen>
|
2002-07-08 04:33:24 +08:00
|
|
|
|
|
|
|
</sect1>
|