Skip to content

Instantly share code, notes, and snippets.

@thob
Created February 21, 2020 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thob/a3605789d1a367b9fe879bba07eb5935 to your computer and use it in GitHub Desktop.
Save thob/a3605789d1a367b9fe879bba07eb5935 to your computer and use it in GitHub Desktop.
2020-02-21 15:14:19,381 | INFO | ulauncher: main() | Ulauncher version 5.6.1
2020-02-21 15:14:19,381 | INFO | ulauncher: main() | Extension API version 2.0.0
2020-02-21 15:14:19,382 | INFO | ulauncher: main() | GTK+ 3.22.30
2020-02-21 15:14:19,382 | INFO | ulauncher: main() | Is Wayland: False
2020-02-21 15:14:19,382 | INFO | ulauncher: main() | Wayland compatibility: off
2020-02-21 15:14:19,413 | DEBUG | ulauncher.ui.windows.Builder: __init__() | consider using a pythonic name instead of design name 'input-box'
2020-02-21 15:14:19,417 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','destroy', 'on_destroy'
2020-02-21 15:14:19,417 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','focus_in_event', 'on_focus_in_event'
2020-02-21 15:14:19,417 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','focus_out_event', 'on_focus_out_event'
2020-02-21 15:14:19,418 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'input','key_press_event', 'on_input_key_press_event'
2020-02-21 15:14:19,419 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_input_changed'
2020-02-21 15:14:19,419 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_about_activate'
2020-02-21 15:14:19,419 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_close_activate'
2020-02-21 15:14:19,419 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_preferences_activate'
2020-02-21 15:14:19,419 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_preferences_dialog_destroyed'
2020-02-21 15:14:19,422 | DEBUG | ulauncher.utils.display: get_screens() | Found 3 monitor(s)
2020-02-21 15:14:19,422 | DEBUG | ulauncher.utils.display: get_screens() | Monitor 0 - X: 1920, Y: 0, W: 1920, H: 1080
2020-02-21 15:14:19,422 | DEBUG | ulauncher.utils.display: get_screens() | Monitor 1 - X: 0, Y: 0, W: 1360, H: 768
2020-02-21 15:14:19,423 | DEBUG | ulauncher.utils.display: get_screens() | Monitor 2 - X: 3840, Y: 0, W: 1920, H: 1080
2020-02-21 15:14:19,426 | DEBUG | ulauncher.utils.display: get_screens() | Found 3 monitor(s)
2020-02-21 15:14:19,427 | DEBUG | ulauncher.utils.display: get_screens() | Monitor 0 - X: 1920, Y: 0, W: 1920, H: 1080
2020-02-21 15:14:19,427 | DEBUG | ulauncher.utils.display: get_screens() | Monitor 1 - X: 0, Y: 0, W: 1360, H: 768
2020-02-21 15:14:19,428 | DEBUG | ulauncher.utils.display: get_screens() | Monitor 2 - X: 3840, Y: 0, W: 1920, H: 1080
2020-02-21 15:14:19,444 | ERROR | ulauncher: except_hook() | Uncaught exception
Traceback (most recent call last):
File "/usr/bin/ulauncher", line 28, in <module>
main()
File "/usr/lib/python3/dist-packages/ulauncher/main.py", line 128, in main
window = UlauncherWindow.get_instance()
File "/usr/lib/python3/dist-packages/ulauncher/utils/decorator/singleton.py", line 19, in wrapper
instance = fn(*args, **kwargs)
File "/usr/lib/python3/dist-packages/ulauncher/ui/windows/UlauncherWindow.py", line 55, in get_instance
return cls()
File "/usr/lib/python3/dist-packages/ulauncher/ui/windows/UlauncherWindow.py", line 65, in __new__
new_object.finish_initializing(builder)
File "/usr/lib/python3/dist-packages/ulauncher/ui/windows/UlauncherWindow.py", line 101, in finish_initializing
self.show_results([])
File "/usr/lib/python3/dist-packages/ulauncher/ui/windows/UlauncherWindow.py", line 334, in show_results
result_items = AppStatDb.get_instance().get_most_frequent(3)
File "/usr/lib/python3/dist-packages/ulauncher/utils/decorator/singleton.py", line 19, in wrapper
instance = fn(*args, **kwargs)
File "/usr/lib/python3/dist-packages/ulauncher/search/apps/AppStatDb.py", line 18, in get_instance
return cls(os.path.join(DATA_DIR, 'app_stat_v2.db')).open()
File "/usr/lib/python3/dist-packages/ulauncher/utils/db/KeyValueDb.py", line 39, in open
self.set_records(pickle.load(_in))
_pickle.UnpicklingError: invalid load key, '\xc9'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment