always spawn the native error dialog
This commit is contained in:
@@ -129,7 +129,7 @@ namespace OpenRA
|
|||||||
).F(title, message, icon, logsButton, logsPath, faqButton, faqPath, quitButton);
|
).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";
|
process = "error-dialog.sh";
|
||||||
|
|
||||||
var psi = new ProcessStartInfo(process, args);
|
var psi = new ProcessStartInfo(process, args);
|
||||||
|
|||||||
Reference in New Issue
Block a user