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.
Last updated
Was this helpful?
Was this helpful?
[Desktop Entry]
Name=WayDroid on Mutter
Comment=Android OS in a container
Exec=/usr/bin/mutter-session.sh
Type=Application[libinput]
enable-tap=true
[shell]
panel-position=none#!/bin/sh
weston &
sleep 3
konsole -e waydroid show-full-ui[Desktop Entry]
Name=WayDroid on Weston
Comment=Android OS in a container
Exec=/usr/bin/waydroid-session.sh
Type=Application#!/bin/sh
wayfire &
export DISPLAY=:1
sleep 5
waydroid show-full-ui[Desktop Entry]
Name=waydroid on Wayfire
Comment=Android OS in a container
Exec=/usr/bin/wayfire-session.sh
Type=Application