mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-28 04:22:08 +01:00
Add TeamSpeak 6 desktop entry and update .gitignore to include .desktop files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
*
|
||||
!install-packages.sh
|
||||
!*.desktop
|
||||
!README.md
|
||||
!install-software.md
|
||||
!.gitignore
|
||||
|
||||
15
teamspeak6.desktop
Normal file
15
teamspeak6.desktop
Normal file
@@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=TeamSpeak 6
|
||||
GenericName=Voice Chat
|
||||
Comment=TeamSpeak 6 client
|
||||
Exec=/opt/teamspeak/TeamSpeak %U
|
||||
TryExec=opt/teamspeak/TeamSpeak
|
||||
Icon=opt/teamspeak/logo-48.png
|
||||
Terminal=false
|
||||
Categories=Network;AudioVideo;Voice;
|
||||
StartupWMClass=TeamSpeak
|
||||
MimeType=application/x-teamspeak;
|
||||
Keywords=voice;chat;voip;
|
||||
StartupNotify=true
|
||||
Reference in New Issue
Block a user