File: io.github.kolunmi.Bazaar.gschema.xml

package info (click to toggle)
bazaar 0.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,396 kB
  • sloc: ansic: 49,466; sh: 685; xml: 327; python: 87; makefile: 6
file content (68 lines) | stat: -rw-r--r-- 2,792 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="bazaar">
  <schema id="io.github.kolunmi.Bazaar" path="/io/github/kolunmi/Bazaar/">
    <key name="hide-eol" type="b">
      <default>true</default>
      <summary>Hide EOL Entries</summary>
      <description>Hide EOL entries and entries depending on them</description>
    </key>
    <key name="show-only-foss" type="b">
      <default>false</default>
      <summary>Only Show Free Software</summary>
      <description>Hide proprietary software</description>
    </key>
    <key name="show-only-flathub" type="b">
      <default>false</default>
      <summary>Show Only Flathub Content</summary>
      <description>Hide applications which do not originate from Flathub</description>
    </key>
    <key name="show-only-verified" type="b">
      <default>false</default>
      <summary>Show Only Verified Content</summary>
      <description>Hide applications which are not verified on Flathub</description>
    </key>
    <key name="search-debounce" type="b">
      <default>true</default>
      <summary>Debounce Search Inputs</summary>
      <description>Add a delay before searching to prevent instant replies while typing</description>
    </key>
    <key name="global-progress-bar-theme" type="s">
      <choices>
        <choice value="accent-color"/>
        <choice value="pride-rainbow-flag"/>
        <choice value="lesbian-pride-flag"/>
        <choice value="gay-pride-flag"/>
        <choice value="transgender-flag"/>
        <choice value="nonbinary-flag"/>
        <choice value="bisexual-flag"/>
        <choice value="asexual-flag"/>
        <choice value="pansexual-flag"/>
        <choice value="aromantic-flag"/>
        <choice value="genderfluid-flag"/>
        <choice value="polysexual-flag"/>
        <choice value="omnisexual-flag"/>
        <choice value="aroace-flag"/>
        <choice value="agender-flag"/>
        <choice value="genderqueer-flag"/>
        <choice value="intersex-flag"/>
        <choice value="demigender-flag"/>
        <choice value="biromantic-flag"/>
        <choice value="disability-flag"/>
        <choice value="femboy-flag"/>
	    <choice value="neutrois-flag"/>
      </choices>
      <default>'accent-color'</default>
      <summary>Global Progress Bar Theme</summary>
      <description>Describes the look of the global progress bar</description>
    </key>
    <key name="rotate-flag" type="b">
      <default>false</default>
      <summary>Rotate selected flag by 90 degrees</summary>
    </key>
    <key name="window-dimensions" type="(ii)">
      <default>(1220, 900)</default>
      <summary>Saved Window Dimensions</summary>
      <description>The window dimensions to be used by the next Bazaar window</description>
    </key>
  </schema>
</schemalist>