summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-06-14 10:10:05 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-06-14 09:24:16 +0000
commit37ec2100342e3447552f0948aac11c155408254f (patch)
tree415e007b7700e478bf457daa9218dd5056449446
parentc7756dbe8b256e49e9f41a071d8f3d17177b3609 (diff)
Print a note how to fix that the notification service could not be registeredv5.11.1_QtAS
Change-Id: I4db49e26b56235538fb3a36a73fbb6c9520cffae Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
-rw-r--r--src/main-lib/main.cpp1
1 files changed, 1 insertions, 0 deletions
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<QString(const char *)> &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);