From f6ce926719943751cf65cacde7fae050593eb2d6 Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 18:17:43 -0300 Subject: inicial --- thumbnailer/evince-thumbnailer.schemas.in | 80 +++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 thumbnailer/evince-thumbnailer.schemas.in (limited to 'thumbnailer/evince-thumbnailer.schemas.in') diff --git a/thumbnailer/evince-thumbnailer.schemas.in b/thumbnailer/evince-thumbnailer.schemas.in new file mode 100644 index 00000000..6dafb8f0 --- /dev/null +++ b/thumbnailer/evince-thumbnailer.schemas.in @@ -0,0 +1,80 @@ + + + + + /schemas/desktop/mate/thumbnailers/application@pdf/enable + /desktop/mate/thumbnailers/application@pdf/enable + evince + bool + true + + Enable thumbnailing of PDF Documents + Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails + + + + + + /schemas/desktop/mate/thumbnailers/application@pdf/command + /desktop/mate/thumbnailers/application@pdf/command + evince + string + evince-thumbnailer -s %s %u %o + + Thumbnail command for PDF Documents + Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information. + + + + + /schemas/desktop/mate/thumbnailers/application@x-bzpdf/enable + /desktop/mate/thumbnailers/application@x-bzpdf/enable + evince + bool + true + + Enable thumbnailing of PDF Documents + Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails + + + + + + /schemas/desktop/mate/thumbnailers/application@x-bzpdf/command + /desktop/mate/thumbnailers/application@x-bzpdf/command + evince + string + evince-thumbnailer -s %s %u %o + + Thumbnail command for PDF Documents + Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information. + + + + + /schemas/desktop/mate/thumbnailers/application@x-gzpdf/enable + /desktop/mate/thumbnailers/application@x-gzpdf/enable + evince + bool + true + + Enable thumbnailing of PDF Documents + Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails + + + + + + /schemas/desktop/mate/thumbnailers/application@x-gzpdf/command + /desktop/mate/thumbnailers/application@x-gzpdf/command + evince + string + evince-thumbnailer -s %s %u %o + + Thumbnail command for PDF Documents + Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information. + + + + + -- cgit v1.2.1