1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="gnome-config">
|
---|
9 |
|
---|
10 | <sect1info>
|
---|
11 | <othername>$LastChangedBy$</othername>
|
---|
12 | <date>$Date$</date>
|
---|
13 | </sect1info>
|
---|
14 |
|
---|
15 | <?dbhtml filename="config.html"?>
|
---|
16 |
|
---|
17 | <title>Configuring the core GNOME packages</title>
|
---|
18 |
|
---|
19 | <para>Create (or append to) an <filename>.xinitrc</filename> file to start
|
---|
20 | <application>GNOME</application>:</para>
|
---|
21 |
|
---|
22 | <screen><userinput>echo "exec gnome-session" >> ~/.xinitrc</userinput></screen>
|
---|
23 |
|
---|
24 | <para>Ensure all libraries can be found with (as root):</para>
|
---|
25 |
|
---|
26 | <screen role='root'><userinput>ldconfig</userinput></screen>
|
---|
27 |
|
---|
28 | <para>Update the <acronym>MIME</acronym>-type application database
|
---|
29 | (as root):</para>
|
---|
30 |
|
---|
31 | <screen role='root'><userinput>update-desktop-database</userinput></screen>
|
---|
32 |
|
---|
33 | <!-- I'm not sure this is required in GNOME-2.10.1, as it all appears to work
|
---|
34 |
|
---|
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
|
---|
40 | pixmap_path, if necessary):</para>
|
---|
41 |
|
---|
42 | <screen role='root'><userinput>cat >> $GNOME_PREFIX/share/gnome-panelrc << "EOF"</userinput>
|
---|
43 | <literal>
|
---|
44 | pixmap_path "/opt/gnome-2.8/share/pixmaps"
|
---|
45 |
|
---|
46 | style "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 |
|
---|
58 | class "GtkWidget" style "panel-icons"
|
---|
59 | </literal>
|
---|
60 | <userinput>EOF</userinput></screen>
|
---|
61 |
|
---|
62 | -->
|
---|
63 |
|
---|
64 | <para>At this point you can bring up <application>GNOME</application> with
|
---|
65 | <command>startx</command>.</para>
|
---|
66 |
|
---|
67 | </sect1>
|
---|