Files
OpenRA/error-dialog.sh
Matthias Mailänder bae47ff3c9 use native Gtk2 crash dialogs on Linux
closes #3872
closes #3849
2014-05-17 12:13:50 +02:00

11 lines
355 B
Bash
Executable File

#!/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