From fb52f89cc57e61e5da02b676d07982f4ce86795b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 6 Feb 2024 20:47:44 +0100 Subject: [PATCH] system-monitor: Adjust to renamed .desktop file Part-of: --- extensions/system-monitor/extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/system-monitor/extension.js b/extensions/system-monitor/extension.js index e088a713..0d8f5d5d 100644 --- a/extensions/system-monitor/extension.js +++ b/extensions/system-monitor/extension.js @@ -431,7 +431,7 @@ class Indicator extends PanelMenu.Button { _updateSystemMonitorApp() { const appSystem = Shell.AppSystem.get_default(); this._systemMonitorApp = - appSystem.lookup_app('gnome-system-monitor.desktop'); + appSystem.lookup_app('org.gnome.SystemMonitor.desktop'); this._placeholder.gicon = this._systemMonitorApp?.icon ?? null; this.visible = this._systemMonitorApp != null; }