On Fri, Apr 15, 2016 at 07:12:10AM -0600, Garin Wally wrote: > Tych0, > > I'm sorry to take up your time and email you personally, but I can't find > an answer to this problem yet I'm not sure this is an "Issue" to be posted > on github either.
There's the [email protected] mailing list as well. > I have a fresh Manjaro install and made sure its updated, > I've followed your install procedure, and the help at the Archwiki, but I > keep getting this "libqtile.utils.QtileError: No DISPLAY set." error and > can't find anything about it. Are you actually running an X session when you try and start qtile? If you've configured ~/.xsession, try `startx` instead of running qtile directly. Tycho > Traceback below: > > ''' > <date> libqtile qtile.py:make_qtile():L119 Qtile crashed during startup > Traceback (most recent call last): > File "/usr/lib/python3.5/site-packages/libqtile/scripts/qtile.py", line > 116, in make_qtile > stat=options.state, > File "/usr/lib/python3.5/site-packages/libqtile/manager.py", line 90, in > __init__ > raise QtileError("No DISPLAY set.)" > libqtile.utils.QtileError: No DISPLAY set. > > Traceback (most recent call last): > File "/usr/bin/qtile", line 9, in <module> > load_entry_point('qtile==0.10.5', 'console_scripts', 'qtile')() > File "/usr/lib/python3.5/site-packages/libqtile/scripts/qtile.py", line > 125, in main > q = make_qtile() > File "/usr/lib/python3.5/site-packages/libqtile/scripts/qtile.py", line > 116, in make_qtile > state=options.state, > File "/usr/lib/python3.5/site-packages/libqtile/manager.py", line 90, in > __init__ > raise QtileError("No DISPLAY set.") > liqtile.utils.QtileError: No DISPLAY set. > > ''' > > Thanks in advance for your help and I wish you the best with this awesome > WM! > Garin -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
