-
-
Notifications
You must be signed in to change notification settings - Fork 579
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
Icon not showing #782
Comments
Caprine doesn’t do anything out of ordinary with its app icon. The issue you’re seeing could be a bug in electron-build. |
Linux 4.15.0-45 Caprine 2.29.0 |
This also happened on Ubuntu 18.10 Gnome 3.30.2. I use AppImage and icon doesn't show, just a default app icon. |
I resized the new icon into following sizes: |
I have also this bug on ubuntu 16.04 LTS with lastest version deb. |
This method doesn't seem to work with AppImage. |
Sorry dusansimic; I was afraid that it may not work with the appimage. If you allowed it to create a desktopfile then that file could be modified. It resides most likely in ~/.local/share/applications as: caprine.desktop. You can use one of the resized icons and point towards it on the line: Icon= |
Seems to be electron-userland/electron-builder#2577 or electron-userland/electron-builder#3609 (see these issues to see workarounds). However the second one is older than Caprine v2.0.19 which worked properly for me. |
Issue still exists with the 2.33.1 The only icon is located at (But copying the files in the above caprine.zip works like a charm!) |
I found a solution that works on latest Caprine (2.36) for AppImage. The problem is that when desktop file is generated automatically it sets icon to be Usually the desktop file is located in |
Running into this issue with the 2.44.0 |
You can download rosoau’s icon file. gtk-update-icon-cache /usr/share/icons/hicolor
update-icon-caches /usr/share/icons/hicolor |
This issue is fixed now since icons of all sizes are included into the build. Just download the latest version of Caprine to have this fix. |
The application icon shows a blank icon.
The icon was installed into a very "unusual" location: /usr/share/icons/hicolor/0x0/apps/
I had never seen an icon folder called "0x0" before! Please keep to the established conventions!
the icon-cache updater somehow does not work on that location
putting a copy of the icon into the root icon folder: /usr/share/icons/
makes it show up in the menu without using the cache updater
The text was updated successfully, but these errors were encountered: