Waydroid in (x11) Pop!_Os using Weston

Waydroid in (x11) Pop!_Os (GNU/Linux) using Weston The links and commands Initialize Waydroid(enter individually) sudo waydroid init sudo waydroid init -f -s GAPPS Weston Command I use weston --width=360 --height=620 --socket=mysocket Waydroid Open waydroid show-full-ui Waydroid Close waydroid session stop Clipboard sudo pip install pyclip sudo apt install wl-clipboard Google Play Certification More Waydroid Commands Remove desktop icons from app launcher for a in ~/.local/share/applications/waydroid.*.desktop; do grep -q NoDisplay $a || sed ’/^Icon=/a NoDisplay=true’ -i $a; done Thanks to everyone who helped me in the Waydroid Telegram Community Join Telegram Community That’s it!
Back to Top