Yesterday, KDE Neon's screen capture utility, spectacle, stopped working for me. When I tried running it from the CLI, I received the following error:
spectacle: error while loading shared libraries: libkColorPicker.so.0.1.4:
cannot open shared object file: No such file or directory
I found a fix on Stack Exchange here. The solution was to downgrade libkcolorpicker0:amd64 from 0.1.5-0xneon+20.04+focal+build2 to 0.1.4-1+20.04+focal+build1. Downgrading the package fixed the problem.
Now that I've done the downgrade, what's the best way for me to know when I can do a normal upgrade without breaking the screen capture utility again?
Thanks in advance for any help.