1
votes

I have several pinned programs on my taskbar in Windows 8 such as Chrome, IE, and even the Documents folder. When I start any of them, they open on the same location where the program is pinned. The icon just gets "alive" so that I can recognize that the program is running.

However, I pinned Eclipse there too. But when i start Eclipse, the application appears at the end of the taskbar line. Note that the pinned Eclipse icon stays on the taskbar list. So when running Eclipse it takes two positions on the taskbar. How can I make it behave like all other programs?

1
This isn't a programming question. The answer is that Eclipse assigns a different application user model ID to the running window, so the pinned icon and the running window do not match. Fix the installer so it sets the correct application user model ID on the Start menu shortcut, and fix the program so it assigns a consistent application user model ID to its windows so they can be matched up with the shortcut.Raymond Chen

1 Answers

0
votes

I noticed this too and the solution in my case was to unpin the "old" icon and pin the "new" that appeared after starting Eclipse, this worked for me.