OSDN Git Service

thumbnailers: set the initial ps thumbnailer preference to 2
authorIvailo Monev <xakepa10@gmail.com>
Sat, 26 Nov 2022 21:56:31 +0000 (23:56 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Sat, 26 Nov 2022 21:56:31 +0000 (23:56 +0200)
the generic image thumbnailer uses a glob that matches image/* and the ps
thumbnailer handles image/x-eps thus the generic image thumbnailer should
have lower preference (its InitialPreference value is set to 1)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
thumbnailers/ps/gsthumbnail.desktop

index 4107f00..2a86dc6 100644 (file)
@@ -6,3 +6,4 @@ X-KDE-PluginInfo-EnabledByDefault=true
 MimeType=application/x-dvi;application/postscript;image/x-eps;
 X-KDE-Library=gsthumbnail
 CacheThumbnail=true
+InitialPreference=2