always spawn the native error dialog

This commit is contained in:
Matthias Mailänder
2014-05-17 09:34:22 +02:00
parent 0a5d78bbf1
commit a9664691e6

View File

@@ -129,7 +129,7 @@ namespace OpenRA
).F(title, message, icon, logsButton, logsPath, faqButton, faqPath, quitButton);
}
if (CurrentPlatform == PlatformType.Linux && File.Exists("/usr/bin/zenity") && File.Exists("/usr/bin/xdg-open"))
if (CurrentPlatform == PlatformType.Linux)
process = "error-dialog.sh";
var psi = new ProcessStartInfo(process, args);