https://bugs.kde.org/show_bug.cgi?id=461032
Thomas Kear <tho...@kear.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tho...@kear.co.nz --- Comment #14 from Thomas Kear <tho...@kear.co.nz> --- (In reply to San from comment #13) > actually I don't know but I doubt it, because the issue came when I > dist-upgraded KDE neon to the new version based on ubuntu 22 On Neon, what you want to do is run this to downgrade kwin and its dependencies from 5.26.2 to 5.26.1: > sudo apt install > {kwin-{x11,common,data},libkwin{effects,glutils}14}=4:5.26.1-0xneon+22.04+jammy+release+build16 Then drop a file in /etc/apt/preferences.d with this content: > Package: kwin-x11 > Pin: version 4:5.26.2.1-0xneon+22.04+jammy+release+build18 > Pin-Priority: -1 > > Package: kwin-x11 > Pin: version 4:5.26.2.1-0xneon+22.04+jammy+release+build17 > Pin-Priority: -1 That will prevent re-installation of the broken version until a fixed one is released. You'll see some messages from apt about the dependency packages being "held back", which should resolve once a newer version of kwin-x11 is released. -- You are receiving this mail because: You are watching all bug changes.