[Tumbler PATCH 2/2] Make raw-thumbnailer priority higher
Viktor Semykin
thesame.ml at gmail.com
Mon Mar 27 00:58:29 CEST 2017
Gdkpixbuf now supports RAW images too, but raw-thumbnailer handles it much,
really much faster (order of magnitudes)
Signed-off-by: Viktor Semykin <thesame.ml at gmail.com>
---
tumblerd/tumbler.rc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tumblerd/tumbler.rc b/tumblerd/tumbler.rc
index 2563d8b..329ffe2 100644
--- a/tumblerd/tumbler.rc
+++ b/tumblerd/tumbler.rc
@@ -28,15 +28,15 @@ Priority=3
Locations=
MaxFileSize=0
-# Supports all type GdkPixbuf supports
-[PixbufThumbnailer]
+# RAW image files using libopenraw
+[RawThumbnailer]
Disabled=false
Priority=2
Locations=
MaxFileSize=0
-# RAW image files using libopenraw
-[RawThumbnailer]
+# Supports all type GdkPixbuf supports
+[PixbufThumbnailer]
Disabled=false
Priority=1
Locations=
--
2.11.1
More information about the Xfce4-dev
mailing list