Subject: gnome versus dbus?
To: None <pkgsrc-users@netbsd.org>
From: walt <wa1ter@myrealbox.com>
List: pkgsrc-users
Date: 04/16/2007 15:02:11
Hi, I'm up and running gnome 2.18.1 on NetBSD-current, thank you!
I had only one small problem getting gnome to start up properly.
I needed to change my ~/.xinitrc from this:
exec gnome-session
to this:
exec dbus-launch gnome-session
Otherwise gnome-settings-daemon would crash on startup. Is this
the correct way to solve the problem? Is there a 'more correct'
solution?
Thanks!