Files
lutris/data/apps.lutris.gschema.xml
2013-05-26 22:20:41 +02:00

21 lines
908 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="desktop.gnome.url-handlers.lutris" path="/desktop/gnome/url-handlers/lutris/">
<key type="s" name="command">
<default>'lutris "%s"'</default>
<summary>The command to handle lutris scheme URLs</summary>
<description>The command to handle lutris scheme URLs.</description>
</key>
<key type="b" name="needs-terminal">
<default>false</default>
<summary>Whether command to handle lutris scheme URLs needs a terminal</summary>
<description>Whether command to handle lutris scheme URLs needs a terminal.</description>
</key>
<key type="b" name="enabled">
<default>true</default>
<summary>Whether command to handle lutris scheme URLs is enabled</summary>
<description>Whether command to handle lutris scheme URLs is enabled.</description>
</key>
</schema>
</schemalist>