Index: gnome-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v retrieving revision 1.26 diff -u -B -r1.26 gnome-config.xml --- gnome-config.xml 23 May 2008 20:00:57 -0000 1.26 +++ gnome-config.xml 12 Aug 2009 18:55:37 -0000 @@ -14,6 +14,9 @@ + + + A frequently used environment is GNOME. This HOWTO tries to describe @@ -127,27 +130,13 @@ # env-update && source /etc/profile -

-If you paid attention to the output of your previous emerge command, -you'll notice that it suggests using gamin to have nautilus and -gnome-vfs monitor file changes: -

- -
-# emerge gamin
-
- -If you are switching from fam (the old, deprecated file monitor) to -gamin, you will need to remove famd from all runlevels and then -unmerge it: +If it is not the first time you install gnome, you might remember about +fam or gamin. Those packages are absolutely not needed anymore +if you are running a recent enough Linux kernel. If you are running +Gentoo/FreeBSD or an old linux kernel, you may consider enabling fam USE flag. -
-# rc-update del famd
-# emerge --unmerge app-admin/fam
-
-

Next we'll clean up the remaining services.

@@ -182,6 +171,17 @@

+Starting with gnome-base/gnome-session-2.26.2 you will need to prepend +the XDG_MENU_PREFIX variable to get the GNOME menus if you are using the +~/.xinitrc method to start your desktop. It will be handled automatically for +you in other cases. +

+ +
+$ sed '1i\export XDG_MENU_PREFIX=gnome-' ~/.xinitrc
+
+ +

Now start your graphical environment by running startx:

@@ -230,9 +230,11 @@

-To use the functionality of hald just start gnome-volume-manager -and edit its preferences. Also, you'll need to add your user to the -plugdev group. +To use the functionality of hald you need to add your user to the +plugdev group. If you want support for devices not handled by +nautilus or if you are not using nautilus at all, you might +want to make sure gnome-volume-manager is built with USE="automount" and +started.