On Mon, May 06, 2013 at 08:18, Antoine Jacoutot wrote:
> 
> DBus runs in 2 modes (system and session), with 2 diferent sockets.
> Make sure you run both. i.e. hav something like this in your
> /etc/rc.conf.local:
> pkg_scripts="${pkg_scripts} dbus_daemon"

Err, wait, slow down. In order to run a browser as a user I have to
run some dbus daemon as *root*?

> And make sure you have sth like this in your X session script:
> 
> if [ -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
> eval `dbus-launch --sh-syntax --exit-with-session`
> fi

Great. So now I have to go around to every box I use and tweak .xinitrc?

Reply via email to