diff options
author | Perberos <[email protected]> | 2012-09-03 20:12:09 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-09-03 20:12:09 -0300 |
commit | 0cee6386acad57fdafb374fb389bc80fcf7e8546 (patch) | |
tree | 1bfd4c9b24f3fe7b4084a5df65021fcd2d71913c /thumbnailer/atril-thumbnailer-xps.schemas.in | |
parent | 4a8dcdbda9863e1bfdab874487696152599aaea5 (diff) | |
download | atril-0cee6386acad57fdafb374fb389bc80fcf7e8546.tar.bz2 atril-0cee6386acad57fdafb374fb389bc80fcf7e8546.tar.xz |
adding thumbnail support for xps backend
Diffstat (limited to 'thumbnailer/atril-thumbnailer-xps.schemas.in')
-rw-r--r-- | thumbnailer/atril-thumbnailer-xps.schemas.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/thumbnailer/atril-thumbnailer-xps.schemas.in b/thumbnailer/atril-thumbnailer-xps.schemas.in new file mode 100644 index 00000000..9f07287d --- /dev/null +++ b/thumbnailer/atril-thumbnailer-xps.schemas.in @@ -0,0 +1,30 @@ +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@oxps/enable</key> + <applyto>/desktop/mate/thumbnailers/application@oxps/enable</applyto> + <owner>atril</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@oxps/command</key> + <applyto>/desktop/mate/thumbnailers/application@oxps/command</applyto> + <owner>atril</owner> + <type>string</type> + <default>atril-thumbnailer -s %s %u %o</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + </schemalist> +</mateconfschemafile> |