nix-stuff/roles/kde/patches/plasma_workspace-pr4883.patch

40 lines
1.3 KiB
Diff

From 11e7f5306fa013ec5c2b894a28457dabf5c42bad Mon Sep 17 00:00:00 2001
From: Nate Graham <nate@kde.org>
Date: Wed, 30 Oct 2024 21:55:49 -0600
Subject: [PATCH] Merge "Settings" menu category into "System"
This category is a bit of an odd duck. On a default install, it contains
only one item: System Settings. Random other apps you install will also
appear there, but all of these could just as logically live in the
"System" category. Let's put them there, so as to consolidate two
nebulous overlapping categories into one clear and obvious one.
---
menu/desktop/plasma-applications.menu | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/menu/desktop/plasma-applications.menu b/menu/desktop/plasma-applications.menu
index e153604252e..85f842d6a04 100644
--- a/menu/desktop/plasma-applications.menu
+++ b/menu/desktop/plasma-applications.menu
@@ -334,17 +334,11 @@
</Include>
</Menu>
</Menu>
- <Menu>
- <Name>Settingsmenu</Name>
- <Directory>kf5-settingsmenu.directory</Directory>
- <Include>
- <Category>Settings</Category>
- </Include>
- </Menu>
<Menu>
<Name>System</Name>
<Directory>kf5-system.directory</Directory>
<Include>
+ <Category>Settings</Category>
<And>
<Category>System</Category>
<Not><Category>X-KDE-More</Category></Not>
--
GitLab