How to Add TeamSpeak 3 Shortcut to Your Linux Desktop
Create a Desktop Shortcut
Go to your Desktop folder and create a new file:
nano ~/Desktop/TeamSpeak.desktop
Paste the following code into the file (replace username with your Linux username):
[Desktop Entry]
Version=1.0
Type=Application
Name=TeamSpeak 3
Comment=TeamSpeak 3 Client
Exec=/home/username/Downloads/TeamSpeak3-Client-linux_amd64/ts3client_runscript.sh
Icon=/home/username/Downloads/TeamSpeak3-Client-linux_amd64/styles/default/logo-128.png
Terminal=false
Categories=Network;Chat;
Save the file (CTRL+O → Enter → CTRL+X) and make it executable:
chmod +x ~/Desktop/TeamSpeak.desktop
Now you should see a TeamSpeak icon on your desktop. Double-click to launch it!
Comments
Post a Comment