From 9754b0581d8c8074717137eb231234457c930af7 Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Sat, 25 Oct 2025 15:25:32 +0200 Subject: [PATCH] Add TeamSpeak 6 desktop entry and update .gitignore to include .desktop files --- .gitignore | 1 + teamspeak6.desktop | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 teamspeak6.desktop diff --git a/.gitignore b/.gitignore index bd14ac9..d7ccae9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ * !install-packages.sh +!*.desktop !README.md !install-software.md !.gitignore diff --git a/teamspeak6.desktop b/teamspeak6.desktop new file mode 100644 index 0000000..986b14a --- /dev/null +++ b/teamspeak6.desktop @@ -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 \ No newline at end of file