我对HEIC缩略图有意见。
我可以通过图像查看器打开heic文件,但是无法显示缩略图。
当我尝试通过运行heif-thumbnailer安装
sudo apt-get install heif-thumbnailer 我收到以下信息:
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.我能做些什么来解决这个问题?
更新:
更奇怪的是,我注意到:
有些HEIC文件有缩略图,但是图像查看器不会打开它们,有些文件没有缩略图,但是图像查看器会打开它们.
发布于 2022-09-09 09:15:06
2022年9月
sudo apt-get install libheif1 heif-thumbnailer 立即为我的heic图像生成缩略图,而不需要运行任何命令或重新启动任何东西:-)就像一个魅力:-)
https://askubuntu.com/questions/1299029
复制相似问题