Hi,
Following the steps at http://www.funtoo.org/GNOME_First_Steps
There's a note which says:
However, this doesn't seem to happen. I have had to do a separate
rc-update add dbus default
to get gdm to start. Looking at /etc/init.d/xdm there's a line:
use consolekit dbus xfs
I've managed to make things work by changing this to:
need dbus
use consolekit xfs
But I have no idea whether this is correct.
In short, I believe either the documentation needs to tell people to do rc-update add dbus default, or the init script needs to be changed. I don't know which, I'm n