Hello Fedorausers!
I have added a quick vlc starter to my gnome dock:
Code:
cat /usr/bin/vlc-starter
#!/bin/sh
vlc /Channels/dvb-c-free-tv-channels-190211.conf $*
cat /usr/share/applications/vlc-starter.desktop
[Desktop Entry]
Version=1.0
Name=VLC media player TV digital
Comment=Read, capture, broadcast your multimedia streams
Exec=vlc-starter
Icon=/Icons/vlc-tv-digital.png
Terminal=false
Type=Application
Categories=AudioVideo;Player;
X-Desktop-File-Install-Version=0.18
If I use the starter, I have two vlc Icons in my dock, like in the attachment gnome3-2.png.
How can I prevent this? I need only the starter Icon in the dock like in the attachment
gnome3-1.png.
Many thanks,
Japplo