summarylogtreecommitdiffstats
path: root/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper.sh')
-rw-r--r--wrapper.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/wrapper.sh b/wrapper.sh
new file mode 100644
index 000000000000..b3fc57219f98
--- /dev/null
+++ b/wrapper.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+export PULSE_PROP_OVERRIDE="application.name='RuneScape' application.icon_name='runescape' media.role='game'"
+export LD_PRELOAD="/usr/lib/libcurl.so.3"
+export SDL_VIDEO_X11_WMCLASS="RuneScape"
+exec /usr/bin/runescape-launcher.real "$@"