]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
session_manager: Stop the container on logout
authorAlessandro Astone <ales.astone@gmail.com>
Tue, 26 Aug 2025 13:48:34 +0000 (15:48 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Tue, 26 Aug 2025 13:58:25 +0000 (15:58 +0200)
On logout, the session dbus process is killed.

The default behaviour for libdbus is to exit(1) on bus disconnect, which would
leave the container running in the background with Android bootlooping while
trying to establish a Wayland connection again.

Intercept the disconnect signal and gracefully stop the container instead.


No differences found