Remove legacy gnome schema for url handling

This hasn't been used in at least 7 years:
https://mail.gnome.org/archives/commits-list/2010-October/msg01146.html
This commit is contained in:
Patrick Griffis 2017-05-18 23:29:36 -04:00
parent eba8a3c11e
commit 28cb613edd

View file

@ -1,20 +0,0 @@
<?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>