You are not logged in.

#1 2006-11-07 17:56:44

Elrohir
Member
Registered: 2006-01-05
Posts: 49

[Openbox] How launch gnome daemon ?

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)' failed

Whereas 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-1

Thanks !

Nicolas

Offline

#2 2006-11-07 18:56:38

rezza
Member
From: Edinburgh, uk
Registered: 2004-07-08
Posts: 237

Re: [Openbox] How launch gnome daemon ?

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

#3 2006-11-08 02:49:03

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: [Openbox] How launch gnome daemon ?

If you are using startx, I would probably just put

dbus-launch openbox

in your .xinitrc

Offline

#4 2006-11-08 07:40:19

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,929
Website

Re: [Openbox] How launch gnome daemon ?

exec dbus-launch --exit-with-session --auto-syntax openbox

got this in my .xinitrc


Mr Green

Offline

#5 2006-11-08 11:24:47

Elrohir
Member
Registered: 2006-01-05
Posts: 49

Re: [Openbox] How launch gnome daemon ?

Excellent guys !!
Thanks smile

Offline

Board footer

Powered by FluxBB