mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Tagged config.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4232 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c66e86ae3f
commit
ac038a3f48
@ -6,37 +6,37 @@
|
||||
]>
|
||||
|
||||
<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
|
||||
<para>Create (or append to) an <filename>.xinitrc</filename> file to start
|
||||
<application>GNOME</application>:</para>
|
||||
|
||||
<screen><userinput>echo "exec gnome-session" >> ~/.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>
|
||||
|
||||
<!-- I'm not sure this is required in GNOME-2.10.1, as it all appears to work
|
||||
|
||||
<para>There are reports of some panel icons not being displayed properly when
|
||||
using some themes, especially if your <envar>$GNOME_PREFIX</envar> is not
|
||||
<filename class='directory'>/usr</filename>. As the root user, add the
|
||||
following lines to <filename>$GNOME_PREFIX/share/gnome-panelrc</filename> to
|
||||
correct the problem (ensure you substitute the correct path in the
|
||||
<para>There are reports of some panel icons not being displayed properly when
|
||||
using some themes, especially if your <envar>$GNOME_PREFIX</envar> is not
|
||||
<filename class='directory'>/usr</filename>. As the root user, add the
|
||||
following lines to <filename>$GNOME_PREFIX/share/gnome-panelrc</filename> to
|
||||
correct the problem (ensure you substitute the correct path in the
|
||||
pixmap_path, if necessary):</para>
|
||||
|
||||
<screen role='root'><userinput>cat >> $GNOME_PREFIX/share/gnome-panelrc << "EOF"</userinput>
|
||||
@ -61,7 +61,7 @@ class "GtkWidget" style "panel-icons"
|
||||
|
||||
-->
|
||||
|
||||
<para>At this point you can bring up <application>GNOME</application> with
|
||||
<para>At this point you can bring up <application>GNOME</application> with
|
||||
<command>startx</command>.</para>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user