/usr/share/glib-2.0/schemas/com.ubuntu.geoip.gschema.xml is in geoclue-ubuntu-geoip 1.0.2+18.04.20180223-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 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/com/ubuntu/geoip/" id="com.ubuntu.geoip">
<key type="s" name="geoip-url">
<default>"https://geoip.ubuntu.com/lookup"</default>
<summary>URL used to get information about the IP</summary>
<description>URL of a service that can be contacted and returns an XML file containing location information about the requestor's IP address.</description>
</key>
</schema>
</schemalist>
|