File 2000-kickoff.patch of Package plasma6-desktop

diff --git a/applets/kickoff/package/contents/ui/Footer.qml b/applets/kickoff/package/contents/ui/Footer.qml
index 78a97c2b9a9ce6db0bb92bc9d17e920d4c6304b4..caba7eb34fa9366cc19d5cd5f7389f1fc47fd4f9 100644
--- a/applets/kickoff/package/contents/ui/Footer.qml
+++ b/applets/kickoff/package/contents/ui/Footer.qml
@@ -111,13 +111,13 @@ PlasmaExtras.PlasmoidHeading {
             icon.width: Kirigami.Units.iconSizes.smallMedium
             icon.height: Kirigami.Units.iconSizes.smallMedium
             icon.name: "compass"
-            text: i18n("Places") //Explore?
+            text: i18n("Explore")
         }
 
         Connections {
             target: kickoff
             function onExpandedChanged() {
-                if (kickoff.expanded) {
+                if (!kickoff.expanded) {
                     tabBar.currentIndex = 0
                 }
             }
diff --git a/applets/kickoff/package/contents/ui/Header.qml b/applets/kickoff/package/contents/ui/Header.qml
index 8e5e6cb58189f463bb480c34b4d811f271fb3548..38abe57221e8fdfc2633b5bc00876251c786f457 100644
--- a/applets/kickoff/package/contents/ui/Header.qml
+++ b/applets/kickoff/package/contents/ui/Header.qml
@@ -196,7 +196,7 @@ PlasmaExtras.PlasmoidHeading {
             Connections {
                 target: kickoff
                 function onExpandedChanged() {
-                    if (kickoff.expanded) {
+                    if (!kickoff.expanded) {
                         searchField.clear()
                     }
                 }
openSUSE Build Service is sponsored by