I just started using Gnome Shell and so far I love it. However, I added some of my frequently used apps as favourites to the dock, and some of them show up twice when launched. Once as if they are not running and then another that IS running, but with a low-rez icon.
So far this has happened with:
- Komodo IDE
- SmartGit
- SmartSVN
It's quite annoying. I assume this happens because these apps run 2 processes, the first of which (that is used in the .desktop
shortcuts) is just a bash script that sets environment variables and applies some logic prior to launching the actual program.
Does anyone know if there's any way to fix this?