Freebsd dbus / hal

José G. Juanino jjuanino at gmail.com
Mon Dec 11 11:12:07 PST 2006


El lunes 11 de diciembre a las 00:37:58 CET, felix.schalck escribió:
> José G. Juanino wrote:
> >El domingo 10 de diciembre a las 14:13:22 CET, José G. Juanino escribió:
> >  
> >>El domingo 10 de diciembre a las 13:57:06 CET, felix.schalck escribió:
> >>    
> >>>Hi,
> >>>
> >>>Does someone know a good how-to to set up dbus and hal under freebsd ?
> >>>Im trying to run gnome 2.16 , and it always claims not finding the 
> >>>dbus-socket to connect to...
> >>>      
> >>Add the following in the .xinitrc file:
> >>
> >>eval `dbus-launch`
> >>export DBUS_SESSION_BUS_ADDRESS DBUS_SESSION_BUS_PID
> >>    
> >
> >I forget that is also necessary start dbus-daemon. The best way is in
> >rc.conf:
> >
> >dbus_enable="YES"
> >  
> Thank you for your help, but it's still not working: got the same error. 
> Is there any way to get it verbose ? Perhaps I'm missing some 
> package/config.

You need devel/dbus port.

Try to execute in a shell:

$ dbus-launch

after /usr/local/etc/rc.d/dbus forcestart

The response must be something like:
DBUS_SESSION_BUS_ADDRESS=unix:path=/var/tmp/dbus-HQmF4igtIW,guid=e03799433336424efaa98000457dac03
DBUS_SESSION_BUS_PID=1919

This variables need to be known by the applications which are using
dbus.

Regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20061211/dcc104fa/attachment.pgp


More information about the freebsd-questions mailing list