/usr/share/glib-2.0/schemas/org.gnome.gnome-nettool.gschema.xml is in gnome-nettool 3.8.1-1.
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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/gnome-nettool/" id="org.gnome.gnome-nettool" gettext-domain="gnome-nettool">
<key type="as" name="hostnames">
<default>[]</default>
<summary>Historically used hostnames</summary>
<description>A list of hostnames previously used</description>
</key>
<key type="as" name="usernames">
<default>[]</default>
<summary>Historically used usernames</summary>
<description>A list of usernames previously used</description>
</key>
<key type="as" name="domains">
<default>[]</default>
<summary>Historically used domains</summary>
<description>A list of domains previously used</description>
</key>
</schema>
</schemalist>
|