Summary: | Kwin consistently crashes | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | vmpn <volchok> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | chaim.zax, dabiswas112, dave_gomboc, kc-kde, kolAflash, mapelli.dario, paolo, peterlas, pierceagriffiths, volchok |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.17.5 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
vmpn
2020-11-09 17:16:54 UTC
The bug appears to be caused by libkdecorations2-5v5, libkf5screen-bin, and/or libkf5screen7 when they are upgraded to versions 4:5.19.5-3, 4:5.19.5-3, and 4:5.19.5-3, respectively. Downgrading libkdecorations2-5v5 to 4:5.17.5-2, libkf5screen-bin to 4:5.17.5-3, and libkf5screen7 to 4:5.17.5-3 fixed it for me. Same problem here on all my computers running Debian 11/Testing. (currently two computers) Operating System: Linux 5.9.0-1-amd64 x86_64 Distribution: Debian-11 bullseye/testing Pierce workaround works great! wget 'https://snapshot.debian.org/archive/debian/20201030T214408Z/pool/main/k/kdecoration/libkdecorations2-5v5_5.17.5-2_amd64.deb' wget 'https://snapshot.debian.org/archive/debian/20201030T214408Z/pool/main/libk/libkscreen/libkf5screen-bin_5.17.5-3_amd64.deb' wget 'https://snapshot.debian.org/archive/debian/20201030T214408Z/pool/main/libk/libkscreen/libkf5screen7_5.17.5-3_amd64.deb' sudo dpkg -i ./libk*.deb kwin_x11 --replace # or reboot / re-login Same problem here (Debian Testing, same as the others). Thanks kolAflash for adding a copyandpaste-able solution! (In reply to Pierce from comment #1) > The bug appears to be caused by libkdecorations2-5v5, libkf5screen-bin, > and/or libkf5screen7 when they are upgraded to versions 4:5.19.5-3, > 4:5.19.5-3, and 4:5.19.5-3, respectively. Downgrading libkdecorations2-5v5 > to 4:5.17.5-2, libkf5screen-bin to 4:5.17.5-3, and libkf5screen7 to > 4:5.17.5-3 fixed it for me. You cannot use kwin 5.17 with kdecorations 5.19. Both must have the same version. (In reply to Vlad Zahorodnii from comment #4) > (In reply to Pierce from comment #1) > > The bug appears to be caused by libkdecorations2-5v5, libkf5screen-bin, > > and/or libkf5screen7 when they are upgraded to versions 4:5.19.5-3, > > 4:5.19.5-3, and 4:5.19.5-3, respectively. Downgrading libkdecorations2-5v5 > > to 4:5.17.5-2, libkf5screen-bin to 4:5.17.5-3, and libkf5screen7 to > > 4:5.17.5-3 fixed it for me. > > You cannot use kwin 5.17 with kdecorations 5.19. Both must have the same > version. Nice catch! As of right now, Debian Testing has kwin-x11 at version 5.17, but the three kdecorations packages were bumped to version 5.19. Unstable has kwin-x11 at 5.19. (In reply to kolAflash from comment #2) > Same problem here on all my computers running Debian 11/Testing. (currently > two computers) > > Operating System: Linux 5.9.0-1-amd64 x86_64 > Distribution: Debian-11 bullseye/testing > > > Pierce workaround works great! > > wget > 'https://snapshot.debian.org/archive/debian/20201030T214408Z/pool/main/k/ > kdecoration/libkdecorations2-5v5_5.17.5-2_amd64.deb' > > wget > 'https://snapshot.debian.org/archive/debian/20201030T214408Z/pool/main/libk/ > libkscreen/libkf5screen-bin_5.17.5-3_amd64.deb' > > wget > 'https://snapshot.debian.org/archive/debian/20201030T214408Z/pool/main/libk/ > libkscreen/libkf5screen7_5.17.5-3_amd64.deb' > > sudo dpkg -i ./libk*.deb > > kwin_x11 --replace # or reboot / re-login I can confirm that above steps resolves the crashes. Thank you very much This bug in Debian Testing (bullseye) is tracked here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974112 *** Bug 428975 has been marked as a duplicate of this bug. *** *** Bug 428937 has been marked as a duplicate of this bug. *** *** Bug 428936 has been marked as a duplicate of this bug. *** *** Bug 428907 has been marked as a duplicate of this bug. *** *** Bug 428966 has been marked as a duplicate of this bug. *** *** Bug 428952 has been marked as a duplicate of this bug. *** *** Bug 428920 has been marked as a duplicate of this bug. *** |