This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml is in network-manager-gnome 0.9.10.0-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="nm-applet">
  <schema path="/org/gnome/nm-applet/" id="org.gnome.nm-applet">
    <key type="b" name="disable-connected-notifications">
      <default>false</default>
      <summary>Disable connected notifications</summary>
      <description>Set this to true to disable notifications when connecting to a network.</description>
    </key>
    <key type="b" name="disable-disconnected-notifications">
      <default>false</default>
      <summary>Disable disconnected notifications</summary>
      <description>Set this to true to disable notifications when disconnecting from a network.</description>
    </key>
    <key type="b" name="disable-vpn-notifications">
      <default>false</default>
      <summary>Disable VPN notifications</summary>
      <description>Set this to true to disable notifications when connecting to or disconnecting from a VPN.</description>
    </key>
    <key type="b" name="suppress-wireless-networks-available">
      <default>false</default>
      <summary>Suppress networks available notifications</summary>
      <description>Set this to true to disable notifications when Wi-Fi networks are available.</description>
    </key>
    <key type="i" name="stamp">
      <default>0</default>
      <summary>Stamp</summary>
      <description>Used to determine whether settings should be migrated to a new version.</description>
    </key>
    <key type="b" name="disable-wifi-create">
      <default>false</default>
      <summary>Disable WiFi Create</summary>
      <description>Set to true to disable creation of adhoc networks when using the applet.</description>
    </key>
    <key type="b" name="show-applet">
      <default>true</default>
      <summary>Show the applet in notification area</summary>
      <description>Set to FALSE to disable displaying the applet in the notification area.</description>
    </key>
  </schema>
  <schema id="org.gnome.nm-applet.eap">
    <key type="b" name="ignore-ca-cert">
      <default>false</default>
      <summary>Ignore CA certificate</summary>
      <description>Set this to true to disable warnings about CA certificates in EAP authentication.</description>
    </key>
    <key type="b" name="ignore-phase2-ca-cert">
      <default>false</default>
      <summary>Ignore CA certificate</summary>
      <description>Set this to true to disable warnings about CA certificates in phase 2 of EAP authentication.</description>
    </key>
  </schema>
</schemalist>