summarylogtreecommitdiffstats
path: root/wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper.sh')
-rw-r--r--wrapper.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/wrapper.sh b/wrapper.sh
index b3fc57219f98..37c605415687 100644
--- a/wrapper.sh
+++ b/wrapper.sh
@@ -1,5 +1,3 @@
#!/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 "$@"