diff options
author | Florian Müllner <fmuellner@gnome.org> | 2019-07-23 10:49:40 +0000 |
---|---|---|
committer | Florian Müllner <florian.muellner@gmail.com> | 2019-07-31 19:04:41 +0000 |
commit | 933c037c6eedf2af1551bc3e9909c2b9358f035a (patch) | |
tree | 2fc2a3be9b49d0df3e04a000e12230a34052269f /data/gnome-shell-dbus-interfaces.gresource.xml | |
parent | 8f3554ff3e2478cfd0b349db41f424152518260c (diff) | |
download | gnome-shell-933c037c6eedf2af1551bc3e9909c2b9358f035a.tar.gz |
weather: Stop accessing app settings directly
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
Diffstat (limited to 'data/gnome-shell-dbus-interfaces.gresource.xml')
-rw-r--r-- | data/gnome-shell-dbus-interfaces.gresource.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/gnome-shell-dbus-interfaces.gresource.xml b/data/gnome-shell-dbus-interfaces.gresource.xml index 3352e0dcd..21fdfa949 100644 --- a/data/gnome-shell-dbus-interfaces.gresource.xml +++ b/data/gnome-shell-dbus-interfaces.gresource.xml @@ -48,6 +48,7 @@ <file preprocess="xml-stripblanks">org.gnome.Shell.Screencast.xml</file> <file preprocess="xml-stripblanks">org.gnome.Shell.Screenshot.xml</file> <file preprocess="xml-stripblanks">org.gnome.Shell.Wacom.PadOsd.xml</file> + <file preprocess="xml-stripblanks">org.gnome.Shell.WeatherIntegration.xml</file> <file preprocess="xml-stripblanks">org.gnome.Shell.xml</file> <file preprocess="xml-stripblanks">org.Gtk.MountOperationHandler.xml</file> <file preprocess="xml-stripblanks">org.gtk.Notifications.xml</file> |