mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-28 12:32: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
|
!install-packages.sh
|
||||||
|
!*.desktop
|
||||||
!README.md
|
!README.md
|
||||||
!install-software.md
|
!install-software.md
|
||||||
!.gitignore
|
!.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