OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=567
23 lines
1.0 KiB
Diff
23 lines
1.0 KiB
Diff
From b5f67968332fa680e8af51be41d26aa47cfd3a67 Mon Sep 17 00:00:00 2001
|
|
From: Fabian Vogt <fabian@ritter-vogt.de>
|
|
Date: Thu, 19 Sep 2019 10:43:03 +0200
|
|
Subject: [PATCH] Use qdbus-qt5
|
|
|
|
---
|
|
startkde/startplasma-wayland.cpp | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: plasma-workspace-5.15.80git.20210121T134153~83e5f9011/startkde/startplasma-wayland.cpp
|
|
===================================================================
|
|
--- plasma-workspace-5.15.80git.20210121T134153~83e5f9011.orig/startkde/startplasma-wayland.cpp 2021-01-21 14:41:53.000000000 +0100
|
|
+++ plasma-workspace-5.15.80git.20210121T134153~83e5f9011/startkde/startplasma-wayland.cpp 2021-01-22 08:39:12.129799633 +0100
|
|
@@ -62,7 +62,7 @@
|
|
runEnvironmentScripts();
|
|
|
|
if (!qEnvironmentVariableIsSet("DBUS_SESSION_BUS_ADDRESS")) {
|
|
- out << "startplasmacompositor: Could not start D-Bus. Can you call qdbus?\n";
|
|
+ out << "startplasmacompositor: Could not start D-Bus. Can you call qdbus-qt5?\n";
|
|
return 1;
|
|
}
|
|
setupPlasmaEnvironment();
|