From 01b91ba121034f94c1e4d4511b9e61f622dde48c Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 26 Oct 2006 17:34:49 +0000 Subject: * 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= --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2722f329..3a26dc71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-10-26 Thiago Macieira + + * 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= + 2006-10-26 John (J5) Palmieri * tools/dbus-launch.c (main): run the dbus-daemon in the builddir -- cgit