Launchpad has imported 4 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=496636.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2009-04-20T13:33:37+00:00 Jonathan wrote:

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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/374397/comments/0

------------------------------------------------------------------------
On 2009-04-21T03:58:53+00:00 Matthias wrote:

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);

Reply at:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/374397/comments/2

------------------------------------------------------------------------
On 2009-04-21T05:02:14+00:00 Matthias wrote:

Built in ConsoleKit-0.3.0-8.fc11

Reply at:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/374397/comments/3

------------------------------------------------------------------------
On 2009-06-09T14:12:42+00:00 Bug wrote:


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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/consolekit/+bug/374397/comments/11


** Changed in: consolekit (Fedora)
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/374397

Title:
  console-kit-daemon: glibgobject warning value location for gachararray
  passed as null

To manage notifications about this bug go to:
https://bugs.launchpad.net/consolekit/+bug/374397/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to