From: Alessandro Astone Date: Tue, 26 Aug 2025 13:48:34 +0000 (+0200) Subject: session_manager: Stop the container on logout X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/e3fd2902a2b9d192069c0b74143fbe1cd7d5360b?hp=e3fd2902a2b9d192069c0b74143fbe1cd7d5360b session_manager: Stop the container on logout 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. ---