https://bugs.kde.org/show_bug.cgi?id=483415
Damian Anlauf <anlaufdam...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anlaufdam...@gmail.com --- Comment #4 from Damian Anlauf <anlaufdam...@gmail.com> --- I had the same issue after the Plasma 6 update (KDEneon user edition). It was also caused by the `plasma-integration` package being stuck on version `5.19.5-0xneon+20.04+focal+build11`. But neither doing a `pkcon update` nor `apt update && apt full-upgrade` found any available updates. The cause for this were apt preferences defined under `/etc/apt/preferences.d`, specifically `99-plasma-integration` which pinned the package to version `5.1*`. This seems to be a remnant of an old version of neon, as I am using neon on this device since 2018 and have been upgrading neon from then without doing a fresh reinstallation. So if anyone has the same issue as I had, check your `/etc/apt/preferences.d` directory for remnants. For reference, a fresh, up-to-date neon install currently only contains the following files: `50-neon-ubuntu-release-upgrader 99-jammy-overrides 99-neon-base-files org-kde-neon-net-launchpad-ppa-mozillateam-pin`. Meanwhile, my current installation additionally contained: `99-neon-software-properties 99-plasma-integration 99-pulseaudio-qt`. -- You are receiving this mail because: You are watching all bug changes.