From da7bb154d27d3b872867223a5df60df8f5fb6e7d Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 18:44:56 -0300 Subject: renaming evince to atril --- thumbnailer/atril-thumbnailer.schemas.in | 80 ++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 thumbnailer/atril-thumbnailer.schemas.in (limited to 'thumbnailer/atril-thumbnailer.schemas.in') diff --git a/thumbnailer/atril-thumbnailer.schemas.in b/thumbnailer/atril-thumbnailer.schemas.in new file mode 100644 index 00000000..19d1d4da --- /dev/null +++ b/thumbnailer/atril-thumbnailer.schemas.in @@ -0,0 +1,80 @@ + + + + + /schemas/desktop/mate/thumbnailers/application@pdf/enable + /desktop/mate/thumbnailers/application@pdf/enable + atril + 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 + atril + string + atril-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 + atril + 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 + atril + string + atril-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 + atril + 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 + atril + string + atril-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