From cf8b8818dde18583dbb5e24b5ffcfb4998962213 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 24 Jun 2024 13:30:30 -0700 Subject: [PATCH] chore: Link to documentation in waydroid-launcher --- system_files/desktop/shared/usr/bin/waydroid-launcher | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {