With current Rawhide, I get four copies of this syslog message every time I log in: Apr 20 07:12:59 jik2 console-kit-daemon[2079]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL Apr 20 07:12:59 jik2 console-kit-daemon[2079]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL Apr 20 07:12:59 jik2 console-kit-daemon[2079]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL Apr 20 07:12:59 jik2 console-kit-daemon[2079]: GLib-GObject-WARNING: IA__g_object_get_valist: value location for `gchararray' passed as NULL
This might fix it, I think diff -up ConsoleKit-0.3.0/src/ck-manager.c.null-warning ConsoleKit-0.3.0/src/ck-manager.c --- ConsoleKit-0.3.0/src/ck-manager.c.null-warning 2009-04-20 23:55:53.248884043 -0400 +++ ConsoleKit-0.3.0/src/ck-manager.c 2009-04-20 23:56:27.736126951 -0400 @@ -1213,7 +1213,7 @@ session_is_real_user (CkSession *session g_object_get (session, "unix-user", &uid, - "session-type", session_type, + "session-type", &session_type, NULL); username = get_user_name (uid);
Built in ConsoleKit-0.3.0-8.fc11
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle. Changing version to '11'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping