Comment 3 for bug 755656

Revision history for this message
Andreas B. Wagner (andreasbwagner) wrote :

Also, it may be relevant that I need to put the following in my .xinitrc in order for haguichi to run:

 if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
        eval "$(dbus-launch --sh-syntax --exit-with-session)"
 fi