This file is indexed.

/usr/share/glib-2.0/schemas/org.ukui.panel.indicators.gschema.xml is in ukui-indicators 1.1.1-0ubuntu1.

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
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
<schemalist gettext-domain="ukui-indicators">
  <schema id="org.ukui.panel.indicator.calendar" path="/org/ukui/panel/indicator/calendar/">
    <key name="use-24h-format" type="b">
      <default>true</default>
      <summary>time format</summary>
      <description>time format</description>
    </key>
    <key name="show-second" type="b">
      <default>false</default>
      <summary>whether to show second in clock</summary>
      <description>whether to show second in clock</description>
    </key>
    <key name="show-lunar-date" type="b">
      <default>true</default>
      <summary>whether to use lunar calendar for Chinese</summary>
      <description>whether to use lunar calendar for Chinese</description>
    </key>
    <key name="sunday-as-first" type="b">
      <default>false</default>
      <summary>whether to put sunday as the first day of a week</summary>
      <description>whether to put sunday as the first day of a week</description>
    </key>
    <key name="theme" type="s">
      <default>'ukui'</default>
      <summary>color theme to use, ukui or arm64</summary>
      <description>color theme to use, ukui or arm64</description>
    </key>
  </schema>
  <schema id="org.ukui.panel.indicator.application" path="/org/ukui/panel/indicator/application/">
    <key name="icon-draggable" type="b">
        <default>false</default>
        <summary>let user drag icons or not</summary>
        <description>let user drag icons or not</description>
    </key>
  </schema>
  <schema id="org.ukui.panel.indicator.tray">
    <key name="show" type="b">
      <default>true</default>
      <summary>whether to show applet in tray</summary>
      <description>whether to show applet in tray</description>
    </key>
    <key name="number" type="i">
      <default>0</default>
      <summary>store applet number</summary>
      <description>store applet number</description>
    </key>
    <key name="applet-name" type="s">
      <default>'ukui'</default>
      <summary>store applet name in tray</summary>
      <description>store applet name in tray</description>
    </key>
    <key name="applet-icon" type="s">
      <default>'icon'</default>
      <summary>store applet icon in tray</summary>
      <description>store applet icon in tray</description>
    </key>
  </schema>
</schemalist>