ext-sources/0005.dbus
author gheet
Thu, 30 Oct 2008 00:00:13 +0000
branchgnome-2-24
changeset 13901 422846cd6165
permissions -rw-r--r--
2008-10-29 Ghee Teo <[email protected]> Fixed 6755007. by having a standard way of launching dbus session which also fixes d.o.o.#4097. * SUNWdbus.spec: put 0005.dbus into /etc/X11/xinit/xinitrc.d * SUNWgnome-display-mgr.spec: specified /etc/X11/xinit/xinitrc.d * SUNWgnome-dtlogin-integration.spec: bump to 0.37 and clean up. also put 0005.dbus into /usr/dt/config/Xsession.d when build --with-dt. * ext-sources/0005.dbus:

#!/bin/ksh

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