/usr/share/glib-2.0/schemas/apps.mugshot.gschema.xml is in mugshot 0.2.5-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 gettext-domain="mugshot">
<schema id="apps.mugshot" path="/apps/mugshot/">
<key name="initials" type="s">
<default>''</default>
<summary>Initials</summary>
<description>Initials representing the user's name.</description>
</key>
<key name="email" type="s">
<default>''</default>
<summary>Email Address</summary>
<description>The user's email address.</description>
</key>
<key name="fax" type="s">
<default>''</default>
<summary>Fax</summary>
<description>The user's fax number.</description>
</key>
</schema>
</schemalist>
|