-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two Spyder icons on Windows taskbar #20791
Comments
Checking seems like this is working for the standalone Windows installer and a issue about the behavior was closed as part of a PR fixing but only for the Windows installer (#14219). So seems like the issue remains if you are using conda. In the initial issue (#1983) seems like the conclusion was that you need to set a AppUserModelID for the shortcut (which is something that requires admin privileges?). |
Ok, I see. Thanks @dalthviz for your clarifying comment. Could it be possible to add an entry to one of our menus to call @mrclary, I think we also need to add to this our new Windows installer so that it has feature parity with the current one. So, another option would be to check if |
I don't recall seeing this issue on my Windows VM with the conda-based installers. I'll look again to be sure, but if I am correct then I think |
Okay, I do see both icons with the conda-based installer on my Windows VM, so @jaimergp, is it possible for |
Not sure to be honest, we will need to check. Seems like some info in the original issue is available but it requires not only admin privileges but also restarting Just in case, for the Windows installer with pynsist the pinging was achived by adding this to the nsis template (if I understand correctly what was done there): |
For our new conda-based installers, I think we can use an nsis template, so we may be able to use this. But I don't know how to address this issue for standard conda installations. |
Thanks for looking into this @mrclary. I think doing it for our Windows installer is fine for now. |
We can add some code in Edit: Added issue conda/menuinst#127 |
…to bundle shortcut) (#6056) # Fixes/Closes Needed to consolidate changes in napari/packaging#77. This culminates the fix for napari/packaging#69, hopefully 🤞 # Description This adds the metadata necessary to set an [AppUserModelId](https://learn.microsoft.com/en-us/windows/win32/properties/props-system-appusermodel-id) on the Windows shortcut, which helps Windows handle things like grouping taskbar icons and windows. # References * https://learn.microsoft.com/en-us/windows/win32/properties/props-system-appusermodel-id * conda/menuinst#133 * conda/menuinst#127 * spyder-ide/spyder#20791 (comment)
…to bundle shortcut) (#6056) # Fixes/Closes Needed to consolidate changes in napari/packaging#77. This culminates the fix for napari/packaging#69, hopefully 🤞 # Description This adds the metadata necessary to set an [AppUserModelId](https://learn.microsoft.com/en-us/windows/win32/properties/props-system-appusermodel-id) on the Windows shortcut, which helps Windows handle things like grouping taskbar icons and windows. # References * https://learn.microsoft.com/en-us/windows/win32/properties/props-system-appusermodel-id * conda/menuinst#133 * conda/menuinst#127 * spyder-ide/spyder#20791 (comment)
Description
What steps will reproduce the problem?
Despite trying several Google-suggested solutions, updating Spyder, and removing/readding the Spyder icon to the Windows 10 taskbar I have been unable to prevent the appearance of the second Spyder icon when I start Spyder, which is particularly annoying given that I have a two-layer taskbar! Any help getting rid of that second icon would be much appreciated as I am constantly having to switch between programs while teaching online.
Versions
Dependencies
The text was updated successfully, but these errors were encountered: