Skip to content

Instantly share code, notes, and snippets.

@voneAbides
Created October 9, 2019 19:09
Show Gist options
  • Save voneAbides/9683e1102f18d90e44890490d5ab809c to your computer and use it in GitHub Desktop.
Save voneAbides/9683e1102f18d90e44890490d5ab809c to your computer and use it in GitHub Desktop.
Ulauncher log
/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