This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
gnoemoe/data/gnoemoe.schemas.in

39 lines
1.6 KiB
Plaintext

<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/gnome/url-handlers/moo/enabled</key>
<applyto>/desktop/gnome/url-handlers/moo/enabled</applyto>
<owner>gnoemoe</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Enable url handler for moo:// scheme.</short>
<long>Boolean options available, true enables gnoemoe to handle to moo:// scheme, false disables gnoemoe from handling moo:// scheme.</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/moo/command</key>
<applyto>/desktop/gnome/url-handlers/moo/command</applyto>
<owner>gnoemoe</owner>
<type>string</type>
<default>gnoemoe "%s"</default>
<locale name="C">
<short>Handler command for for handling the url.</short>
<long>The command (gnoemoe) which handles the url.</long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/gnome/url-handlers/moo/needs-terminal</key>
<applyto>/desktop/gnome/url-handlers/moo/needs-terminal</applyto>
<owner>gnoemoe</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Whether the command needs a terminal.</short>
<long>When set to true, the command is launched within a terminal. When false, the command is launched without a terminal</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>