-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Arduino Logo appears blurry in the toolbar W8.1 #3473
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
Comments
Yeah, it seems like it is using the 16x16 version of the icon. Could it have something to do with the fact that is the same icon resolution used in the top left corner of the window? |
Yes, indeed. It's ugly. That icon is in file |
Right path is |
Maybe it's sufficient to just replace the icon with an hi-res one? |
That's the conundrum: that |
I had quick play with Resource Hacker and the arduino executable. I opened the .exe file and replaced the icon files with a different one, replaced the arduino icon in the lib folder, and reset the thumbnail and icon cache on Windows. Basically the windows explorer arduino.exe icon comes from the icons stored into the assembled .exe file, and the taskbar and window icon (the one displayed on the top left corner when the arduino window is opened) come from somewhere else. This post on stack overflow suggests that:
Which seems to be correct in this case, as the arduino.exe pinned icon (for the original or the modified one) is the assembled full resolution icon. |
Do you have a fix then? |
Sorry guys, completely missed the last reply to this issue. |
In windows you can update both the 'small' and the 'big' icon.
|
Before all, thanks to all of you for trying to answer my question. |
The location where this should be changed is the location that Creates the native windows form, and glues it to java. |
Some further research shows that the frame's icon is manipulated from Arduino, so it should be possible to do this without altering launch4j. In Base.java, static public setIcon calls frame.setIconImage. |
After little digging, this is a old issue opened in 2011 in the old google code issue tracker (#469), and there is an apparent fix mentioned here. Basically, it is what @learn-more mentioned above, but apparently in a ready to test form. This stackoverflow question might give some more insight. |
Thank you @pfeerick, fixed. Fix will be available in next hourly build http://www.arduino.cc/en/Main/Software#hourly |
Fantastic! 👍 |
This is great! |
Hi,


I've notticed that in my Windows 8.1 computer, the Arduino Logo that appears in the toolbar is very blurry, but in the desktop its all OK. The first image is from the toolbar, and the second one from the desktop.
The text was updated successfully, but these errors were encountered: