https://bugs.kde.org/show_bug.cgi?id=369391
Lubos Lunak <l.lu...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla |sma-workspace/0f19e92f3e85d |sma-workspace/da44dd6eae8b9 |064de9cebf280fa8e085485c2e0 |ef4161680efcb9319a7267fe77e |https://commits.kde.org/pla |https://commits.kde.org/pla |sma-workspace/da44dd6eae8b9 |sma-workspace/0f19e92f3e85d |ef4161680efcb9319a7267fe77e |064de9cebf280fa8e085485c2e0 --- Comment #5 from Lubos Lunak <l.lu...@kde.org> --- Git commit da44dd6eae8b9ef4161680efcb9319a7267fe77e by Luboš Luňák. Committed on 21/04/2017 at 12:00. Pushed by lunakl into branch 'Plasma/5.9'. launch autostart apps in ksmserver using KRun, not QProcess The "move" (copy in fact) of the autostart code from klauncher simply switched to QProcess. This resulted in a number of problems, as the incorrect handling of .desktop file command if it had placeholders (worked around already), kdeinit is no longer used (not sure how much that matters nowadays) and finally QProcess simply eats all stdout/stderr of all such processes (which, when daemonized, can lead even to the processes getting SIGPIPE'd). If the application to start is a KService, simply launch it as such. Related: bug 370528 M +3 -13 ksmserver/startup.cpp https://commits.kde.org/plasma-workspace/da44dd6eae8b9ef4161680efcb9319a7267fe77e --- Comment #6 from Lubos Lunak <l.lu...@kde.org> --- Git commit c7d21ae2b834bd101d8dba1edaea05edcdb6e8f5 by Luboš Luňák. Committed on 21/04/2017 at 12:00. Pushed by lunakl into branch 'Plasma/5.9'. use KProcess instead of QProcess to launch apps in ksmserver Follow-up to the previous commit. KProcess has saner defaults for simply launching an app and being done with it, no lost stdout/stderr or even SIGPIPE. Related: bug 370528 M +3 -2 ksmserver/startup.cpp https://commits.kde.org/plasma-workspace/c7d21ae2b834bd101d8dba1edaea05edcdb6e8f5 -- You are receiving this mail because: You are watching all bug changes.