You are not logged in.
Hi men,
I'm testing OpenBox.
But I want launch gnome daemon for my GTK windows.
I have an error...
[root@NicoElro nicolas]# /opt/gnome/libexec/gnome-settings-daemon
(gnome-settings-daemon:3725): GSwitchIt-WARNING **: Unable to connect to dbus: Unable to determine the address of the message bus (try 'man dbus-launch' and 'man dbus-daemon' for help)
** (gnome-settings-daemon:3725): CRITICAL **: dbus_g_connection_register_g_object: assertion `connection != NULL' failed
** (gnome-settings-daemon:3725): CRITICAL **: dbus_g_proxy_new_for_name: assertion `connection != NULL' failed
** (gnome-settings-daemon:3725): CRITICAL **: dbus_g_proxy_call: assertion `DBUS_IS_G_PROXY (proxy)' failedWhereas I launched dbus...
Why this error ?
I list my packages....
[root@NicoElro nicolas]# pacman -Q | grep dbus
dbus 0.93-1
dbus-glib 0.71-1
dbus-qt3 0.62-1Thanks !
Nicolas
Offline
how do you launch openbox? if you use startx, then try running "dbus-launch startx" instead. If you use gdm or whatever, edit the appropriate file to say "dbus-launch openbox" instead of just "openbox".
Offline
If you are using startx, I would probably just put
dbus-launch openboxin your .xinitrc
Offline
exec dbus-launch --exit-with-session --auto-syntax openboxgot this in my .xinitrc
Mr Green
Offline
Excellent guys !!
Thanks ![]()
Offline