Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. /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.
  2. from gi.repository import Gtk
  3.  
  4. [!]
  5. Looks like you are in Wayland session
  6. Please run Ulauncher with env var
  7. GDK_BACKEND set to 'x11' like this:
  8.  
  9. GDK_BACKEND=x11 ulauncher
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement