mirror of
https://github.com/lutris/lutris.git
synced 2026-06-21 04:10:07 -04:00
21 lines
908 B
XML
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>
|