Duplicate icons on taskbar in IntelliJ – Windows 10

18

5

I have an issue with IntelliJ IDEA and Android Studio when I pin the icons to my taskbar. If I click on the icon, the actual window opens in a smaller duplicate icon on the taskbar rather than opening the window in the pinned icon.

I have tried uninstalling with Revo Uninstaller Pro and reinstalling, but to no avail. Copying the .exe file directly to the AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar folder doesn't work – the icon does not appear.

This is not a duplicate of this question: Some taskbar pinned icons are duplicated when an instance of the application is running

I have tried all the suggested solutions from the earlier question, to check, but there is still a duplicate icon, so maybe it is a problem with Windows 10 specifically. I do not have any problems with any other programs.

FZG

Posted 2015-08-09T14:39:55.653

Reputation: 193

3I concur, this is occurring on Windows 10 with Java-based applications like IntelliJ IDEA and Eclipse. Compatibility mode (to Windows 8 or Windows 7) didn't solve it, either. – Justin N – 2015-08-10T20:19:12.957

I have edited the post to add some more details on possible solutions I have tried. Thank you – FZG – 2015-08-15T18:02:56.357

1@Scott - I have updated the question to clarify this is not a duplicate: it is specific to windows 10 and intelliJ, as I have tried all the solutions mentioned, and neither of them work. The programs worked fine on windows 8.1 until I upgraded. Thank you. – FZG – 2015-08-23T12:00:42.080

I think there is only one proper solution for this kind of bugs and that's reporting it to the software developers. I've created issue ticket for this so if you want to have it fix, go there and vote for that (you have to be logged in). https://youtrack.jetbrains.com/issue/IDEA-145590

– icl7126 – 2015-10-02T12:17:23.997

Answers

7

[DISCLAIMER]

This is not actually a fix, more of a hack to make this work since it annoyed the hell out of me.


First of all, you need to find out what the AppID of the app (here IntelliJ) is. To do this, you can use Taskbar Tweaker (you can uninstall it afterwards). Open the program and go to Taskbar Inspector. The string next to the arrow is the AppID.

The current EAP version has the AppID: "IntelliJ IDEA (Minerva).-1274214200" but be sure to check, if it doesn't work (release versions of IntelliJ have different IDs)

The next thing you need is mkshortcut.exe which will create a custom shortcut for you. Check out this walk-through and follow all the steps replacing the target with the file path of idea.exe or idea64.exe and the appid with the one above.

If you now start IntelliJ from anywhere, it should group properly with the pinned icon.

Btw. This is a simplified version of this walk-through: neowin.net/forum/topic/985014-guide-pin-programs-with-custom-launchers-to-taskbar/

IgnusG

Posted 2015-08-09T14:39:55.653

Reputation: 86

Walkthrough and neowin links are now broken for me. – Conan – 2015-09-10T10:39:31.907

Me too. Could you post a description of how to solve the problem? In the meantime, it's possible to view Google's cached version.

– Conan – 2015-09-22T08:58:43.867

@Conan, thanks for the chuckle. Maybe you realized, but you said 'Me too' to your past self. :) The links seem to be working fine now, so it might have been a temporary issue. – James Skemp – 2015-09-30T17:05:11.553

Oh, ha! This must have really been annoying me lately! I gave this a try but with no joy. Maybe JetBrains will fix the issue again - I think it's a regression. – Conan – 2015-09-30T17:25:02.140

6

This seems to be working for me.

Open your idea.properties file (located in /bin) and add this line at the bottom windows.jumplist=false

DrunkenNinja

Posted 2015-08-09T14:39:55.653

Reputation: 61

1Note that this will remove the jump list capability (right-click list of recent projects). – FThompson – 2015-10-23T02:41:23.090

0

I managed to sync the appbar icon Adding Android Studio to it AFTER it has been launched, simply pinning it from the application bar.

Trying to add the icon in other ways in Win10 produce the duplicate icon issue, so I'm using this method to add the shortcut.

Shine

Posted 2015-08-09T14:39:55.653

Reputation: 101

0

This looks like a known Windows 10 issue and should be fixed when build 10565 is pushed to everyone. You can join the Windows Insider Program to get "Insider builds" in advance.

Here are some things we have fixed:

...

Certain apps won’t appear twice anymore when pinned to the taskbar.

(source)

Siim K

Posted 2015-08-09T14:39:55.653

Reputation: 6 776