From 37ec2100342e3447552f0948aac11c155408254f Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Thu, 14 Jun 2018 10:10:05 +0200 Subject: Print a note how to fix that the notification service could not be registered Change-Id: I4db49e26b56235538fb3a36a73fbb6c9520cffae Reviewed-by: Robert Griebl --- src/main-lib/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main-lib/main.cpp b/src/main-lib/main.cpp index 4a217b10..19aea5f0 100644 --- a/src/main-lib/main.cpp +++ b/src/main-lib/main.cpp @@ -910,6 +910,7 @@ void Main::registerDBusInterfaces(const std::function &bu } catch (const Exception &e) { //TODO: what should we do here? on the desktop this will obviously always fail qCCritical(LogSystem) << "WARNING:" << e.what(); + qCCritical(LogSystem) << "NOTE: Please consider starting with the --start-session-dbus option to work around this issue."; } auto wma = new WindowManagerDBusContextAdaptor(m_windowManager); -- cgit v1.2.3