https://bugs.kde.org/show_bug.cgi?id=469160
--- Comment #4 from Ryan Rix <r...@n.rix.si> --- ``` ~ $ KSCREEN_BACKEND=QScreen kscreen-doctor --json | jq .outputs[0].name kscreen.qscreen: Screen added QScreen(0x12e4010, name="DSI-1") "DSI-1" warning: queue 0x12f48e0 destroyed while proxies still attached: wl_display@1 still attached "DSI-1" ~ $ KSCREEN_BACKEND=KWayland kscreen-doctor --json | jq .outputs[0].name warning: queue 0x1bc6880 destroyed while proxies still attached: wl_display@1 still attached corrupted double-linked list parse error: Invalid numeric literal at line 1, column 8 ``` seems like the issue is specific to the KWayland backend, i feel like our backtraces are maybe a red herring? -- You are receiving this mail because: You are watching all bug changes.