Tagged config.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4232 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-14 21:45:09 +00:00
parent c66e86ae3f
commit ac038a3f48

View File

@ -6,27 +6,27 @@
]>
<sect1 id="gnome-config">
<?dbhtml filename="config.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="config.html"?>
<title>Configuring the core GNOME packages</title>
<title>Configuring the Core GNOME Packages</title>
<para>Create (or append to) an <filename>.xinitrc</filename> file to start
<application>GNOME</application>:</para>
<screen><userinput>echo "exec gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
<para>Ensure all libraries can be found with (as root):</para>
<para>Ensure all libraries can be found with (as
<systemitem class="username">root</systemitem>):</para>
<screen role='root'><userinput>ldconfig</userinput></screen>
<para>Update the <acronym>MIME</acronym>-type application database
(as root):</para>
<para>Update the MIME-type application database
(as <systemitem class="username">root</systemitem>):</para>
<screen role='root'><userinput>update-desktop-database</userinput></screen>