Use a consistent application ID#1706
Merged
Merged
Conversation
- Previously we used a mix of 'pinta' and 'com.github.PintaProject.Pinta', which causes various issues with window icons such as #1419 and has been patched downstream (e.g. the Flatpak package renames to use 'com.github.PintaProject.Pinta' consistently) - We now only use the 'com.github.PintaProject.Pinta' identifier as recommended by the GTK4 porting guide. - Rename the .desktop file, icon, and .appdata.xml file to match (also renaming to the modern .metainfo.xml suffix) - Remove old .xpm icon, and unused icon for the "About" dialog which doesn't appear in the adwaita dialog style Fixes: #1419
7dd3494 to
f873943
Compare
Member
Author
|
I've tested on KDE Wayland and the window icon / title now appear correctly. |
Samueru-sama
added a commit
to pkgforge-dev/Pinta-AppImage
that referenced
this pull request
Jan 2, 2026
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.
Previously we used a mix of 'pinta' and 'com.github.PintaProject.Pinta', which causes various issues with window icons such as Icon and title are not Pinta's #1419 and has been patched downstream (e.g. the Flatpak package renames to use 'com.github.PintaProject.Pinta' consistently)
We now only use the 'com.github.PintaProject.Pinta' identifier as recommended by the GTK4 porting guide.
Rename the .desktop file, icon, and .appdata.xml file to match (also renaming to the modern .metainfo.xml suffix)
Remove old .xpm icon, and unused icon for the "About" dialog which doesn't appear in the adwaita dialog style
Fixes: #1419