This file is indexed.

/usr/share/glib-2.0/schemas/org.ukui.media.gschema.xml is in ukui-media-common 1.1.2-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <enum id="org.ukui.media.ChannelBarOrientation">
    <value value="0" nick="horizontal"/>
    <value value="1" nick="vertical"/>
  </enum>
  <schema path="/org/ukui/media/" id="org.ukui.media">
    <key name="channel-bar-orientation" enum="org.ukui.media.ChannelBarOrientation">
      <default>'vertical'</default>
      <summary>ukui-volume-control-applet orientation</summary>
      <description>Used to set the orientation of ukui-volume-control-applet</description>
    </key>
  </schema>
</schemalist>