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
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[85b98c3]8<sect1 id="gnome-config">
[ac038a3]9 <?dbhtml filename="config.html"?>
[d1ea01e3]10
11
[ac038a3]12 <title>Configuring the Core GNOME Packages</title>
[23abb34]13
[3b269b9]14 <para>Create (or append to) a <filename>~/.xinitrc</filename> file to start
[15a1fed9]15 <application>GNOME</application>:</para>
[23abb34]16
[15a1fed9]17<screen><userinput>echo "exec gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
[23abb34]18
[3b269b9]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
[3565e02]25<screen><userinput>echo "exec dbus-launch --exit-with-session gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
[3b269b9]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
[998dcf8]30 mentioned before <application>GNOME</application>.</para>
[3b269b9]31 </note>
32
[104733c]33 <para>Ensure all libraries can be found by updating the linker's cache (as
[ac038a3]34 <systemitem class="username">root</systemitem>):</para>
[d1ea01e3]35
[15a1fed9]36<screen role='root'><userinput>ldconfig</userinput></screen>
[1986ade]37
[ac038a3]38 <para>Update the MIME-type application database
39 (as <systemitem class="username">root</systemitem>):</para>
[1986ade]40
[15a1fed9]41<screen role='root'><userinput>update-desktop-database</userinput></screen>
[da0ea05a]42
[ac038a3]43 <para>At this point you can bring up <application>GNOME</application> with
[15a1fed9]44 <command>startx</command>.</para>
[d1ea01e3]45
46</sect1>
Note: See TracBrowser for help on using the repository browser.