F.B.

Results 15 comments of F.B.

Alright...Thought this PR might be appealing, I will keep this PR as a patch for myself then. > Like I could only suggest (as I did with some other issue)...

Diff of what I did to the source code ``` diff --git a/src/helper/HelperStartX11User.cpp b/src/helper/HelperStartX11User.cpp index d77b78c..7aa1024 100644 --- a/src/helper/HelperStartX11User.cpp +++ b/src/helper/HelperStartX11User.cpp @@ -39,8 +39,11 @@ void X11UserHelperMessageHandler(QtMsgType type, const QMessageLogContext...

> What's the full journal from start of sddm until end of timeout? It's at the end of the issue description, three full journals. > I guess there is somehow...

I don't think that's the point. I think the point is the `sddm-helper-start-x11user` binary is mysteriously not started until right after the timeout, so `UserSession` thought it failed to start,...

Recently I modified the code from: ``` const bool started = waitForStarted(); ```` to ``` const int interval_ms = 1000; const int timeout = 30000; int elapsed = 0; while...