https://bugs.kde.org/show_bug.cgi?id=500399
--- Comment #3 from Igor Kushnir <igor...@gmail.com> --- (In reply to Lars Winterfeld from comment #2) > I have an env var > DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus > Which seems ok? Any hint on which direction to look at to debug this would > be highly appreciated. Debug KDevelop or analyze the source code. I guess getRunningSessionPid() called from main() in app/main.cpp returns -1, because it fails to detect a running KDevelop session. And that is probably because SessionController::isSessionRunning() returns false for the running session's ID, which must be caused by a wrong result of SessionLock::tryLockSession(). -- You are receiving this mail because: You are watching all bug changes.