[Xfce4-commits] [xfce/tumbler] 01/01: Set Max file sizes.
noreply at xfce.org
noreply at xfce.org
Tue Nov 13 08:00:19 CET 2018
This is an automated email from the git hooks/post-receive script.
a l i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/tumbler.
commit 8f0234a4a14bfec9f0a1ef5c1c8b94fb523f5d41
Author: Ali Abdallah <ali at xfce.org>
Date: Tue Nov 13 07:59:40 2018 +0100
Set Max file sizes.
2 Gb for video files and 200 Mb for photo/pdf files.
---
tumblerd/tumbler.rc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/tumblerd/tumbler.rc b/tumblerd/tumbler.rc
index 8d76b47..865d2cf 100644
--- a/tumblerd/tumbler.rc
+++ b/tumblerd/tumbler.rc
@@ -26,21 +26,21 @@
Disabled=false
Priority=3
Locations=
-MaxFileSize=0
+MaxFileSize=209715200
# Supports all type GdkPixbuf supports
[PixbufThumbnailer]
Disabled=false
Priority=2
Locations=
-MaxFileSize=0
+MaxFileSize=209715200
# RAW image files using libopenraw
[RawThumbnailer]
Disabled=false
Priority=1
Locations=
-MaxFileSize=0
+MaxFileSize=209715200
###
# Video Thumbnailers
@@ -61,14 +61,14 @@ MaxFileSize=0
Disabled=false
Priority=2
Locations=
-MaxFileSize=0
+MaxFileSize=2147483648
# GStreamer plugin
[GstThumbnailer]
Disabled=false
Priority=1
Locations=
-MaxFileSize=0
+MaxFileSize=2147483648
###
# Other Thumbnailers
@@ -79,7 +79,7 @@ MaxFileSize=0
Disabled=false
Priority=1
Locations=
-MaxFileSize=0
+MaxFileSize=209715200
# PDF/PS thumbnailer
@@ -87,18 +87,18 @@ MaxFileSize=0
Disabled=false
Priority=1
Locations=
-MaxFileSize=0
+MaxFileSize=209715200
# Open document thumbnailer (ODF)
[OdfThumbnailer]
Disabled=false
Priority=1
Locations=
-MaxFileSize=0
+MaxFileSize=209715200
# thumnailers provided by .thumbnailer desktop files
[DesktopThumbnailer]
Disabled=false
Priority=1
Locations=
-MaxFileSize=0
+MaxFileSize=2147483648
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list