This file is indexed.

/usr/share/glib-2.0/schemas/org.ukui.ukui-menu.gschema.xml is in ukui-menu 1.1.3-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="org.ukui.ukui-menu" path="/org/ukui/ukui-menu/">
    <key type="as" name="plugins-list">
      <default>['menu']</default>
      <summary>plugin list</summary>
      <description>default plugin list here</description>
    </key>
    <key type="b" name="user-icon-changed">
      <default>true</default>
      <summary>The state of user icon</summary>
      <description>This indicates the state of user icon</description>
    </key>
    <key type="b" name="recent-file-changed">
      <default>true</default>
      <summary>The state of recent opened file</summary>
      <description>This indicates the state of recent opened file</description>
    </key>
    <key type="b" name="permission-changed">
      <default>true</default>
      <summary>The permission state of recent opened file</summary>
      <description>This indicates the permission state of recent opened file</description>
    </key>
    <key type="b" name="show-category-menu">
      <default>false</default>
      <summary>current menu state</summary>
      <description>This indicates the state of the menu</description>
    </key>
    <key type="b" name="show-recent-file">
      <default>false</default>
      <summary>determine if show recent file or not</summary>
      <description>determine if show recent file or not</description>
    </key>
    <key type="i" name="recent-file-num">
      <default>10</default>
      <summary>determine the numbers of recent file showed</summary>
      <description>determine the numbers of recent file showed</description>
    </key>
    <key type="i" name="recent-app-num">
      <default>10</default>
      <summary>determine the numbers of recent applications showed</summary>
      <description>determine the numbers of recent applications showed</description>
    </key>
  </schema>
</schemalist>