We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a531c commit 5304e5aCopy full SHA for 5304e5a
1 file changed
AppDir/bin/start-waydroid.src.hook
@@ -135,6 +135,15 @@ _install_polkit_policy || :
135
_start_12to11
136
137
if [ -z "$1" ]; then
138
+ if [ ! -d /var/lib/waydroid/images ]; then
139
+ _get_sudo
140
+ zenity --width=555 --question --text "$(cat <<-EOF
141
+ We need to download and install waydroid images, this will take a while
142
+ You might want run the application from the terminal to monitor progress
143
+ EOF
144
+ )"
145
+ "$sudocmd" "$APPDIR"/bin/python3 "$APPDIR"/bin/waydroid init
146
+ fi
147
_start_waydroid
148
set -- show-full-ui
149
fi
0 commit comments