2004-06-13 16:05:17 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2005-04-02 23:59:17 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
2004-06-13 16:05:17 +08:00
|
|
|
"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>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</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-12-16 09:41:36 +08:00
|
|
|
<para>Back up your existing <filename>~/.xinitrc</filename> file and create a
|
|
|
|
new <filename>.xinitrc</filename> file to start <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>
|
2005-02-04 13:26:33 +08:00
|
|
|
<indexterm zone="kde-core-config">
|
|
|
|
<primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
|
|
|
|
</indexterm>
|
2004-02-15 16:24:56 +08:00
|
|
|
|
2004-12-16 09:41:36 +08:00
|
|
|
<para>If you installed the <xref linkend="desktop-file-utils"/> package,
|
|
|
|
update the <acronym>MIME</acronym>-type application database (as
|
|
|
|
root):</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>update-desktop-database</command></userinput></screen>
|
|
|
|
|
|
|
|
<para>Ensure all libraries can be found with (as root):</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>
|
2004-12-16 09:41:36 +08:00
|
|
|
|
2003-09-28 02:46:10 +08:00
|
|
|
<screen><userinput><command>startx</command></userinput></screen>
|
2002-07-08 04:33:24 +08:00
|
|
|
|
|
|
|
</sect1>
|