-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
AppImage icon not working #4617
Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Yes it is still relevant. |
@Coding-Kiwi I have no idea how to resolve this on AppImage level, but I just applied a workaround to my project, which I found by looking at other open source projects.
|
I am having the same issue with AppImages not showing any Icon, except with the workaround described in #2269 It differs from the workaround described above by digimezzo in the fact that I needed to name my icon a specific way, regardless the icons resolution: "Icon-512x512.png" |
It seems I have the same issue... |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
IT IS RELEVANT! |
bump |
@qishibo thats what I wrote in the issue description. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Why has this issue been closed @develar? |
Pretty sure this is why things have not been working consistently for a while (2017): AppImage/AppImageKit#346 |
I can't build this locally over some strange permissions issue. I'm pushing to try if it works on CI. I've tried many suggestions mentioned in the following PRs, but nothing worked. This one seems to at least try to do something about the icns file, though it's failing locally, like I said: - electron-userland/electron-builder#748 - electron-userland/electron-builder#2269 - electron-userland/electron-builder#4617 - electron-userland/electron-builder#5385 - electron-userland/electron-builder#2577 (comment) Related to #123
21.2.0
linux, Appimage
As stated in the docs:
I'm not a big fan of this decision but it for sure has reasons, idk.
I tried out linux mojave (arch linux) and installed the appimagelauncher to integrate the AppImage, Sadly there is no icon in the start menu.
The AppImage docs say the icon file has to be in
<root>/usr/share/icons/<theme>/<resolution>/apps/myapp.<ext>
, I extracted the AppImage generated by electron-builder and the icon file in there symlinks tousr/share/icons/hicolor/scalable/myapp.svg
, as you see/apps
is missing, this might be the cause?The text was updated successfully, but these errors were encountered: