openbsd-ports/x11/dbus/pkg/README

16 lines
688 B
Plaintext
Raw Normal View History

$OpenBSD: README,v 1.3 2011/06/02 13:41:42 ajacoutot Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
2010-10-29 08:59:03 -04:00
To start a session bus instance of dbus-daemon (needed by at least gvfs
aware applications and ${PREFIX}/share/dbus-1/services/*.service),
2010-09-16 08:47:54 -04:00
add the following lines in .xinitrc or .xsession before starting the
2010-08-23 10:29:54 -04:00
window manager (see dbus-launch(1) for more info) -- note that some
session managers, e.g. gnome-session(1) already do this for you.
if [ -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
eval `dbus-launch --auto-syntax --exit-with-session`
fi