Waydroid not launching

I used this guide but after the ujust setup-waydroid and Initialize Waydroid it doesn't launch waydroid. I tried resetting but didn't work.
https://universal-blue.discourse.group/docs?topic=32

/usr/bin/waydroid-launcher output:
baha@192:~$ /usr/bin/waydroid-launcher + source /etc/default/waydroid-launcher ++ WAYDROID_UNKNOWN_WIDTH=1920 ++ WAYDROID_UNKNOWN_HEIGHT=1080 ++ WAYDROID_GRALLOC=minigbm_gbm_mesa ++ case "$(/usr/libexec/hwsupport/sysid)" in +++ /usr/libexec/hwsupport/sysid ++ WAYDROID_WIDTH=1920 ++ WAYDROID_HEIGHT=1080 + (( 0 == 0 )) + set -- show-full-ui ++ systemctl is-active waydroid-container.service + '[' inactive == active ']' + grep -qz 'not initialized' ++ /usr/bin/waydroid status + xdg-open 'https://universal-blue.discourse.group/docs?topic=32' + exit 1


System
Operating System: Bazzite 40
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.7.2
Kernel Version: 6.9.12-201.fsync.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × AMD Ryzen 3 5300U with Radeon Graphics
Memory: 6,6 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: LENOVO
Product Name: 82KD
System Version: Lenovo V15 G2 ALC
Solution
try run this then in the terminal directly

IMAGE_INFO="/usr/share/ublue-os/image-info.json"
IMAGE_NAME=$(jq -r '."image-name"' < $IMAGE_INFO)
if [[ ! $IMAGE_NAME =~ "deck" && ! $IMAGE_NAME =~ "ally" ]]; then
    sudo systemctl enable --now waydroid-container
fi
sudo waydroid init -c 'https://ota.waydro.id/system' -v 'https://ota.waydro.id/vendor'
echo "Waydroid has been initialized, please run waydroid once before you Configure Waydroid"
Was this page helpful?