From 8945e2565544628f0c084a6cf9e0070210b06920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 18 Aug 2022 10:13:00 +0200 Subject: [PATCH] status/location: Use better indicator icon We've used find-location since the indicator was added, however the icon theme got a more appropriate location-services-active icon a while ago. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/5755 Part-of: --- 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 2115e5c23..a2481f4c3 100644 --- a/js/ui/status/location.js +++ b/js/ui/status/location.js @@ -209,7 +209,7 @@ class Indicator extends SystemIndicator { this._agent = _getGeoclueAgent(); this._indicator = this._addIndicator(); - this._indicator.icon_name = 'find-location-symbolic'; + this._indicator.icon_name = 'location-services-active-symbolic'; this._agent.bind_property('in-use', this._indicator, 'visible',