- commit
- 3415a18cdabadf12971b087d8711e2a08eb087b2
- parent
- 96925c67c652e84ad46aa253f2d701b7d3a0eda4
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-10-11 16:31
update DBUS_SYSTEM_DEST
Diffstat
| M | xiwrap.py | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/xiwrap.py b/xiwrap.py
@@ -48,7 +48,7 @@ The following options are available: 48 48 DBUS_SESSION_SRC = f'{os.environ["XDG_RUNTIME_DIR"]}/dbus-session-proxy-{os.getpid()}' 49 49 DBUS_SESSION_DEST = '$XDG_RUNTIME_DIR/bus' 50 50 DBUS_SYSTEM_SRC = f'{os.environ["XDG_RUNTIME_DIR"]}/dbus-system-proxy-{os.getpid()}'51 -1 DBUS_SYSTEM_DEST = '/var/run/dbus/system_bus_socket'-1 51 DBUS_SYSTEM_DEST = '/run/dbus/system_bus_socket' 52 52 53 53 54 54 class RuleError(ValueError): @@ -313,7 +313,7 @@ class RuleSet: 313 313 self.dbus_system, 314 314 os.getenv( 315 315 'DBUS_SYSTEM_BUS_ADDRESS',316 -1 'unix:path=/var/run/dbus/system_bus_socket',-1 316 'unix:path=/run/dbus/system_bus_socket', 317 317 ), 318 318 DBUS_SYSTEM_SRC, 319 319 self.app_id,