2019-09-20 11:01:24 +00:00
|
|
|
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 +-
|
2020-01-17 13:03:52 +00:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2019-09-20 11:01:24 +00:00
|
|
|
|
|
|
|
diff --git a/startkde/startplasma-wayland.cpp b/startkde/startplasma-wayland.cpp
|
|
|
|
index 5b0e0746d..c651ea4fe 100644
|
|
|
|
--- a/startkde/startplasma-wayland.cpp
|
|
|
|
+++ b/startkde/startplasma-wayland.cpp
|
|
|
|
@@ -71,7 +71,7 @@ int main(int /*argc*/, char** /*argv*/)
|
|
|
|
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();
|