You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I can not launch Qtile. Either through .xinitrc or using qtile start.
As a test of X, I installed i3 and it launches fine.
When pass qtile start I get this:
Traceback (most recent call last):
File "/usr/bin/qtile", line 33 in
sys.exit(load_entry_point('qtile==0.19.0', 'console_scripts', 'qtile')())
File "/usr/lib/python3.10/site-packages/libqtile/scripts/main.py", line 61, in main
options.func(options)
File "usr/lib/python3.10/site-packages/libqtile/scripts/start.py", line 87, in start
q = make_qtile(options)
File "usr/lib/python3.10/site-packages/libqtile/scripts/start.py", line 50, in make_qtile
kore= libqtile.backend.get.get_core(options.backend)
File "usr/lib/python3.10/site-packages/libqtile/backend/init.py", line 15, in get_core
return importlib.import_module(f"libqtile.backend.{backend}.core").Core(*args)
File "usr/lib/python3.10/site-packages/libqtile/backend/X11/core.py", line 87, in__init__
raise QTileError("No DISPLAY set")
libqtile.utils.QTileError: No DISPLAY set
How do I fix this so I can use Qtile instead of i3. It used to work fine before upgraded from Arch 5.12
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Recently updated Arch to 5.15.12-arch1-1
Now I can not launch Qtile. Either through .xinitrc or using qtile start.
As a test of X, I installed i3 and it launches fine.
When pass qtile start I get this:
Traceback (most recent call last):
File "/usr/bin/qtile", line 33 in
sys.exit(load_entry_point('qtile==0.19.0', 'console_scripts', 'qtile')())
File "/usr/lib/python3.10/site-packages/libqtile/scripts/main.py", line 61, in main
options.func(options)
File "usr/lib/python3.10/site-packages/libqtile/scripts/start.py", line 87, in start
q = make_qtile(options)
File "usr/lib/python3.10/site-packages/libqtile/scripts/start.py", line 50, in make_qtile
kore= libqtile.backend.get.get_core(options.backend)
File "usr/lib/python3.10/site-packages/libqtile/backend/init.py", line 15, in get_core
return importlib.import_module(f"libqtile.backend.{backend}.core").Core(*args)
File "usr/lib/python3.10/site-packages/libqtile/backend/X11/core.py", line 87, in__init__
raise QTileError("No DISPLAY set")
libqtile.utils.QTileError: No DISPLAY set
How do I fix this so I can use Qtile instead of i3. It used to work fine before upgraded from Arch 5.12
Beta Was this translation helpful? Give feedback.
All reactions