Skip to content

Instantly share code, notes, and snippets.

@abbyck
Created September 29, 2019 05:44
Show Gist options
  • Select an option

  • Save abbyck/0b8c8d656e76690682a50f3c0f6d85f8 to your computer and use it in GitHub Desktop.

Select an option

Save abbyck/0b8c8d656e76690682a50f3c0f6d85f8 to your computer and use it in GitHub Desktop.
/usr/lib/python3.7/site-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
[!]
Looks like you are in Wayland session
Please run Ulauncher with env var
GDK_BACKEND set to 'x11' like this:
GDK_BACKEND=x11 ulauncher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment