Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gnome-config.xml
Date: Tue, 01 Sep 2009 18:49:59
Message-Id: E1MidFL-0006zJ-7W@stork.gentoo.org
1 nightmorph 09/09/01 23:58:43
2
3 Modified: gnome-config.xml
4 Log:
5 Update the guide for pending 2.26 stuff, bug 281423
6
7 Revision Changes Path
8 1.27 xml/htdocs/doc/en/gnome-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.27&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.26&r2=1.27
13
14 Index: gnome-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- gnome-config.xml 23 May 2008 20:00:57 -0000 1.26
21 +++ gnome-config.xml 1 Sep 2009 23:58:43 -0000 1.27
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.26 2008/05/23 20:00:57 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.27 2009/09/01 23:58:43 nightmorph Exp $ -->
27
28 <guide link="/doc/en/gnome-config.xml">
29 <title>The GNOME Configuration HOWTO</title>
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.19</version>
35 -<date>2007-11-13</date>
36 +<version>1.20</version>
37 +<date>2009-09-01</date>
38
39 <chapter>
40 <title>What is GNOME?</title>
41 @@ -128,27 +128,6 @@
42 </pre>
43
44 <p>
45 -If you paid attention to the output of your previous <c>emerge</c> command,
46 -you'll notice that it suggests using <c>gamin</c> to have nautilus and
47 -gnome-vfs monitor file changes:
48 -</p>
49 -
50 -<pre caption="Installing gamin, a file alteration monitor">
51 -# <i>emerge gamin</i>
52 -</pre>
53 -
54 -<impo>
55 -If you are switching from <c>fam</c> (the old, deprecated file monitor) to
56 -<c>gamin</c>, you will need to remove <c>famd</c> from all runlevels and then
57 -unmerge it:
58 -</impo>
59 -
60 -<pre caption="Optional: switching to gamin from fam">
61 -# <i>rc-update del famd</i>
62 -# <i>emerge --unmerge app-admin/fam</i>
63 -</pre>
64 -
65 -<p>
66 Next we'll clean up the remaining services.
67 </p>
68
69 @@ -182,6 +161,18 @@
70 </pre>
71
72 <p>
73 +Starting with <c>gnome-base/gnome-session-2.26.2</c>, you will need to prepend
74 +the XDG_MENU_PREFIX variable to get the Gnome menus if you're using the
75 +<path>~/.xinitrc</path> method to start your desktop. (If you're not using
76 +<path>~/.xinitrc</path>, it will be handled automatically for you; no additional
77 +configuration is needed.)
78 +</p>
79 +
80 +<pre caption="Prepending XDG_MENU_PREFIX to ~/.xinitrc">
81 +$ <i>sed '1i\export XDG_MENU_PREFIX=gnome-' ~/.xinitrc</i>
82 +</pre>
83 +
84 +<p>
85 Now start your graphical environment by running <c>startx</c>:
86 </p>
87
88 @@ -230,9 +221,11 @@
89 </p>
90
91 <p>
92 -To use the functionality of <c>hald</c> just start <c>gnome-volume-manager</c>
93 -and edit its preferences. Also, you'll need to add your user to the
94 -<c>plugdev</c> group.
95 +To use the functionality of <c>hald</c> you need to add your user to the
96 +<c>plugdev</c> group. If you want support for devices not handled by the
97 +<c>nautilus</c> file manager, or if you're not using <c>nautilus</c> at all, you
98 +might want to make sure that <c>gnome-volume-manager</c> is built with the
99 +<c>automount</c> USE flag, and that it's started every time you login.
100 </p>
101
102 </body>