From 6adff732eb97f73886cbe6ed6aa6ec54fbf8df62 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Tue, 26 Jun 2018 22:04:43 +0100 Subject: [PATCH] Include a wiki link in the error dialog. --- packaging/linux/AppRun.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linux/AppRun.in b/packaging/linux/AppRun.in index 86014587a1..298f2d6122 100755 --- a/packaging/linux/AppRun.in +++ b/packaging/linux/AppRun.in @@ -37,7 +37,7 @@ if prompt_apt_install_mono_complete; then fi if mono_missing_or_old; then - ERROR_MESSAGE="{MODNAME} requires Mono ${MINIMUM_MONO_VERSION} or greater.\nPlease install Mono using your system package manager." + ERROR_MESSAGE="{MODNAME} requires Mono ${MINIMUM_MONO_VERSION} or greater.\nPlease install Mono using your system package manager.\n\nSee http://wiki.openra.net/AppImages for more information." if command -v zenity > /dev/null; then zenity --no-wrap --error --title "{MODNAME}" --text "${ERROR_MESSAGE}" 2> /dev/null elif command -v kdialog > /dev/null; then