El Dijous, 20 d'agost de 2015, a les 15:23:52, Thiago Macieira va escriure: > On Sunday 02 August 2015 10:32:21 Thiago Macieira wrote: > > ... which makes me wonder: did I fix the problem but never gave Albert the > > patches that fixed them? > > And the answer is... yes-kinda. > > I had fixed the issue, but never applied it to QtDBus. By replacing QThread > with QDaemonThread, the problems went away. > > Note that continuing execution on the child side of fork() was not supported > and now is TOTALLY broken. You'll deadlock.
So with your new patches and https://git.reviewboard.kde.org/r/124856/ i can run konsole fine both with --nofork and in the normal mode. Cheers, Albert