/usr/share/glib-2.0/schemas/org.holylobster.nuntius.gschema.xml is in nuntius 0.2.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <schemalist gettext-domain="nuntius">
<schema id="org.holylobster.nuntius.state" path="/org/holylobster/nuntius/state/">
<child schema="org.holylobster.nuntius.state.window" name="window"/>
</schema>
<schema id="org.holylobster.nuntius.state.window" path="/org/holylobster/nuntius/state/window/">
<key type="i" name="state">
<default>0</default>
<summary>Window state</summary>
<description>
State of the window, e.g. maximized.
</description>
</key>
<key type="(ii)" name="size">
<default>(870, 690)</default>
<summary>Window width and height</summary>
<description>
Width and height of the window.
</description>
</key>
</schema>
</schemalist>
|