diff options
Diffstat (limited to 'app-misc/xmind/files/xmind.schemas')
-rw-r--r-- | app-misc/xmind/files/xmind.schemas | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app-misc/xmind/files/xmind.schemas b/app-misc/xmind/files/xmind.schemas new file mode 100644 index 000000000000..336b09ecd837 --- /dev/null +++ b/app-misc/xmind/files/xmind.schemas @@ -0,0 +1,30 @@ +<gconfschemafile> + <schemalist> + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-xmind/enable</key> + <applyto>/desktop/gnome/thumbnailers/application@x-xmind/enable</applyto> + <owner>xmind-thumb</owner> + <type>bool</type> + <default>true</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + + <schema> + <key>/schemas/desktop/gnome/thumbnailers/application@x-xmind/command</key> + <applyto>/desktop/gnome/thumbnailers/application@x-xmind/command</applyto> + <owner>xmind-thumb</owner> + <type>string</type> + <default>/usr/bin/xmind-thumbnailer %u %o</default> + <locale name="C"> + <short></short> + <long></long> + </locale> + </schema> + + </schemalist> +</gconfschemafile> |