933c037c6e
Our current Weather integration depends on poking around the app's settings, which we cannot do when the app is sandboxed (as its filesystem is "hidden away" in a container in that case). So instead, use our own GSettings schema for the settings, and sync it with GNOME Weather via a custom D-Bus interface. https://gitlab.gnome.org/GNOME/gnome-shell/issues/1158
17 lines
419 B
XML
17 lines
419 B
XML
<node>
|
|
|
|
<!--
|
|
org.gnome.Shell.WeatherIntegration:
|
|
@short_description: Weather integration interface
|
|
|
|
The interface used for exporting location settings to GNOME Shell's
|
|
weather integration.
|
|
-->
|
|
<interface name="org.gnome.Shell.WeatherIntegration">
|
|
|
|
<property name="AutomaticLocation" type="b" access="read"/>
|
|
<property name="Locations" type="av" access="read"/>
|
|
|
|
</interface>
|
|
</node>
|