diff --git a/data/scripts/Linux-AppImage/AppRun b/data/scripts/Linux-AppImage/AppRun index e60048749..fa0ada62a 100755 --- a/data/scripts/Linux-AppImage/AppRun +++ b/data/scripts/Linux-AppImage/AppRun @@ -379,6 +379,10 @@ if [ "${FIREJAIL_DEBUG-}" ]; then (replacement)${reset}\n" fi +if [ "${APPIMAGE_DEBUG-undef}" = undef ] && [ "${ULTRAGRID_VERBOSE-}" ]; then + APPIMAGE_DEBUG=$ULTRAGRID_VERBOSE +fi + if [ $# -eq 0 ] || [ "${1-}" = "--gui" ]; then handle_updates "$@" if [ $# -eq 0 ]; then usage; else shift; fi