93 lines
2.6 KiB
XML
93 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="cartridges">
|
|
<schema id="@APP_ID@" path="@PREFIX@/">
|
|
<key name="exit-after-launch" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="cover-launches-game" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="high-quality-images" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="steam" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="steam-location" type="s">
|
|
<default>"~/.steam/"</default>
|
|
</key>
|
|
<key name="lutris" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="lutris-location" type="s">
|
|
<default>"~/.var/app/net.lutris.Lutris/data/lutris/"</default>
|
|
</key>
|
|
<key name="lutris-cache-location" type="s">
|
|
<default>"~/.var/app/net.lutris.Lutris/cache/lutris"</default>
|
|
</key>
|
|
<key name="lutris-import-steam" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="heroic" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="heroic-location" type="s">
|
|
<default>"~/.var/app/com.heroicgameslauncher.hgl/config/heroic/"</default>
|
|
</key>
|
|
<key name="heroic-import-epic" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="heroic-import-gog" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="heroic-import-sideload" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="bottles" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="bottles-location" type="s">
|
|
<default>"~/.var/app/com.usebottles.bottles/data/bottles/"</default>
|
|
</key>
|
|
<key name="itch" type="b">
|
|
<default>true</default>
|
|
</key>
|
|
<key name="itch-location" type="s">
|
|
<default>"~/.var/app/io.itch.itch/config/itch/"</default>
|
|
</key>
|
|
<key name="sgdb-key" type="s">
|
|
<default>""</default>
|
|
</key>
|
|
<key name="sgdb" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="sgdb-prefer" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="sgdb-animated" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
</schema>
|
|
<schema id="@APP_ID@.State" path="@PREFIX@/State/">
|
|
<key name="width" type="i">
|
|
<default>1110</default>
|
|
</key>
|
|
<key name="height" type="i">
|
|
<default>820</default>
|
|
</key>
|
|
<key name="is-maximized" type="b">
|
|
<default>false</default>
|
|
</key>
|
|
<key name="sort-mode" type="s">
|
|
<choices>
|
|
<choice value="a-z"/>
|
|
<choice value="z-a"/>
|
|
<choice value="newest"/>
|
|
<choice value="oldest"/>
|
|
<choice value="last_played"/>
|
|
</choices>
|
|
<default>"a-z"</default>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|