我尝试使用以下配置为 Nautilus 创建 PSD 文件的缩略图
/usr/share/thumbnailers/psd.thumbnailer
以及以下内容:
[Thumbnailer Entry]
TryExec=convert
Exec=convert %i[0] -flatten -resize %sx%s %o
MimeType=image/vnd.adobe.photoshop;
imagemagick
已安装,并且我已通过以下方式删除了缓存
rm -r ~/.cache/thumbnails
但是当我通过命令行启动 Nautilus 时
nautilus -q
nautilus
我看到这个非常令人沮丧的消息。
GnomeDesktop-WARNING **: Unable to create loader for mime type image/vnd.adobe.photoshop: Unrecognized image file format
非常恼火,因为模仿类型是正确的
% mimetype cv.psd
cv.psd: image/vnd.adobe.photoshop
我做错了什么?
答案1
请在缩略图中使用此命令
Exec=/usr/bin/convert %i -resize %sx%s png:%o