Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 846509 - x11-wm/qtile-0.21.0 not launching
Summary: x11-wm/qtile-0.21.0 not launching
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-19 22:43 UTC by Rahil Bhimjiani
Modified: 2022-05-20 01:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xorg log (Xorg.0.log,38.43 KB, text/plain)
2022-05-19 22:43 UTC, Rahil Bhimjiani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rahil Bhimjiani 2022-05-19 22:43:31 UTC
Created attachment 779585 [details]
xorg log

Xorg crash log didn't tell me more but attached here anyway. Tried it with py3.10 but no luck.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-19 22:46:43 UTC
Could you try running it in a terminal and sharing the output?
Comment 2 Rahil Bhimjiani 2022-05-19 23:13:00 UTC
(In reply to Sam James from comment #1)
> Could you try running it in a terminal and sharing the output?

Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.9/qtile", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3.9/site-packages/libqtile/scripts/main.py", line 66, in main
    options.func(options)
  File "/usr/lib/python3.9/site-packages/libqtile/scripts/start.py", line 90, in start
    q = make_qtile(options)
  File "/usr/lib/python3.9/site-packages/libqtile/scripts/start.py", line 51, in make_qtile
    kore = libqtile.backend.get_core(options.backend)
  File "/usr/lib/python3.9/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.9/site-packages/libqtile/backend/x11/core.py", line 82, in __init__
    raise QtileError("No DISPLAY set")
libqtile.utils.QtileError: No DISPLAY set
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-19 23:15:54 UTC
heh, okay. When running qtile normally via startx or whatever it is you use, can you share ~/.local/share/qtile/qtile.log?
Comment 4 Rahil Bhimjiani 2022-05-19 23:27:25 UTC
(In reply to Sam James from comment #3)
> heh, okay. When running qtile normally via startx or whatever it is you use,
> can you share ~/.local/share/qtile/qtile.log?

there is nothing there!! file is of 0 bytes
Comment 5 Larry the Git Cow gentoo-dev 2022-05-20 00:05:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecff68f05e82355c7c82b448bf1b17fce957ed6b

commit ecff68f05e82355c7c82b448bf1b17fce957ed6b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-05-20 00:04:08 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-20 00:05:19 +0000

    x11-wm/qtile: fix X session args
    
    Closes: https://bugs.gentoo.org/846509
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-wm/qtile/files/qtile-session-r1                | 89 ++++++++++++++++++++++
 ...{qtile-0.21.0.ebuild => qtile-0.21.0-r1.ebuild} |  2 +-
 2 files changed, 90 insertions(+), 1 deletion(-)
Comment 6 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-20 01:13:10 UTC
Discussed on IRC & is fixed.