Magellan Linux

Contents of /trunk/dbus/30-dbus

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2254 - (show annotations) (download)
Fri Aug 16 07:34:35 2013 UTC (10 years, 7 months ago) by niro
File size: 171 byte(s)
-simplified script and drop which dependency
1 #!/bin/bash
2
3 # launches a session dbus instance
4 if [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && type -P dbus-launch
5 then
6 eval $(dbus-launch --sh-syntax --exit-with-session)
7 fi