Behavior of Icons in the Dock

Discussion in 'Software & Applications' started by Just1Number, Aug 2, 2015.

  1. Just1Number

    Just1Number Thread Starter
    Expand Collapse
    New Member

    Joined:
    Aug 2, 2015
    Messages:
    2
    Likes Received:
    0
    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.
     
  2. Just1Number

    Just1Number Thread Starter
    Expand Collapse
    New Member

    Joined:
    Aug 2, 2015
    Messages:
    2
    Likes Received:
    0
    There was a response on the YouTube video:
    Sadly this doesn't fix the issue
     
    #2 Just1Number, Aug 3, 2015
    Last edited: Aug 3, 2015

Share This Page

Loading...