I have an issue with HEIC thumbnails.
I can open heic
files via the image viewer, however, I can't get the thumbnails showing.
when I try installing heif-thumbnailer
by running
sudo apt-get install heif-thumbnailer
I get the following message:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
heif-thumbnailer : Depends: libheif1 (= 1.9.1-1~ppa1~ubuntu20.04.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
What can I do to fix this?
UPDATE:
It gets weirder, as I noticed:
Some HEIC files do have thumbnails, but image viewer won't open them and Some do not have thumbnails, but the image viewer will open them...
sudo apt install libheif1
? – Simon B Dec 10 '20 at 14:04dpkg --get-selections | grep hold
If you see some packages being held, remove them. Then runsudo apt update
and finally install the package you want. – Tejas Lotlikar Dec 10 '20 at 16:16