1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="impression">
<schema id="@app-id@" path="/io/gitlab/adhami3310/Impression/"
gettext-domain="@gettext-package@">
<key name="window-width" type="i">
<default>500</default>
<summary>Window width</summary>
</key>
<key name="window-height" type="i">
<default>600</default>
<summary>Window height</summary>
</key>
<key name="is-maximized" type="b">
<default>false</default>
<summary>Window maximized state</summary>
</key>
<key name="downloadable-distros" type="a(smsb)">
<default>[
('archlinux.org', nothing, false), ('endlessos.com', nothing, false),
('fedoraproject.org', 'Silverblue', true), ('manjaro.org', nothing, false),
('opensuse.org', nothing, false), ('ubuntu.com', nothing, false),
('ubuntu.com', 'LTS', false)
]</default>
<summary>List of downloadable distros (distro_id, must_include, invert_must_include)
tuples</summary>
</key>
</schema>
</schemalist>
|