launch: use dup2 to reset daemon stdio over close+open

This commit is contained in:
outfoxxed 2026-04-09 00:10:49 -07:00
parent 7208f68bb7
commit 7f7ab6bc8a
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 19 additions and 10 deletions

View file

@ -73,6 +73,7 @@ set shell id.
- Fixed JsonAdapter sending unnecessary property changes for primitive values.
- Fixed JsonAdapter serialization for lists.
- Fixed pipewire crashes after hotplugging devices and changing default outputs.
- Fixed launches failing for `--daemonize` on some systems.
## Packaging Changes