Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. $ hawck-ui
  2.  
  3. (hawck-ui:3091): Gtk-WARNING **: 13:24:19.054: Content added to the action area of a dialog using header bars
  4.  
  5. (hawck-ui:3091): Gtk-CRITICAL **: 13:24:19.057: gtk_widget_grab_default: assertion 'gtk_widget_get_can_default (widget)' failed
  6. 2750
  7. 2966
  8. <hawck_ui.window.Settings object at 0x7f0c1e9e0cc0> autostart_switch False
  9. <hawck_ui.window.Settings object at 0x7f0c1e9e0cc0> unsafe_mode_switch False
  10. handler_name: on_notify_on_err_chk_toggled
  11. Unable to retrieve config.stop_on_err
  12. handler_name: on_eval_keydown_chk_toggled
  13. handler_name: on_eval_keyup_chk_toggled
  14. Unable to retrieve config.eval_keyrepeat
  15. Traceback (most recent call last):
  16. File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 103, in _builder_connect_callback
  17. handler, args = _extract_handler_and_args(obj_or_map, handler_name)
  18. File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 83, in _extract_handler_and_args
  19. raise AttributeError('Handler %s not found' % handler_name)
  20. AttributeError: Handler on_stop_on_err_chk_toggled not found
  21. Traceback (most recent call last):
  22. File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 103, in _builder_connect_callback
  23. handler, args = _extract_handler_and_args(obj_or_map, handler_name)
  24. File "/usr/lib/python3/dist-packages/gi/overrides/Gtk.py", line 83, in _extract_handler_and_args
  25. raise AttributeError('Handler %s not found' % handler_name)
  26. AttributeError: Handler on_eval_keyrepeat_chk_toggled not found
  27. Focus change: edit_scripts
  28. Focus change: help
  29. Focus change: settings
  30. Focus change: simple_rebind
  31. Focus change: simple_rebind
  32. Focus change: status
  33. Focus change: edit_scripts
  34. Installing script ...
  35. Output:
  36. Traceback (most recent call last):
  37. File "/usr/local/lib/python3.6/dist-packages/hawck_ui-0.6-py3.6.egg/hawck_ui/window.py", line 676, in setScriptEnabled
  38. self.installScript(hwk_path)
  39. File "/usr/local/lib/python3.6/dist-packages/hawck_ui-0.6-py3.6.egg/hawck_ui/window.py", line 554, in installScript
  40. priv_actions.copyKeys(out.strip(), self.getCurrentScriptName())
  41. File "/usr/local/lib/python3.6/dist-packages/hawck_ui-0.6-py3.6.egg/hawck_ui/privesc.py", line 161, in sub
  42. return self.run(expl, user, fn, args)
  43. File "/usr/local/lib/python3.6/dist-packages/hawck_ui-0.6-py3.6.egg/hawck_ui/privesc.py", line 152, in run
  44. return callback_wrap(lambda exc, obj: obj)
  45. File "/usr/local/lib/python3.6/dist-packages/hawck_ui-0.6-py3.6.egg/hawck_ui/privesc.py", line 144, in callback_wrap
  46. exc, obj = json.loads(json_str)
  47. File "/usr/lib/python3.6/json/__init__.py", line 354, in loads
  48. return _default_decoder.decode(s)
  49. File "/usr/lib/python3.6/json/decoder.py", line 339, in decode
  50. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  51. File "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode
  52. raise JSONDecodeError("Expecting value", s, err.value) from None
  53. json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
  54. Focus change: edit_scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement