Summary: | KWin crashes when Cube and Fall Apart animations happen simultaneously | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Mihaela <mihaela.jurkovic> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | 5.16.5 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mihaela
2020-02-26 03:58:09 UTC
Addendum: KWin won't start again, even after shut down. Here is some more info about my config and the commands I used to try to start it: https://invent.kde.org/snippets/731 This is possibly a duplicate of https://bugs.kde.org/show_bug.cgi?id=368847#c5 (Assert in KWin::WindowQuad KWin::WindowQuad::makeSubQuad) When I try `kwin --replace` in terminal I see these messages after closing a window: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 12813, resource id: 81789042, major code: 18 (ChangeProperty), minor code: 0 qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 12817, resource id: 83886091, major code: 18 (ChangeProperty), minor code: 0 qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 12824, resource id: 33554679, major code: 18 (ChangeProperty), minor code: 0 Moving a window from one desktop to the next by holding and dragging: Could not attach Keys property to: PlasmaQuick::Dialog(0x5558377b6e10) is not an Item file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/windowswitcher/WindowSwitcher.qml:44:19: QML ScrollView: Binding loop detected for property "height" file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/windowswitcher/WindowSwitcher.qml:44:19: QML ScrollView: Binding loop detected for property "height" trying to show an empty dialog trying to show an empty dialog trying to show an empty dialog There are no messages if Desktop switching animation (under Virtual Desktops) options aren't turned on. But if I turn on "Show on-screen display when switching": qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26136, resource id: 79692016, major code: 2 (ChangeWindowAttributes), minor code: 0 qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26440, resource id: 79692024, major code: 2 (ChangeWindowAttributes), minor code: 0 If I turn off the "Show on-screen display when switching": qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 38074, resource id: 33554707, major code: 18 (ChangeProperty), minor code: 0 Cannot clear shadow from window without native surface! If I turn on "Show animation when switching": qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41905, resource id: 81789171, major code: 2 (ChangeWindowAttributes), minor code: 0 If I also add "Show desktop layout indicators": qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 44176, resource id: 81789177, major code: 2 (ChangeWindowAttributes), minor code: 0 qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 44386, resource id: 81789183, major code: 2 (ChangeWindowAttributes), minor code: 0 trying to show an empty dialog trying to show an empty dialog qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 44987, resource id: 79692170, major code: 2 (ChangeWindowAttributes), minor code: 0 (In reply to Mihaela from comment #1) > Addendum: > > KWin won't start again, even after shut down. > > Here is some more info about my config and the commands I used to try to > start it: > > https://invent.kde.org/snippets/731 Go to the compositor settings (system settings > display and monitor, compositor) and re-enable compositing. > This is possibly a duplicate of https://bugs.kde.org/show_bug.cgi?id=368847#c5 (Assert in KWin::WindowQuad KWin::WindowQuad::makeSubQuad)
According to the title, yes.
*** This bug has been marked as a duplicate of bug 368847 *** Thank you @Vlad for the tip on how to get Compositor working again. Why wouldn't it work with the terminal, or better yet, through Run? |