3114a24d1f
Clocks has exactly the same issue as Weather: Its integration currently relies on accessing its settings directly, which isn't possible when the app is sandboxed. Fix this the same way we did for Weather, by adding our own setting and syncing it with the app via a custom D-Bus interface. https://gitlab.gnome.org/GNOME/gnome-shell/issues/1158
16 lines
359 B
XML
16 lines
359 B
XML
<node>
|
|
|
|
<!--
|
|
org.gnome.Shell.ClocksIntegration:
|
|
@short_description: Clocks integration interface
|
|
|
|
The interface used for exporting location settings to GNOME Shell's
|
|
world clocks integration.
|
|
-->
|
|
<interface name="org.gnome.Shell.ClocksIntegration">
|
|
|
|
<property name="Locations" type="av" access="read"/>
|
|
|
|
</interface>
|
|
</node>
|