gnome-shell-extensions/0001-Include-status-icons-in-classic-session.patch
Florian Müllner f74ba2d1dd
Update to 47.rc
This removes the "top-icons" downstream extension, as it was
upstreamed under the name "status-icons".

Resolves: https://issues.redhat.com/browse/RHEL-53975
2024-09-03 15:46:11 +02:00

33 lines
764 B
Diff

From 09d8a56d61abd5aab39a54312f180ad431605a3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
Date: Fri, 23 Feb 2018 16:56:46 +0100
Subject: [PATCH] Include status-icons in classic session
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 9ecd0923..e759012d 100644
--- a/meson.build
+++ b/meson.build
@@ -34,6 +34,7 @@ classic_extensions = [
'apps-menu',
'places-menu',
'launch-new-instance',
+ 'status-icons',
'window-list'
]
@@ -44,7 +45,6 @@ default_extensions += [
'heads-up-display',
'light-style',
'screenshot-window-sizer',
- 'status-icons',
'system-monitor',
'windowsNavigator',
'workspace-indicator'
--
2.46.0