9 lines
164 B
XML
Executable File
9 lines
164 B
XML
Executable File
#!/bin/sh
|
|
|
|
if [ -x /usr/bin/dbus-launch ]
|
|
then
|
|
eval `dbus-launch --sh-syntax --exit-with-session`
|
|
export DBUS_SESSION_BUS_ADDRESS
|
|
export DBUS_SESSION_BUS_PID
|
|
fi
|