https://bugs.kde.org/show_bug.cgi?id=423756
--- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- There is a theoretical race, yes. The landed patch was a somewhat "lite" and invasive version of introducing the concept. What you describe is how systemd-run does it. But there's a much simpler solution, we can just use startTransientService(execLine) instead of startTransientScope(somePid) then it all becomes someone else's problem. See: https://invent.kde.org/frameworks/kio/-/merge_requests/71 -- You are receiving this mail because: You are watching all bug changes.