diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-14 16:50:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-14 16:50:57 +0100 |
commit | 86c19c7171c6e0d94d411a94d5272149830eb880 (patch) | |
tree | d543a3df5664c71a7fd060e2030afe99b2378588 /thumbnailer/atril-thumbnailer-ps.schemas.in | |
parent | a3e366350fcae5c103fb55e5452ae73f33e5c1cc (diff) | |
download | atril-86c19c7171c6e0d94d411a94d5272149830eb880.tar.bz2 atril-86c19c7171c6e0d94d411a94d5272149830eb880.tar.xz |
thumbnailer: remove mateconf schemas
Diffstat (limited to 'thumbnailer/atril-thumbnailer-ps.schemas.in')
-rw-r--r-- | thumbnailer/atril-thumbnailer-ps.schemas.in | 154 |
1 files changed, 0 insertions, 154 deletions
diff --git a/thumbnailer/atril-thumbnailer-ps.schemas.in b/thumbnailer/atril-thumbnailer-ps.schemas.in deleted file mode 100644 index c8192e5a..00000000 --- a/thumbnailer/atril-thumbnailer-ps.schemas.in +++ /dev/null @@ -1,154 +0,0 @@ -<mateconfschemafile> - <schemalist> - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@postscript/enable</key> - <applyto>/desktop/mate/thumbnailers/application@postscript/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@postscript/command</key> - <applyto>/desktop/mate/thumbnailers/application@postscript/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> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@x-bzpostscript/enable</key> - <applyto>/desktop/mate/thumbnailers/application@x-bzpostscript/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@x-bzpostscript/command</key> - <applyto>/desktop/mate/thumbnailers/application@x-bzpostscript/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> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@x-gzpostscript/enable</key> - <applyto>/desktop/mate/thumbnailers/application@x-gzpostscript/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@x-gzpostscript/command</key> - <applyto>/desktop/mate/thumbnailers/application@x-gzpostscript/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> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/image@x-eps/enable</key> - <applyto>/desktop/mate/thumbnailers/image@x-eps/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/image@x-eps/command</key> - <applyto>/desktop/mate/thumbnailers/image@x-eps/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> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/image@x-bzeps/enable</key> - <applyto>/desktop/mate/thumbnailers/image@x-bzeps/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/image@x-bzeps/command</key> - <applyto>/desktop/mate/thumbnailers/image@x-bzeps/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> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/image@x-gzeps/enable</key> - <applyto>/desktop/mate/thumbnailers/image@x-gzeps/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/image@x-gzeps/command</key> - <applyto>/desktop/mate/thumbnailers/image@x-gzeps/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> |