monero-gui icon indicating copy to clipboard operation
monero-gui copied to clipboard

Updated appicons.icns

Open ismhdez opened this issue 2 years ago • 14 comments

Modified OSX icons to the new Icon Type (Big Sur) -- It's better integrated in the actual versions of MacOS.

New Icon Old Icon

Dock:

Launchpad:

ismhdez avatar May 23 '22 09:05 ismhdez

Could you take a look at https://github.com/monero-project/monero-gui/pull/3560 ? Which one do you prefer?

selsta avatar May 23 '22 20:05 selsta

Could you take a look at #3560 ? Which one do you prefer?

Circled icon should not be the default one anymore, since macOS Big Sur all icons were changed to rounded squares: Concept

I think my suggestion fits more with the new macOS look, the app name should be "Monero Wallet.app" or something like that too, yes.

ismhdez avatar May 23 '22 21:05 ismhdez

Any news regarding the PR?

ismhdez avatar May 28 '22 21:05 ismhdez

It takes a while until things get merged, will still check which one of the two I prefer.

selsta avatar May 29 '22 23:05 selsta

Fixed, rebased and fixed file permissions (appicon.icns -> 644)

ismhdez avatar Jun 10 '22 18:06 ismhdez

Do you know how to squash?

selsta avatar Jun 10 '22 18:06 selsta

Do you know how to squash?

Uhm, nope

ismhdez avatar Jun 10 '22 18:06 ismhdez

git rebase -i HEAD~2

then set the second commit to "s" for squash and force push.

selsta avatar Jun 10 '22 18:06 selsta

git rebase -i HEAD~2

then set the second commit to "s" for squash and force push.

Should I do the git rebase from the upstream, right? (git rebase -i HEAD~2 upstream/master)

ismhdez avatar Jun 10 '22 18:06 ismhdez

just git rebase -i HEAD~2 should work, does it not?

selsta avatar Jun 10 '22 18:06 selsta

If I do the rebase like you're saying, the appicon.icns file is the one I'm requesting, so I cannot commit it again. What do you want me to is a rebase from your fork (where the appicon.icns is different), and commit mine's with file permission as 644? (squash & force push) 🤔

ismhdez avatar Jun 10 '22 18:06 ismhdez

basically I want 1 commit that doesn't have any merge conflicts

selsta avatar Jun 11 '22 16:06 selsta

basically I want 1 commit that doesn't have any merge conflicts

That commit is ok for you?

ismhdez avatar Jun 14 '22 12:06 ismhdez

yes, thanks

selsta avatar Jun 14 '22 12:06 selsta