diff --git a/system_files/desktop/shared/usr/bin/waydroid-launcher b/system_files/desktop/shared/usr/bin/waydroid-launcher index 73f12a6a..a5e1fc13 100755 --- a/system_files/desktop/shared/usr/bin/waydroid-launcher +++ b/system_files/desktop/shared/usr/bin/waydroid-launcher @@ -14,9 +14,9 @@ if [ "$(systemctl is-active waydroid-container.service)" == 'active' ]; then pkexec /usr/libexec/waydroid-container-stop fi -# Check if Waydroid is initialized, initialize if not +# Check if Waydroid is initialized, send user to the docs if grep -qz 'not initialized' <<< $(/usr/bin/waydroid status); then - /usr/bin/ujust init-waydroid + xdg-open "https://universal-blue.discourse.group/docs?topic=32" fi launch_waydroid() {