mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
16 lines
419 B
XML
16 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>
|