Comment 4 for bug 238144

Revision history for this message
bhante (apointofdeparture) wrote :

check this:
echo $DBUS_SESSION_BUS_ADDRESS

if it is null perhaps you may need in your start :

if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
    eval `/usr/bin/dbus-launch --sh-syntax --exit-with-session`
    export DBUS_SESSION_BUS_ADDRESS
fi