/usr/share/glib-2.0/schemas/org.gnome.gnome-applets.netspeed.gschema.xml is in gnome-applets-data 3.28.0-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 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 59 60 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-applets-3.0">
<schema id="org.gnome.gnome-applets.netspeed">
<key type="b" name="show-sum">
<default>false</default>
<summary>Show sum</summary>
<description>Show sum instead of in & out</description>
</key>
<key type="b" name="show-bits">
<default>false</default>
<summary>Show bits</summary>
<description>Show bits instead of bytes</description>
</key>
<key type="b" name="change-icon">
<default>true</default>
<summary>Change icon</summary>
<description>Change icon according to the selected device</description>
</key>
<key type="b" name="auto-change-device">
<default>true</default>
<summary>Auto change device</summary>
</key>
<key type="i" name="refresh-time">
<default>1000</default>
<summary>Refresh time</summary>
<description>Refresh time in milliseconds</description>
</key>
<key type="s" name="device">
<default>''</default>
<summary>Network device</summary>
</key>
<key type="s" name="up-command">
<default>''</default>
<summary>Up command</summary>
</key>
<key type="s" name="down-command">
<default>''</default>
<summary>Down command</summary>
</key>
<key type="s" name="in-color">
<default>'#de2847'</default>
<summary>In graph color</summary>
</key>
<key type="s" name="out-color">
<default>'#3728de'</default>
<summary>Out graph color</summary>
</key>
</schema>
</schemalist>
|