gnome-shell/js/misc
Florian Müllner fea0192772 weather: Handle missing permission store
Our weather integration is supposed to follow GNOME Weather's settings,
including its permission to use location services. However there's a
discrepancy in case xdg-desktop-portal is unavailable:

While our geoclue agent grants all applications access to location
services in that case, the weather integration treats it as if
access was denied.

Fix this by handling this case explicitly.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1130
2019-04-03 13:27:42 +00:00
..
config.js.in fileUtils: Add helper for loading D-Bus XML from resource 2018-09-17 07:34:49 +00:00
extensionUtils.js extensionUtils: Include some more helper functions 2019-02-06 19:52:21 +01:00
fileUtils.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
gnomeSession.js cleanup: Clean up unused imports 2019-02-09 05:05:07 +01:00
history.js cleanup: Port non-GObject classes to JS6 classes 2019-01-25 14:02:44 +00:00
ibusManager.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
inputMethod.js inputMethod: Handle OSK hiding after unfocus 2019-03-04 18:24:38 +00:00
introspect.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
jsParse.js cleanup: Use arrow notation for anonymous functions 2018-02-21 13:55:00 +00:00
keyboardManager.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
loginManager.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
meson.build networkAgent: Pick up VPN service dir from pkg-config 2018-01-22 08:44:19 +01:00
modemManager.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
objectManager.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
params.js cleanup: Use method syntax 2018-02-21 13:54:58 +00:00
permissionStore.js dbus: Move all interface descriptions into the resource 2018-09-17 07:34:49 +00:00
smartcardManager.js cleanup: Clean up unused imports 2019-02-09 05:05:07 +01:00
systemActions.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
util.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
weather.js weather: Handle missing permission store 2019-04-03 13:27:42 +00:00