-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
appimaged does not create a .desktop file with an icon #461
Comments
Most likely there is no icon supplied in |
Than why does the desktop file that the wire appimage adds itself does have an icon? |
I cannot download the Wire AppImage right now but possibly it does not provide the icon in |
IMO, it's kind of weird for appimaged to expect the icon to be there when you require an icon to be in the base AppImage directory when building it. It would make more sense for appimaged to use the icon that you know is going to be there. |
It's due to desktops (e.g., KDE Plasma) expecting icons in very specific directories (that have the icon size in their name) in order for it to work. Yes, it's a bit anachronistic, but it's the way it is. Otherwise appimaged would have to figure out the size of the icon on the fly and copy it to an appropriate location. Can be done, someone just needs to write the code ;-) |
@probonopd Can you please clarify which exact path AppImaged expects icons to be located? Is it I already have icons in Thank you! |
@morevnaproject: this may be related to issue #593 |
@morevnaproject replying to #461 (comment):
There's a Freedesktop standard discussing the icon locations. See https://standards.freedesktop.org/icon-theme-spec/latest/ar01s03.html.
I'd say the latter seems more correct. However, most people put their icons into We might have to discuss desktop file and icon locations more thoroughly in our wiki. CC @probonopd. |
I understand. But I already have an icon file in |
I believe appimaged might copy the whole tree to |
I will check, thank you! |
@TheAssassin Thank you for explanations on how AppImage handles |
I think we can safely add the tag "not appimaged's fault" to your use case. But you should explain your solution for future users here so we can give them a link to your explanation. |
Yes, I did posted the explanation here ^__^ - morevnaproject-org/opentoonz#2 (comment) |
The .desktop file created by appimaged has no working icon.
The .desktop file created by the wire appimage itself does.
I am using appimaged version: continuous-1-gd35c990
and Wire: wire-2.12.2729-x86_64.AppImage
appimaged .desktop file
wire appimage .desktop file
The text was updated successfully, but these errors were encountered: