Advertisement
Guest User

Untitled

a guest
May 2nd, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. [steve@valencia ~]$ light-locker-settings
  2.  
  3. ** (light-locker-settings.py:20473): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  4. Traceback (most recent call last):
  5. File "/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py", line 552, in <module>
  6. main = LightLockerSettings()
  7. File "/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py", line 97, in __init__
  8. self.init_settings()
  9. File "/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py", line 246, in init_settings
  10. self.get_screen_blank_timeout()
  11. File "/usr/share/light-locker-settings/light-locker-settings/light-locker-settings.py", line 353, in get_screen_blank_timeout
  12. "timeout: *(\d+)", screensaver_output)
  13. File "/usr/lib/python3.4/re.py", line 166, in search
  14. return _compile(pattern, flags).search(string)
  15. TypeError: can't use a string pattern on a bytes-like object
  16. [steve@valencia ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement