Skip to content

Instantly share code, notes, and snippets.

@pszucs
Created July 11, 2019 10:22
Show Gist options
  • Save pszucs/b087145ea38237a0aa4c2eb53c06b53f to your computer and use it in GitHub Desktop.
Save pszucs/b087145ea38237a0aa4c2eb53c06b53f to your computer and use it in GitHub Desktop.
/usr/lib/python3/dist-packages/ulauncher/main.py:8: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk
2019-07-11 11:20:44,252 | INFO | ulauncher: main() | Ulauncher version 5.3.0~beta1
2019-07-11 11:20:44,252 | INFO | ulauncher: main() | Extension API version 2.0.0
2019-07-11 11:20:44,253 | INFO | ulauncher: main() | GTK+ 3.22.30
2019-07-11 11:20:44,253 | INFO | ulauncher: main() | Is Wayland: False
2019-07-11 11:20:44,253 | INFO | ulauncher: main() | Wayland compatibility: off
2019-07-11 11:20:44,270 | DEBUG | ulauncher.ui.windows.Builder: __init__() | consider using a pythonic name instead of design name 'input-box'
2019-07-11 11:20:44,272 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','destroy', 'on_destroy'
2019-07-11 11:20:44,272 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','focus_in_event', 'on_focus_in_event'
2019-07-11 11:20:44,272 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','focus_out_event', 'on_focus_out_event'
2019-07-11 11:20:44,273 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'input','key_press_event', 'on_input_key_press_event'
2019-07-11 11:20:44,274 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_input_changed'
2019-07-11 11:20:44,274 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_about_activate'
2019-07-11 11:20:44,274 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_close_activate'
2019-07-11 11:20:44,274 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_mnu_preferences_activate'
2019-07-11 11:20:44,274 | DEBUG | ulauncher.ui.windows.Builder: log_unconnected_functions() | Not connected to builder 'on_preferences_dialog_destroyed'
2019-07-11 11:20:44,276 | DEBUG | ulauncher.utils.display: get_screens() | Found 1 monitor(s)
2019-07-11 11:20:44,276 | DEBUG | ulauncher.utils.display: get_screens() | Monitor 0 - X: 0, Y: 0, W: 1920, H: 1200
2019-07-11 11:20:44,280 | DEBUG | ulauncher.ui.windows.UlauncherWindow: show_results() | render 0 results
2019-07-11 11:20:44,283 | INFO | ulauncher.api.server.ExtensionServer: _start_thread() | Starting WS server on port 5054
2019-07-11 11:20:44,283 | INFO | ulauncher.search.apps.app_watcher: start() | Started scanning desktop dirs
2019-07-11 11:20:44,303 | INFO | ulauncher.utils.image_loader: get_app_icon_pixbuf() | Could not load icon for appimagekit-clickup-desktop. E: gtk-icon-theme-error-quark: Icon 'appimagekit-clickup-desktop' not present in theme elementary (0)
2019-07-11 11:20:44,315 | INFO | ulauncher.ui.windows.UlauncherWindow: bind_show_app_hotkey() | Trying to bind app hotkey: <Super>e
2019-07-11 11:20:44,886 | INFO | ulauncher.utils.desktop.reader: find_apps_cached() | Found 77 apps in cache
2019-07-11 11:20:44,888 | INFO | ulauncher.utils.desktop.reader: read_desktop_file() | Could not read "/home/peter/.local/share/applications/appeditor-local-application-1.desktop": constructor returned NULL
2019-07-11 11:20:44,890 | INFO | ulauncher.utils.desktop.reader: read_desktop_file() | Could not read "/usr/share/applications/sessioninstaller.desktop": constructor returned NULL
2019-07-11 11:20:44,904 | INFO | ulauncher.utils.image_loader: get_app_icon_pixbuf() | Could not load icon for appimagekit-clickup-desktop. E: gtk-icon-theme-error-quark: Icon 'appimagekit-clickup-desktop' not present in theme elementary (0)
2019-07-11 11:20:44,910 | INFO | ulauncher.utils.desktop.reader: find_apps_cached() | Found 77 apps in the system
2019-07-11 11:20:44,910 | INFO | ulauncher.search.apps.app_watcher: start() | Scanned desktop dirs in 0.63 seconds
2019-07-11 11:20:44,921 | DEBUG | ulauncher.search.apps.app_watcher: start() | Start watching desktop files...
e2019-07-11 11:20:53,688 | DEBUG | ulauncher.utils.display: get_screens() | Found 1 monitor(s)
2019-07-11 11:20:53,689 | DEBUG | ulauncher.utils.display: get_screens() | Monitor 0 - X: 0, Y: 0, W: 1920, H: 1200
2019-07-11 11:20:53,691 | DEBUG | ulauncher.ui.windows.UlauncherWindow: show_results() | render 0 results
^C%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment