what i did was rename the folder to TeamSpeak3 after it extracted then
sudo mv TeamSpeak3 /usr/share
and created a startup file in /usr/bin called teamspeak with this script
Code:
#!/bin/bash
export QT_PLUGIN_PATH=.
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
cd /usr/share/TeamSpeak3/
if [ -e ts3client_linux_x86 ]; then
./ts3client_linux_x86 $@
else
./ts3client_linux_amd64 $@
fi
did sudo chmod 755 /usr/bin/teamspeak
and whenever you type teamspeak in console it will open it, or you can create a menu app