diff options
Diffstat (limited to 'thumbnailer/evince-thumbnailer-dvi.schemas.in')
-rw-r--r-- | thumbnailer/evince-thumbnailer-dvi.schemas.in | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/thumbnailer/evince-thumbnailer-dvi.schemas.in b/thumbnailer/evince-thumbnailer-dvi.schemas.in new file mode 100644 index 00000000..eab49a61 --- /dev/null +++ b/thumbnailer/evince-thumbnailer-dvi.schemas.in @@ -0,0 +1,83 @@ +<mateconfschemafile> + <schemalist> + + <schema> + <key>/schemas/desktop/mate/thumbnailers/application@x-dvi/enable</key> + <applyto>/desktop/mate/thumbnailers/application@x-dvi/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-dvi/command</key> + <applyto>/desktop/mate/thumbnailers/application@x-dvi/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-gzdvi/enable</key> + <applyto>/desktop/mate/thumbnailers/application@x-gzdvi/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-gzdvi/command</key> + <applyto>/desktop/mate/thumbnailers/application@x-gzdvi/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-bzdvi/enable</key> + <applyto>/desktop/mate/thumbnailers/application@x-bzdvi/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-bzdvi/command</key> + <applyto>/desktop/mate/thumbnailers/application@x-bzdvi/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> |