openbsd-ports/x11/dbus/pkg
ajacoutot 4f3d0498f5 There seems to be an annoying runtime regression with session bus after
the last update which I failed to see in my tests.
While this is being worked on, let's revert for now so that people don't
run into it. Other parts of the D-DBus gang update are fine (glib and
python). Also keep the recent rc script tweak.

Sorry about that...
2010-12-16 07:13:58 +00:00
..
dbus_daemon.rc There seems to be an annoying runtime regression with session bus after 2010-12-16 07:13:58 +00:00
DESCR - better DESCR 2009-05-31 20:56:38 +00:00
PFRAG.shared
PLIST Move to pkg-readmes. 2010-10-29 12:59:03 +00:00
README Cosmetic, be consistent with how we set the rcs id in other files. 2010-11-06 07:56:48 +00:00

$OpenBSD: README,v 1.2 2010/11/06 07:56:48 ajacoutot Exp $

To start a session bus instance of dbus-daemon (needed by at least gvfs
aware applications and ${PREFIX}/share/dbus-1/services/*.service),
add the following lines in .xinitrc or .xsession before starting the
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