-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Applications installed via AM do not have icons. #561
Comments
It's a bug on rofi that I reported and was fixed: davatorium/rofi#1977 You need to use rofi-git or compile from source. I have an appimage of rofi that is on am Edit: I just checked your profile and you have a fork of rofi-emoji 🤣 in that case your only solution is to use rofi-git or compile rofi from source or wait for the next stable release of rofi. |
I do not use regular Rofi. I use I have a Rofi emoji fork. Because i wanted to make a PR. But now i do not remember what i wanted to add... But it was something in the documentation side. \ I also use flatpaks,snaps,arch packages and Rofi display the icons just fine... I do not know why appimages does not... I was thinking because the icons is not on the PATH or something of this nature. |
It's a bug on rofi that if the icon has a path and the image doesn't have .png or .svg on the name, it fails to display the image. The bug was fixed once again, you would need to ask the fork you are using to apply the fix You can also just go to the application and edit the image in the icons folder and add See I just installed rofi back: |
The issue is when rofi is used as the application launcher, to do that run However issue happens with the last stable release of rofi, which is version 1.7.5 which released in 2022, it was recently fixed like a month ago after I reported the issue, which I linked in my first comment here. The rofi appimage is build by cloning the repo instead. So it has the fix and you will never see the issue. If you want to reproduce the issue you would need to install rofi using your distros package manager and run rofi with EDIT: If this isn't clear yet, this is not an issue with am but an issue with rofi that has been fixed, the problem is that rofi hasn't released a stable build that is fixed yet. |
Yea i understand. Thank you @Samueru-sama. I see what i can do to fix it with the Wayland fork i use. So with this. I will close this issue because its not an issue with AM. But with Rofi. Thanks again for the info @Samueru-sama . |
Hello there. I use the AM package manager for some time now. And is working very good. The applications have a desktop entry on the application launcher (Rofi), but they do not have an icon.
Is it possible to display the icon of the application?
In this screenshot, i show the Joplin application installed via AM and not having the Joplin icon.
I did try the same thing on KDE 6 and its has icons. So this is probably my fault...
Any idea on how to fix it ?
I think i need to find where the icons has been stored. And create some symlink or ... add something on my PATH ? maybe ?
The text was updated successfully, but these errors were encountered: