thumbnailers: set the initial ps thumbnailer preference to 2

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>
This commit is contained in:
Ivailo Monev 2022-11-26 23:56:31 +02:00
parent 9822f945eb
commit cfe5d7aeb7

View 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