From ed47b4502b4b6bc1cabd99be3c3b63859be72a7c Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 23 Nov 2007 11:31:05 +0100 Subject: Allow a normal session bus to be reused by applications using autolaunching 2007-11-23 Sjoerd Simons * tools/dbus-launch.c: let both a normal dbus-launch and an autolaunched bus save their parameters in X11 if possible. This makes the autolaunch and non-autolaunch behaviour more similar. With the exception that on a normal launch there will always be a new session bus and not being able to save parameters is not fatal. This also enables to launch programs directly with autolaunch (not very usefull though). --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0dc40d83..a66ce968 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-11-23 Sjoerd Simons + + * tools/dbus-launch.c: let both a normal dbus-launch and an + autolaunched bus save their parameters in X11 if possible. This makes + the autolaunch and non-autolaunch behaviour more similar. With the + exception that on a normal launch there will always be a new session + bus and not being able to save parameters is not fatal. This also + enables to launch programs directly with autolaunch (not very usefull + though). + 2007-10-31 Havoc Pennington * bus/selinux.c (log_audit_callback): rewrite to use -- cgit