GNOME Bugzilla – Bug 353674
gdmactions - lock screen gives error on unlocking
Last modified: 2006-09-03 15:56:41 UTC
If I search for "lock", and select the "Lock screen" hit, I get: Traceback (most recent call last):
+ Trace 71306
match.action(text)
self._scrsvr.Lock()
reply_message = self._connection.send_with_reply_and_block(message, timeout)
when I unlock the screen again.
Either we dump gdmactions, or we surround the call with a try/catch and be happy.
Created attachment 71960 [details] [review] gdmactions-dbus-timeout.patch Here is the patch that workarounds the problem until we have a real solution to the timeout problem.
I don't think we should drop gdm actions. I use deskbar as the only menu-style thing in my panel, and I won't be able to shut down or log out without it :-D Seriously, I think we should keep it.
Applied in HEAD