source: archive/config.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="gnome-config">
9 <?dbhtml filename="config.html"?>
10
11
12 <title>Configuring the Core GNOME Packages</title>
13
14 <para>Create (or append to) a <filename>~/.xinitrc</filename> file to start
15 <application>GNOME</application>:</para>
16
17<screen><userinput>echo "exec gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
18
19 <para>If you have <xref linkend="dbus"/> installed, you can start the
20 <application>D-BUS</application> session daemon here as well. Starting the
21 session daemon here has the added bonus that it will exit when you log out
22 of your <application>GNOME</application> session. If you wish to start the
23 daemon here, use the following command instead of the one shown above:</para>
24
25<screen><userinput>echo "exec dbus-launch --exit-with-session gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
26
27 <note>
28 <para>Check the <filename>~/.xinitrc</filename> file and ensure you have
29 no other window managers or other <application>X</application> applications
30 mentioned before <application>GNOME</application>.</para>
31 </note>
32
33 <para>Ensure all libraries can be found by updating the linker's cache (as
34 <systemitem class="username">root</systemitem>):</para>
35
36<screen role='root'><userinput>ldconfig</userinput></screen>
37
38 <para>Update the MIME-type application database
39 (as <systemitem class="username">root</systemitem>):</para>
40
41<screen role='root'><userinput>update-desktop-database</userinput></screen>
42
43 <para>At this point you can bring up <application>GNOME</application> with
44 <command>startx</command>.</para>
45
46</sect1>
Note: See TracBrowser for help on using the repository browser.