openbsd-ports/x11/dbus/pkg
ajacoutot 3aa1667a56 Install the unique machine identifier file under /etc/machine-id and add
a /var/db/dbus/machine-id symlink pointing to it. /etc/machine-id is the
"new" path to store this data nowadays.
2013-01-01 14:36:11 +00:00
..
dbus_daemon.rc Install the unique machine identifier file under /etc/machine-id and add 2013-01-01 14:36:11 +00:00
DESCR
PFRAG.shared
PLIST Install the unique machine identifier file under /etc/machine-id and add 2013-01-01 14:36:11 +00:00
README Re-introduce pkg-readmes for people using their own .xsession / .xinitrc. 2012-11-09 16:05:13 +00:00

$OpenBSD: README,v 1.5 2012/11/09 16:05:13 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 [ -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
	eval `dbus-launch --sh-syntax --exit-with-session`
fi