• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

qtile / qtile / 22120183050
83%

Build:
DEFAULT BRANCH: master
Ran 18 Feb 2026 12:00AM UTC
Jobs 6
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
22120183050

push

github

tych0
tests: fix test_restart_hook_and_state

CI just failed at:

    # Set up a new manager which takes our state file
    with BareManager(backend, request.config.getoption("--debuglog")) as restarted_manager:
    >       restarted_manager.start(TwoScreenConfig, state=state_file)

with:

    FAILED test/test_restart.py::test_restart_hook_and_state[1-x11] - AssertionError: Error launching qtile, traceback:
    Traceback (most recent call last):
      File "/home/runner/work/qtile/qtile/test/helpers.py", line 194, in run_qtile
        kore = self.backend.create()
      File "/home/runner/work/qtile/qtile/test/helpers.py", line 111, in create
        return self.core(*self.args)
               ~~~~~~~~~^^^^^^^^^^^^
      File "/home/runner/work/qtile/qtile/libqtile/backend/x11/core.py", line 106, in __init__
        raise ExistingWMException(existing_wmname)
    libqtile.backend.x11.core.ExistingWMException: LG3D

This is because we just wait for IPC disconnect, but in async_loop() that's
one of the first things that happens. Later, we finalize the x11 core, which
removes the _NET_SUPPORTTING_WM_CHECK window and would stop this exception,
but by then it's too late and we've started another one.

Fix this by joining with the manager process to make sure all of qtile's
finalization is done before starting a separate BareManager.

Signed-off-by: Tycho Andersen <tycho@tycho.pizza>
Jobs
ID Job ID Ran Files Coverage
1 3.12-x11 - 22120183050.1 18 Feb 2026 12:04AM UTC 156
77.13
GitHub Action Run
2 3.14-x11 - 22120183050.2 18 Feb 2026 12:04AM UTC 156
77.1
GitHub Action Run
3 3.14-wayland - 22120183050.3 18 Feb 2026 12:04AM UTC 156
72.97
GitHub Action Run
4 3.13-wayland - 22120183050.4 18 Feb 2026 12:04AM UTC 156
73.01
GitHub Action Run
5 3.12-wayland - 22120183050.5 18 Feb 2026 12:04AM UTC 156
73.11
GitHub Action Run
6 3.13-x11 - 22120183050.6 18 Feb 2026 12:04AM UTC 156
77.14
GitHub Action Run
Source Files on build 22120183050
Detailed source file information is not available for this build.
  • Back to Repo
  • 5e4a0a91 on github
  • Prev Build on master (#22084854354)
  • Next Build on master (#22120189432)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc