-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Application icon visual error on macOS #364
Comments
Can confirm. I did bring this up in the discord server before, someone (can't remember who) said it was because the icon was cropped out of a larger image, and that it was only temporary until the artist provides the individual icons. Can't remember if it was supposed to be fixed, though |
Note, there may be other icon files with the same visual issue. The file linked is the image I believe is causing this specific error. |
Yeah I thought this one had been solved but maybe that was just Linux icons. We still haven't decided if we want to use a single unified icon or if we want to make a macOS squircle one. |
As a macos user I would be leaning towards the latter heheh >.> (no rush though, of course) |
The icon in the open post is the PNG icon that has an issue and it was showing the same way on Arch in the previous release (just because the AUR packager fixed the wrong path in the installation script, otherwise it was not shown as it happened on other distros). Linux icons were fixed in the latest release, but I though you fixed also the icons for other platforms. |
This is the icon with the visual issue: https://github.com/pulsar-edit/pulsar/blob/master/resources/app-icons/beta.png Which at the moment is only used on mac. https://github.com/pulsar-edit/pulsar/blob/master/script/electron-builder.js#L178 Windows uses the ico format and Linux has their own because of the special way electron-builder has to construct icon paths on Linux. The only thing to do is to clean that PNG one. Maybe replacing with the following: https://github.com/pulsar-edit/pulsar/blob/master/resources/pulsar.png |
Based on the cleaned PNG file, I took the liberty of creating a customized app icon using the Apple Human Interface Guidelines (HIG) template file. Attached is the ICNS file (zipped): |
Created a new file, based on the symbol graphic @confused-Techie provided. |
Nice work with the icons @mdibella-dev .. Ps, if anyone wants to use it on their current install...
|
#372's CI binaries also have the icon, is another option |
Thanks for the hint. Looks great in my opinion. |
True, not everyone knows how to use the binaries tho ... Lot's of n00bs still running around :) |
Hrm, maybe I should adapt my downloader thingie (that I made for atom-community back when we were still active there) to Pulsar's infra. |
In my opinion, the issue has been resolved with the merge and can thus be closed. |
I think so too! |
Thanks in advance for your bug report!
What happened?
I've seen that in a previous issue the icon was fixed to remove this visual error, however it still remains on macOS (intel) where I believe I've narrowed it down to this file. It is a 1028x1028 image which I believe all macOS applications use.
Here is how it looks on the computer:
Pulsar version
1.101.0-beta
Which OS does this happen on?
🍎 macOS
OS details
13.2 (22D49)
Which CPU architecture are you running this on?
64-bit(x86_64)
What steps are needed to reproduce this?
Additional Information:
No response
The text was updated successfully, but these errors were encountered: