Setting up Waydroid only Sessions
For some projects, you might want to have Linux only for backend or maintenance related tasks, while using the Waydroid full-screen UI as the main interface.
Setting Up
Cage
[Desktop Entry]
Name=WayDroid
Comment=Android OS in a container
Exec=/usr/bin/cage waydroid show-full-ui
Type=ApplicationMutter
#!/bin/sh
mutter --wayland &
sleep 5
export DISPLAY=:1
waydroid show-full-uiWeston
Wayfire
Last updated
Was this helpful?