#!/bin/ksh if [ -x "/usr/bin/dbus-launch" -a -z "$DBUS_SESSION_BUS_ADDRESS" ]; then eval `dbus-launch --exit-with-session --sh-syntax` fi