summarylogtreecommitdiffstats
path: root/xdg-open
blob: e65e53633a411e8979c285e70a91624fd9a504ec (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

echo "Running KTS3wrap..."

# The teamspeak3 package exports environemnt variables, which
# prevent the successful execution of xdg-open on KDE.
unset QT_PLUGIN_PATH
unset LD_LIBRARY_PATH

# Strip /opt/kts3wrap-bin from PATH so we don't re-exec this script.
PATH="${PATH#/opt/kts3wrap-bin:}" xdg-open "$@"