ajacoutot 7d298940b9 Update to dbus-1.8.0.
bulk testing by landry@
runtime testing by myself
2014-01-24 10:43:16 +00:00
..
2013-08-10 15:47:06 +00:00
2014-01-24 10:43:16 +00:00

$OpenBSD: README,v 1.6 2013/05/07 06:44:47 ajacoutot Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

To start a session bus instance of dbus-daemon (needed by applications
installing ${PREFIX}/share/dbus-1/services/*.service files), add the
following lines in .xinitrc or .xsession before starting the window
manager (see dbus-launch(1) for more info) -- note that the default
xinitrc and Xsession in OpenBSD (as well as some session/login managers,
e.g. gnome-session(1)) already do this for you in which case these lines
are not needed.

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