summarylogtreecommitdiffstats
path: root/onlinefix-linux-launcher
blob: f87eb88b817b0ec4e8e8c0b7ab44cd5c938f219d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

export GDK_BACKEND=x11

if echo $LANG | grep -q "tr_TR"; then
    export LANG="en_US.UTF-8"
    echo "A Turkish language variable was found, it was changed to English to circumvent the problems"
fi

exec /lib/jvm/java-8-jre/jre/bin/java -Dprism.forceGPU=true -jar /usr/share/java/OFMELauncher.jar "$@"