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-ps.schemas.in | |
download | atril-f6ce926719943751cf65cacde7fae050593eb2d6.tar.bz2 atril-f6ce926719943751cf65cacde7fae050593eb2d6.tar.xz |
inicial
Diffstat (limited to 'thumbnailer/evince-thumbnailer-ps.schemas.in')
-rw-r--r-- | thumbnailer/evince-thumbnailer-ps.schemas.in | 154 |
1 files changed, 154 insertions, 0 deletions
diff --git a/thumbnailer/evince-thumbnailer-ps.schemas.in b/thumbnailer/evince-thumbnailer-ps.schemas.in new file mode 100644 index 00000000..6866ef5a --- /dev/null +++ b/thumbnailer/evince-thumbnailer-ps.schemas.in @@ -0,0 +1,154 @@ +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@postscript/enable</key> + <applyto>/desktop/mate/thumbnailers/application@postscript/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/application@postscript/command</key> + <applyto>/desktop/mate/thumbnailers/application@postscript/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> + + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@x-bzpostscript/enable</key> + <applyto>/desktop/mate/thumbnailers/application@x-bzpostscript/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/application@x-bzpostscript/command</key> + <applyto>/desktop/mate/thumbnailers/application@x-bzpostscript/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> + + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@x-gzpostscript/enable</key> + <applyto>/desktop/mate/thumbnailers/application@x-gzpostscript/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/application@x-gzpostscript/command</key> + <applyto>/desktop/mate/thumbnailers/application@x-gzpostscript/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> + + + <schema> + <key>/schemas/desktop/mate/thumbnailers/image@x-eps/enable</key> + <applyto>/desktop/mate/thumbnailers/image@x-eps/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/image@x-eps/command</key> + <applyto>/desktop/mate/thumbnailers/image@x-eps/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> + + + <schema> + <key>/schemas/desktop/mate/thumbnailers/image@x-bzeps/enable</key> + <applyto>/desktop/mate/thumbnailers/image@x-bzeps/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/image@x-bzeps/command</key> + <applyto>/desktop/mate/thumbnailers/image@x-bzeps/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> + + + <schema> + <key>/schemas/desktop/mate/thumbnailers/image@x-gzeps/enable</key> + <applyto>/desktop/mate/thumbnailers/image@x-gzeps/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/image@x-gzeps/command</key> + <applyto>/desktop/mate/thumbnailers/image@x-gzeps/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> |