summarylogtreecommitdiffstats
path: root/gog-transistor
diff options
context:
space:
mode:
Diffstat (limited to 'gog-transistor')
-rw-r--r--gog-transistor16
1 files changed, 4 insertions, 12 deletions
diff --git a/gog-transistor b/gog-transistor
index bbad3f45c0ea..b7070dce6c0f 100644
--- a/gog-transistor
+++ b/gog-transistor
@@ -1,13 +1,5 @@
-#! /bin/sh
+#!/usr/bin/bash
-run="/opt/gog-transistor/start.sh"
-# The launcher fails unless in its dir.
-cd "$(dirname "$run")" || exit 1
-
-if which firejail >/dev/null 2>&1 && [ -z "$FIREJAIL_IGNORE" ]; then
- echo "Firejail detected. Enforcing a sandbox"
- echo "To bypass Firejail enforcement, run FIREJAIL_IGNORE=1 $run."
- firejail --caps.drop=all "$run"
-else
- "$run"
-fi
+# Setting TERM prevents the application from crashing with "System.Exception:
+# Magic number is wrong: 542." See: https://github.com/mono/mono/issues/11557
+TERM=xterm /opt/gog-transistor/start.sh