2004-06-15 12:33:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-15 12:33:15 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2004-04-26 01:09:03 +08:00
|
|
|
<sect1 id="gnome-config">
|
2005-05-15 05:45:09 +08:00
|
|
|
<?dbhtml filename="config.html"?>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
2005-05-11 04:39:26 +08:00
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
2005-05-15 05:45:09 +08:00
|
|
|
<title>Configuring the Core GNOME Packages</title>
|
2004-11-23 15:21:03 +08:00
|
|
|
|
2005-10-11 02:02:07 +08:00
|
|
|
<para>Create (or append to) a <filename>~/.xinitrc</filename> file to start
|
2005-05-11 04:39:26 +08:00
|
|
|
<application>GNOME</application>:</para>
|
2004-11-23 15:21:03 +08:00
|
|
|
|
2005-05-11 04:39:26 +08:00
|
|
|
<screen><userinput>echo "exec gnome-session" >> ~/.xinitrc</userinput></screen>
|
2004-11-23 15:21:03 +08:00
|
|
|
|
2005-10-11 02:02:07 +08:00
|
|
|
<para>If you have <xref linkend="dbus"/> installed, you can start the
|
|
|
|
<application>D-BUS</application> session daemon here as well. Starting the
|
|
|
|
session daemon here has the added bonus that it will exit when you log out
|
|
|
|
of your <application>GNOME</application> session. If you wish to start the
|
|
|
|
daemon here, use the following command instead of the one shown above:</para>
|
|
|
|
|
2005-11-20 07:59:27 +08:00
|
|
|
<screen><userinput>echo "exec dbus-launch --exit-with-session gnome-session" >> ~/.xinitrc</userinput></screen>
|
2005-10-11 02:02:07 +08:00
|
|
|
|
|
|
|
<note>
|
|
|
|
<para>Check the <filename>~/.xinitrc</filename> file and ensure you have
|
|
|
|
no other window managers or other <application>X</application> applications
|
2006-06-21 08:21:03 +08:00
|
|
|
mentioned before <application>GNOME</application>.</para>
|
2005-10-11 02:02:07 +08:00
|
|
|
</note>
|
|
|
|
|
2009-06-27 18:10:28 +08:00
|
|
|
<para>Ensure all libraries can be found by updating the linker's cache (as
|
2005-05-15 05:45:09 +08:00
|
|
|
<systemitem class="username">root</systemitem>):</para>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
2005-05-11 04:39:26 +08:00
|
|
|
<screen role='root'><userinput>ldconfig</userinput></screen>
|
2004-12-16 09:41:36 +08:00
|
|
|
|
2005-05-15 05:45:09 +08:00
|
|
|
<para>Update the MIME-type application database
|
|
|
|
(as <systemitem class="username">root</systemitem>):</para>
|
2004-12-16 09:41:36 +08:00
|
|
|
|
2005-05-11 04:39:26 +08:00
|
|
|
<screen role='root'><userinput>update-desktop-database</userinput></screen>
|
2005-02-13 03:27:58 +08:00
|
|
|
|
2005-05-15 05:45:09 +08:00
|
|
|
<para>At this point you can bring up <application>GNOME</application> with
|
2005-05-11 04:39:26 +08:00
|
|
|
<command>startx</command>.</para>
|
2002-09-05 23:57:09 +08:00
|
|
|
|
|
|
|
</sect1>
|