On Mon, May 06, 2013 at 04:52:48PM -0400, Ted Unangst wrote:
> 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*?
No; I was just pointing the difference from a system bus and a session one.
> > 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?
Then use the default one from the base system... it already comes with these.
--
Antoine