diff --git a/OpenRA.Game/Platform.cs b/OpenRA.Game/Platform.cs index 2c0c6fc699..d8a30889b0 100644 --- a/OpenRA.Game/Platform.cs +++ b/OpenRA.Game/Platform.cs @@ -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);