From 09a1e61c63eed77f54141c39af5d354a1343847d Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Wed, 4 Mar 2020 23:24:18 +0100 Subject: [PATCH] location: Update desktop file name for privacy settings The location settings have been moved to their own panel with a different desktop file: https://gitlab.gnome.org/GNOME/gnome-control-center/-/commit/f92f6f5c Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/2316 --- js/ui/status/location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/status/location.js b/js/ui/status/location.js index 5cd6718a3..e5c8368e4 100644 --- a/js/ui/status/location.js +++ b/js/ui/status/location.js @@ -64,7 +64,7 @@ class Indicator extends PanelMenu.SystemIndicator { this._item.label.text = _("Location Enabled"); this._onOffAction = this._item.menu.addAction(_("Disable"), this._onOnOffAction.bind(this)); - this._item.menu.addSettingsAction(_("Privacy Settings"), 'gnome-privacy-panel.desktop'); + this._item.menu.addSettingsAction(_('Privacy Settings'), 'gnome-location-panel.desktop'); this.menu.addMenuItem(this._item);