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.
This document will review changes required for setting up wayland sessions for a full-screen Waydroid experience.
Setting Up
In order to set this up, you will need to create a few files, depending on your default wayland session manager.
Please create the files detailed by their contents using the contents below
Mutter
/usr/bin/mutter-session.sh
contents:
/usr/share/wayland-sessions/mutter.desktop
contents:
Weston
~/.config/weston.ini
contents:
/usr/bin/waydroid-session.sh
contents:
/usr/share/wayland-sessions/waydroid.desktop
contents:
Wayfire
/usr/bin/wayfire-session.sh
contents:
/usr/share/wayland-sessions/wayfire.desktop
contents:
Last updated