diff --git a/system_files/desktop/shared/usr/bin/waydroid-launcher b/system_files/desktop/shared/usr/bin/waydroid-launcher index 3f25790f..c19b6ff3 100644 --- a/system_files/desktop/shared/usr/bin/waydroid-launcher +++ b/system_files/desktop/shared/usr/bin/waydroid-launcher @@ -4,12 +4,12 @@ source /etc/default/waydroid-launcher if [ "$(systemctl is-active waydroid-container.service)" == 'active' ]; then killall -9 weston - pkexec /usr/bin/stop-waydroid-container + pkexec /usr/bin/waydroid-container-stop exit fi killall -9 weston -pkexec /usr/bin/start-waydroid-container +pkexec /usr/bin/waydroid-container-start if [ -z "$(pgrep weston)" ]; then /usr/bin/weston --xwayland --width="${WAYDROID_WIDTH}" --height="${WAYDROID_HEIGHT}" &> /dev/null & fi @@ -22,4 +22,4 @@ while [ -n "$(pgrep weston)" ];do sleep 1 done -pkexec /usr/bin/stop-waydroid-container +pkexec /usr/bin/waydroid-container-stop