From b5f67968332fa680e8af51be41d26aa47cfd3a67 Mon Sep 17 00:00:00 2001 From: Fabian Vogt 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(-) 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();