https://bugs.kde.org/show_bug.cgi?id=465753

--- Comment #1 from Mingcong Bai <jeff...@aosc.io> ---
I have attempted a patch, though it didn't seem to make any difference.

diff -Naur plasma-desktop-5.26.5/applets/kicker/package/contents/ui/main.qml
plasma-desktop-5.26.5.kickersearch/applets/kicker/package/contents/ui/main.qml
--- plasma-desktop-5.26.5/applets/kicker/package/contents/ui/main.qml  
2023-01-03 10:14:28.000000000 -0800
+++
plasma-desktop-5.26.5.kickersearch/applets/kicker/package/contents/ui/main.qml 
    2023-02-15 21:06:01.688556250 -0800
@@ -145,11 +145,7 @@
         favoritesModel: globalFavorites

         runners: {
-            const results = ["services", "krunner_systemsettings"];
-
-            if (kicker.isDash) {
-                results.push("desktopsessions", "PowerDevil", "calculator",
"unitconverter");
-            }
+            const results = ["services", "krunner_systemsettings",
"desktopsessions", "PowerDevil", "calculator", "unitconverter"];

             if (plasmoid.configuration.useExtraRunners) {
                 results.push(...plasmoid.configuration.extraRunners);

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to