-
-
Notifications
You must be signed in to change notification settings - Fork 445
[WIP]: ATL-1055 Update app icons #26
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
Conversation
Not sure if that's still an issue: https://github.com/arduino/arduino-pro-ide/issues/123 but let's double check before we merge this. |
Thanks @sebromero! In addition it seems that the icon on the titlebar is not there anymore, I think we need a double check from @kittaakos on that. [Linux] as you mentioned, there is still an Issue on linux, I could not test the new icon 😿,but I found an electron builder issue electron-userland/electron-builder#2269 that seems to contain the solution for arduino/arduino-pro-ide#123, maybe @kittaakos could take a look at the solution here electron-userland/electron-builder#2269 (comment) and see if it's applicable to the our IDE. |
Sure. I will handle that in another PR. This PR should be about the new icons only.
What should I do it here? If it works from the |
@sebromero can you please check if the format was changed anyhow, compared to the previous icons? |
@rsora Try again please. The Windows issues should be fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @sebromero!
Icons are fine now on windows!
We can merge 👍
@rsora Can we test "manually" on LInux so we're sure that it works there too once we resolve the issue of the icon not being displayed? |
@sebromero, please squash the commits before the merge. Thank you!
I will take care of that part in a separate PR if you're OK with it. |
@kittaakos I was just thinking if we could test it on Linux somehow just to see if the icon looks good visually before we merge, but I can make another PR later for that if necessary. |
@kittaakos @rsora Why is "Squash and merge" not enabled for this repo? Can we enable it? |
@sebromero creating manually a |
Because it's not what we always want to have. Check the other PR (https://github.com/arduino/arduino-ide/pull/25/commits), why would we want to squash the commits. |
I am going to squash it and force push. No need to have to commits for one change. |
OK. Never mind. |
This PR updates the icons to look all the same on the different OS. Windows and Linux need to be tested.