-
Notifications
You must be signed in to change notification settings - Fork 20
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
Do not change desktop file name #256
base: candidate
Are you sure you want to change the base?
Do not change desktop file name #256
Conversation
The issue only shows up if you're running the app in Wayland, I believe in X11 the app is manually changing the icon. |
Errr anyone more familiar with snaps know why CI fails?
|
Are the snapcraft versions different? :) |
Thanks for the PR! It's not snapcraft that's failing here, it's review-tools. Specifically, I think the reason for it is this bug: https://bugs.launchpad.net/review-tools/+bug/2081240 Based on the docs, it looks like this change will also require updating the |
By default snap creates desktop entries in the format of '{SNAP_NAME}_{APP_NAME}.desktop' which breaks the way KDE associates windows with their desktop file. This commit fixes the app icon in KDE's provided window decorations.
1c897f2
to
186bfef
Compare
Yeah fails here locally. Would this resolve it? https://git.launchpad.net/~alexmurray/review-tools/commit/?id=6108e3aae4190ad1900ffec5bedf17dacaf37ee1
Done |
@AKoskovich not sure I'm comfortable merging this with the CI red; did you make any progress on understanding how we can fix this? |
Can't be fixed until review-tools is updated from what I can tell. Seems like Alex Murray has a change to fix it but don't know when it'll make it to the main branch. |
Lemme look into it - thanks! |
This is now "fixed", in that the patch has been merged into Revision 4245 of |
By default snap creates desktop entries in the format of '{SNAP_NAME}_{APP_NAME}.desktop' which breaks the way KDE associates windows with their desktop file.
This commit fixes the app icon in KDE's provided window decorations.