diff options
author | Perberos <[email protected]> | 2011-11-09 18:17:43 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 18:17:43 -0300 |
commit | f6ce926719943751cf65cacde7fae050593eb2d6 (patch) | |
tree | 9224d1751678cf2d1fbd0431f128b711311c0287 /thumbnailer/evince-thumbnailer-djvu.schemas.in | |
download | atril-f6ce926719943751cf65cacde7fae050593eb2d6.tar.bz2 atril-f6ce926719943751cf65cacde7fae050593eb2d6.tar.xz |
inicial
Diffstat (limited to 'thumbnailer/evince-thumbnailer-djvu.schemas.in')
-rw-r--r-- | thumbnailer/evince-thumbnailer-djvu.schemas.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/thumbnailer/evince-thumbnailer-djvu.schemas.in b/thumbnailer/evince-thumbnailer-djvu.schemas.in new file mode 100644 index 00000000..4ea35272 --- /dev/null +++ b/thumbnailer/evince-thumbnailer-djvu.schemas.in @@ -0,0 +1,30 @@ +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/desktop/mate/thumbnailers/[email protected]/enable</key> + <applyto>/desktop/mate/thumbnailers/[email protected]/enable</applyto> + <owner>evince</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/mate/thumbnailers/[email protected]/command</key> + <applyto>/desktop/mate/thumbnailers/[email protected]/command</applyto> + <owner>evince</owner> + <type>string</type> + <default>evince-thumbnailer -s %s %u %o</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + </schemalist> +</mateconfschemafile> |