[Bug 62530] Should enable power saving even on desktop

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 2 18:24:37 CEST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=62530

--- Comment #5 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
+ prop = g_variant_get_child_value (parameters, 0);

This is going to crash (or at least critical) if there are no parameters at
all. Either check explicitly, or supply a (static) GDBusInterfaceInfo to
g_dbus_proxy_new_for_bus() (it can just include that one signal if you like).

(In reply to comment #3)
> Branch updated with review comments fixed and unit test passed *once*. Now
> all unit tests fails again with the timeout error

...

Does this still happen? What if you use the upstream branch rather than your
patched version? MC 5.14 and 5.15 branches both pass reliably for me.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list