source: gnome/core/config.xml@ daa06e4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since daa06e4 was ac038a3, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged config.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4232 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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
[15a1fed9]11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
[d1ea01e3]15
[ac038a3]16 <title>Configuring the Core GNOME Packages</title>
[23abb34]17
[ac038a3]18 <para>Create (or append to) an <filename>.xinitrc</filename> file to start
[15a1fed9]19 <application>GNOME</application>:</para>
[23abb34]20
[15a1fed9]21<screen><userinput>echo "exec gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
[23abb34]22
[ac038a3]23 <para>Ensure all libraries can be found with (as
24 <systemitem class="username">root</systemitem>):</para>
[d1ea01e3]25
[15a1fed9]26<screen role='root'><userinput>ldconfig</userinput></screen>
[1986ade]27
[ac038a3]28 <para>Update the MIME-type application database
29 (as <systemitem class="username">root</systemitem>):</para>
[1986ade]30
[15a1fed9]31<screen role='root'><userinput>update-desktop-database</userinput></screen>
[da0ea05a]32
[15a1fed9]33 <!-- I'm not sure this is required in GNOME-2.10.1, as it all appears to work
[da0ea05a]34
[ac038a3]35 <para>There are reports of some panel icons not being displayed properly when
36 using some themes, especially if your <envar>$GNOME_PREFIX</envar> is not
37 <filename class='directory'>/usr</filename>. As the root user, add the
38 following lines to <filename>$GNOME_PREFIX/share/gnome-panelrc</filename> to
39 correct the problem (ensure you substitute the correct path in the
[15a1fed9]40 pixmap_path, if necessary):</para>
41
42<screen role='root'><userinput>cat &gt;&gt; $GNOME_PREFIX/share/gnome-panelrc &lt;&lt; "EOF"</userinput>
43<literal>
[da0ea05a]44pixmap_path "/opt/gnome-2.8/share/pixmaps"
45
46style "panel-icons"
47{
48 stock ["panel-screenshot"] = {{"gnome-screenshot.png"}}
49 stock ["panel-gnome-logo"] = {{"gnome-logo-icon-transparent.png"}}
50 stock ["panel-cde"] = {{"cdeappmenu.png"}}
51 stock ["panel-launcher"] = {{"launcher-program.png"}}
52 stock ["panel-run"] = {{"gnome-run.png"}}
53 stock ["panel-drawer"] = {{"panel-drawer.png"}}
54 stock ["panel-main-menu"] = {{"gnome-main-menu.png"}}
55 stock ["panel-force-quit"] = {{"panel-force-quit.png"}}
56}
57
58class "GtkWidget" style "panel-icons"
[15a1fed9]59</literal>
60<userinput>EOF</userinput></screen>
[da0ea05a]61
[15a1fed9]62 -->
[2a5ecb3]63
[ac038a3]64 <para>At this point you can bring up <application>GNOME</application> with
[15a1fed9]65 <command>startx</command>.</para>
[d1ea01e3]66
67</sect1>
Note: See TracBrowser for help on using the repository browser.