Hey guys, I have a weird problem, which only happens with teamspeak. When I launch it through the application launcher there is only one icon in the dock and I pinned it. Now when I click the pinned icon in the dock to launch teamspeak, there is an additional icon. The desktop file in /usr/share/applications is: Code (Text): [Desktop Entry] Name=Teamspeak 3 Keywords=Voip;ts Exec=teamspeak3 Type=Application Icon=/path/to/icon/teamspeak_64.png It executes /bin/teamspeak3: Code (Text): #!/bin/sh /usr/lib/TeamSpeak3-Client-linux_amd64/ts3client_runscript.sh ts3client_runscript.sh is part of the app and executes a binary If someone could explain whats going on, I would greatly appreciate it.