Skip to content

Instantly share code, notes, and snippets.

View phillip-white-jarden's full-sized avatar

Phillip White phillip-white-jarden

View GitHub Profile
@phillip-white-jarden
phillip-white-jarden / ulauncher gnome shell draw over errors
Created September 25, 2019 22:15
ulauncher gnome shell draw over errors
user@linux-laptop-001:$ GDK_BACKEND=x11 ulauncher -v
/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-09-26 10:13:52,923 | INFO | ulauncher: main() | Ulauncher version 5.3.0
2019-09-26 10:13:52,923 | INFO | ulauncher: main() | Extension API version 2.0.0
2019-09-26 10:13:52,923 | INFO | ulauncher: main() | GTK+ 3.22.30
2019-09-26 10:13:52,923 | INFO | ulauncher: main() | Is Wayland: True
2019-09-26 10:13:52,924 | INFO | ulauncher: main() | Wayland compatibility: off
2019-09-26 10:13:52,938 | DEBUG | ulauncher.ui.windows.Builder: __init__() | consider using a pythonic name instead of design name 'input-box'
2019-09-26 10:13:52,940 | DEBUG | ulauncher.ui.windows.Builder: do_connect() | connect builder by name 'ulauncher_window','destroy', 'on_destroy'