dbus ChangeLog,1.1173,1.1174
Thiago J. Macieira
thiago at kemper.freedesktop.org
Thu Oct 26 10:34:51 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv14296
Modified Files:
ChangeLog
Log Message:
* tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
check if get_machine_uuid() returns NULL before proceeding any
further: we can't init the X atoms or create a session file
name if there is no machine ID.
This solves a crash reported by some users if
--exit-with-session was used without --autolaunch=<machine-id>
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1173
retrieving revision 1.1174
diff -u -d -r1.1173 -r1.1174
--- ChangeLog 26 Oct 2006 15:55:44 -0000 1.1173
+++ ChangeLog 26 Oct 2006 17:34:49 -0000 1.1174
@@ -1,3 +1,12 @@
+2006-10-26 Thiago Macieira <thiago at kde.org>
+
+ * tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
+ check if get_machine_uuid() returns NULL before proceeding any
+ further: we can't init the X atoms or create a session file
+ name if there is no machine ID.
+ This solves a crash reported by some users if
+ --exit-with-session was used without --autolaunch=<machine-id>
+
2006-10-26 John (J5) Palmieri <johnp at redhat.com>
* tools/dbus-launch.c (main): run the dbus-daemon in the builddir
More information about the dbus-commit
mailing list