https://bugzilla.xfce.org/show_bug.cgi?id=14707
Marcos Mello <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8417|0 |1 is obsolete| | --- Comment #7 from Marcos Mello <[email protected]> --- Created attachment 8421 --> https://bugzilla.xfce.org/attachment.cgi?id=8421&action=edit Use logind Can* methods (V3) Very old logind versions (< 196) do not support CanHybridSleep method. In this case g_dbus_connection_call_sync() will return NULL and g_variant_get() will explode. Hence test if dbus_ret != NULL. (sorry, previous patches were mangled somehow) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
