I found that problem is in function gvm_console_kit_seat_get_sessions.

do {
                if (dbus_message_iter_get_arg_type (&elem) == 
DBUS_TYPE_OBJECT_PATH) {
                        dbus_message_iter_get_basic (&elem, &path);
                        g_ptr_array_add (sessions, g_strdup (path));
                }
} while (dbus_message_iter_next (&elem));

this iteration is done but the condition in the if statement never
holds.

-- 
not using gdm does not create a ConsoleKit session
https://bugs.launchpad.net/bugs/186353
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to