On Sat November 20 2021 08:15:38 Ken Heard wrote:
On 2021-11-20 10:33 p.m., Mike Bird wrote:
What happens if you try to run gwenview from a regular non-root konsole commmand line?
This message was returned: 'gwenview: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory'
So my next step was to run command:
apt-cache showpkg libpng12.so.0
Hi Ken,
It's a file not a package so you could use "apt-file search libpng12" instead of apt-cache ...
... but that probably won't find it either because libpng12 is a Wheezy package and I thought you were running Bullseye which uses libpng16.
Please run "apt update" and then tell me the output of "apt-cache policy" and of "apt --dry-run upgrade" and of "dpkg -l | grep gwenview".
--Mike