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