openbsd-ports/x11/dbus/pkg
ajacoutot 24e2018964 Update to dbus-1.6.2.
Committing now so that any fallout can be fixed during g2k12.
2012-07-05 07:19:48 +00:00
..
dbus_daemon.rc Add --system to daemon instead of daemon_flags to make it mandatory. 2011-12-20 14:27:46 +00:00
DESCR
PFRAG.shared
PLIST Update to dbus-1.6.2. 2012-07-05 07:19:48 +00:00
README Add a consistent header that substitutes FULLPKGNAME for the READMEs. 2011-06-02 13:41:36 +00:00

$OpenBSD: README,v 1.3 2011/06/02 13:41:42 ajacoutot Exp $

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

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