xiwrap

slightly higher-level container setup utility
git clone https://git.ce9e.org/xiwrap.git

commit
f5be3d47dc7f82732fe345c68ad16e3a936c9984
parent
b1785fff540471b6af8936f875bee56024b0dacf
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-16 14:04
fix race condition

bwrap; Can't find source path /run/user/1000/dbus-proxy-XXX

Diffstat

M xiwrap.py 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/xiwrap.py b/xiwrap.py

@@ -228,4 +228,5 @@ if __name__ == '__main__':
  228   228     else:
  229   229         if dbus_cmd:
  230   230             subprocess.Popen(dbus_cmd, pass_fds=[rules.sync_fds[1]])
   -1   231             os.read(rules.sync_fds[0], 1)
  231   232         os.execvp('/usr/bin/bwrap', cmd)