From f36c0556c676dd6b1c491ed48dff099525640a67 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sun, 08 Apr 2007 15:34:43 +0000 Subject: Add support for ps, eps and compressed documents thumbnails. Do not ignore 2007-03-08 Carlos Garcia Campos * configure.ac: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): * thumbnailer/evince-thumbnailer.schemas.in: * thumbnailer/evince-thumbnailer-ps.schemas.in: Add support for ps, eps and compressed documents thumbnails. Do not ignore size parameter. svn path=/trunk/; revision=2398 --- (limited to 'thumbnailer/evince-thumbnailer-ps.schemas.in') diff --git a/thumbnailer/evince-thumbnailer-ps.schemas.in b/thumbnailer/evince-thumbnailer-ps.schemas.in new file mode 100644 index 0000000..1c6fe06 --- /dev/null +++ b/thumbnailer/evince-thumbnailer-ps.schemas.in @@ -0,0 +1,154 @@ + + + + + /schemas/desktop/gnome/thumbnailers/application@postscript/enable + /desktop/gnome/thumbnailers/application@postscript/enable + evince + bool + true + + + + + + + + /schemas/desktop/gnome/thumbnailers/application@postscript/command + /desktop/gnome/thumbnailers/application@postscript/command + evince + string + evince-thumbnailer -s %s %u %o + + + + + + + + + /schemas/desktop/gnome/thumbnailers/application@x-bzpostscript/enable + /desktop/gnome/thumbnailers/application@x-bzpostscript/enable + evince + bool + true + + + + + + + + /schemas/desktop/gnome/thumbnailers/application@x-bzpostscript/command + /desktop/gnome/thumbnailers/application@x-bzpostscript/command + evince + string + evince-thumbnailer -s %s %u %o + + + + + + + + + /schemas/desktop/gnome/thumbnailers/application@x-gzpostscript/enable + /desktop/gnome/thumbnailers/application@x-gzpostscript/enable + evince + bool + true + + + + + + + + /schemas/desktop/gnome/thumbnailers/application@x-gzpostscript/command + /desktop/gnome/thumbnailers/application@x-gzpostscript/command + evince + string + evince-thumbnailer -s %s %u %o + + + + + + + + + /schemas/desktop/gnome/thumbnailers/image@x-eps/enable + /desktop/gnome/thumbnailers/image@x-eps/enable + evince + bool + true + + + + + + + + /schemas/desktop/gnome/thumbnailers/image@x-eps/command + /desktop/gnome/thumbnailers/image@x-eps/command + evince + string + evince-thumbnailer -s %s %u %o + + + + + + + + + /schemas/desktop/gnome/thumbnailers/image@x-bzeps/enable + /desktop/gnome/thumbnailers/image@x-bzeps/enable + evince + bool + true + + + + + + + + /schemas/desktop/gnome/thumbnailers/image@x-bzeps/command + /desktop/gnome/thumbnailers/image@x-bzeps/command + evince + string + evince-thumbnailer -s %s %u %o + + + + + + + + + /schemas/desktop/gnome/thumbnailers/image@x-gzeps/enable + /desktop/gnome/thumbnailers/image@x-gzeps/enable + evince + bool + true + + + + + + + + /schemas/desktop/gnome/thumbnailers/image@x-gzeps/command + /desktop/gnome/thumbnailers/image@x-gzeps/command + evince + string + evince-thumbnailer -s %s %u %o + + + + + + + + -- cgit v0.9.1