summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);