-
Notifications
You must be signed in to change notification settings - Fork 95
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
[Linux] AppImage Icon doesn't get set with programs like AppImageLauncher #93
Comments
On KUbuntu I get effectively the same warning, but no error:
It'd be great if the |
Judging by https://docs.appimage.org/reference/appdir.html, I think you would just have to copy an icon into the appdir right around here: https://github.com/runelite/launcher/blob/master/build-linux.sh#L62 ? |
Unless I'm doing the copying wrong, I can't seem to get it to work. That said, someone smarter should probably look at it rather than trusting me 😄 |
I think it's |
The .DirIcon has always been there, it's just not getting read for some reason. Maybe it's a bug in AppImageLauncher? (Although it's been this way for as long as I can remember) |
are you sure? I don't think so
Could probably just symlink it to runelite.png actually. |
I think this might be a bug in AppImageLauncher. |
When using AppImageLauncher, the AppImage Icon doesn't get set when you "Run and Integrate" the .AppImage into your system.
Error log:
Then the installation looks like this:
Instead of this:
I'm not entirely sure why, during my debugging of
build-linux.sh
, the.DirIcon
in the warning shows up in thenative-linux
folder as it should.Only tested on Arch Linux - Will test on KUbuntu shortly.
The text was updated successfully, but these errors were encountered: