forked from pool/kde-cli-tools5
Plasma 5.27.5 fixes OBS-URL: https://build.opensuse.org/request/show/1085976 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-cli-tools5?expand=0&rev=377
23 lines
642 B
Diff
23 lines
642 B
Diff
From 726690b34c1b75307fb8c830ba05dd00b98aa85a Mon Sep 17 00:00:00 2001
|
|
From: Heiko Becker <heiko.becker@kde.org>
|
|
Date: Tue, 9 May 2023 21:29:52 +0200
|
|
Subject: [PATCH] kinfo: Use kcmshell5 with Plasma *5*
|
|
|
|
---
|
|
kinfo/kinfo | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/kinfo/kinfo b/kinfo/kinfo
|
|
index ddb5de3..6f91196 100644
|
|
--- a/kinfo/kinfo
|
|
+++ b/kinfo/kinfo
|
|
@@ -3,4 +3,4 @@
|
|
# SPDX-FileCopyrightText: 2023 Harald Sitter <sitter@kde.org>
|
|
|
|
export QT_LOGGING_RULES="*=false"
|
|
-exec kcmshell6 kcm_about-distro --args dump --platform offscreen
|
|
+exec kcmshell5 kcm_about-distro --args dump --platform offscreen
|
|
--
|
|
2.40.1
|
|
|