File: io.gitlab.adhami3310.Impression.gschema.xml.in

package info (click to toggle)
impression 3.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,016 kB
  • sloc: xml: 25; sh: 23; makefile: 23
file content (28 lines) | stat: -rw-r--r-- 997 bytes parent folder | download
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>