use native Gtk2 crash dialogs on Linux

closes #3872
closes #3849
This commit is contained in:
Matthias Mailänder
2014-05-04 14:37:27 +02:00
parent 12767b7f21
commit bae47ff3c9
6 changed files with 20 additions and 2 deletions

11
error-dialog.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/sh
zenity --error --title "OpenRA" --text "OpenRA has encountered a fatal error."
zenity --question --title "OpenRA" --text="Would you like have a look at the crash log files?" || exit
xdg-open ~/.openra/Logs
zenity --question --title "OpenRA" --text="Would you like to read the FAQ?" || exit
xdg-open https://github.com/OpenRA/OpenRA/wiki/FAQ