2 <!-- Keys and key names are subject to change without notice, until we have
4 <!-- "b" = boolean; see documentation of GVariantType -->
6 <schema id="org.chimara-if.player" path="/org/chimara-if/player/">
7 <child name="preferences" schema="org.chimara-if.player.preferences"/>
8 <child name="state" schema="org.chimara-if.player.state"/>
11 <schema id="org.chimara-if.player.preferences" path="/org/chimara-if/player/preferences/">
13 <key name="flep" type="b">
14 <default>false</default>
15 <summary>Flepping</summary>
17 Whether to flep or not while gronking a bloop.
21 <key name="css-file" type="ms">
22 <default>nothing</default>
23 <summary>CSS style file</summary>
25 The CSS file containing the current theme for the text in the games.
29 <key name="resource-path" type="ms">
30 <default>nothing</default>
31 <summary>Resource path</summary>
33 Where to look for Blorb resource files containing graphics and sound;
34 normally, these are part of the story file itself, but they are provided
35 as separate files in some older games.
39 <key name="preferred-interpreters" type="a{ss}">
40 <default>{'z5': 'frotz',
45 'gblorb': 'glulxe'}</default>
46 <summary>Preferred interpreters</summary>
48 Preferred interpreters for opening each format of story file.
54 <schema id="org.chimara-if.player.state" path="/org/chimara-if/player/state/">
56 <key name="last-open-path" type="ms">
57 <default>nothing</default>
58 <summary>Last open path</summary>
60 The path in which a game was last opened. The next Open dialog will
65 <key name="show-toolbar-default" type="b">
66 <default>true</default>
67 <summary>Show toolbar by default</summary>
69 Whether to show or hide the toolbar by default in new game windows.