revert(icons): restore old design, upscale to 256 for Flathub minimum - #21
Merged
got3nks merged 1 commit intoJun 8, 2026
Merged
Conversation
amule-project#15 swapped to a new icon master that turned out to be a visible design change, not just a higher-resolution version of the existing logo (amule-org/amule-org.github.io#156). Reverting to the established design while keeping the structural improvements (256x256 hicolor install path, metainfo screenshot URL pinning). - org.amule.aMule.png (128x128): restored bit-identical to the pre-amule-project#15 version. SHA: 59ca696c38b1232c4204bfd03af4f4c58bfaec2a3d138c39eace55c27507db42 - org.amule.aMule-256.png (256x256): regenerated via Lanczos upscale of the restored 128x128. Quality is slightly soft vs a true vector render, but Flathub's 256x256 minimum is satisfied and the design matches the old logo. - amule.ico: rebuilt with sizes 16/32/48/128/256, all derived from the restored 128 via Lanczos. Drops the new design from the Windows .ico. - platforms/MacOSX/amule.icns: rebuilt with Apple iconset sizes up to 256 (16/16@2x/32/32@2x/128/128@2x/256), all derived from the restored 128. Drops the 512 and 1024 @2x slots amule-project#15 added — those are honest no-ops since we have no native source data above 256 to feed them. Structural changes from amule-project#15 that ARE preserved: - CMakeLists.txt: install rule for hicolor/256x256/apps (unchanged). - org.amule.aMule.metainfo.xml: screenshot URLs still pinned to the 3.0.0 tag (unchanged). A proper SVG / identity refresh can happen on its own track when @ngosang and the team align on direction.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts the icon-design change introduced in #15 while preserving #15's structural improvements (256×256 hicolor install path, metainfo screenshot URL pinning to the 3.0.0 tag).
Context in amule-org/amule-org.github.io#156: #15 was intended as a resolution refresh but ended up swapping to a noticeably different design. @ngosang prefers the established logo; the team will revisit a proper identity refresh on its own track later, ideally with a vector source contributed alongside.
What changes
org.amule.aMule.png(128×128)org.amule.aMule-256.png(256×256)amule.icoplatforms/MacOSX/amule.icnsWhat's preserved from #15
CMakeLists.txt: install rule forhicolor/256x256/apps(org.amule.aMule-256.pngis RENAMEd toorg.amule.aMule.pngat install time, same as feat(icons): refresh per-platform icon assets from new 256x256 master #15).org.amule.aMule.metainfo.xml: screenshot URLs still pinned to the3.0.0tag rather than master.Follow-up
When @ngosang has time to vectorize the (old) design or the team aligns on a refresh direction, a separate PR replaces all four icon files together with the SVG source committed.