From 5057a7fe0e3ec3fc04b60306e2f034412d624ca0 Mon Sep 17 00:00:00 2001 From: AsciiWolf Date: Thu, 26 Dec 2024 19:54:16 +0100 Subject: [PATCH] appDisplay: Add org.freedesktop.MalcontentControl to Utilities malcontent-control is now a standalone app that is displayed in Shell Overview. Let's place it in the Utilities folder instead of taking up space (and confusing users) in the main app grid Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/8124 Part-of: --- js/ui/appDisplay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index ab6027371..a0d1baf7b 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -70,6 +70,7 @@ const DEFAULT_FOLDERS = { 'org.gnome.FileRoller.desktop', 'org.gnome.font-viewer.desktop', 'org.gnome.Loupe.desktop', + 'org.freedesktop.MalcontentControl.desktop', 'org.gnome.seahorse.Application.desktop', 'org.gnome.tweaks.desktop', 'org.gnome.Usage.desktop',