Skip to content
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

No icon with Linux DEB package #128

Open
cypherpunk1984 opened this issue Aug 27, 2024 · 5 comments
Open

No icon with Linux DEB package #128

cypherpunk1984 opened this issue Aug 27, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@cypherpunk1984
Copy link

Describe the bug
Linux version (deb package) installs without an icon. I can set a .desktop file in my /home/user/local/share/applications directory for one to appear on the app list, but the app itself has no icon, which makes it super thin on the task bar.

To Reproduce
Dowload deb package, install, open app.

Expected behavior
Should have a visible icon, both in the app list (or start menu), and the app itself.

Screenshots
Screenshot from 2024-08-27 01-03-40

Desktop (please complete the following information):

  • Linux Mint 21.3 Cinammon
@cypherpunk1984 cypherpunk1984 added the bug Something isn't working label Aug 27, 2024
@akuse-app akuse-app deleted a comment Aug 27, 2024
@blackwing12344
Copy link

as a personal fix, if you open the launcher properties, you can change the icon in that popup. not sure where in the actual code it would be, so I can't fix the core issue.

@cypherpunk1984
Copy link
Author

cypherpunk1984 commented Sep 7, 2024

Didn't work. Using latest version btw.

EDIT: I remember Tutanota team having the same issue with their electron client on Linux a couple of years ago, and then they fixed it. Maybe you can find the answer in their Github repo.

Screenshot from 2024-09-07 18-29-59

@blackwing12344
Copy link

blackwing12344 commented Sep 7, 2024 via email

@cypherpunk1984
Copy link
Author

Adjust the icon of the launcher itself, not the app

On Sat, Sep 7, 2024, 5:32 PM cypherpunk1984 @.> wrote: Didn't work. Using latest version btw. Screenshot.from.2024-09-07.18-29-59.png (view on web) https://github.com/user-attachments/assets/b2f515d5-5ade-4ae5-bcc4-cbbe31f90ff6 — Reply to this email directly, view it on GitHub <#128 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASRCXM63WXCVAV72XQPVIOLZVNWFLAVCNFSM6AAAAABNFIAAUOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZWGQ2TONZTGY . You are receiving this because you commented.Message ID: @.>

Don't know what you mean by launcher. I have already tried with the .desktop file, it puts an icon on it in the app list, but not the app. Is this what you mean?

Screenshot from 2024-09-07 19-16-30

I remember Tutanota team having the same issue with their electron client on Linux a couple of years ago, and then they fixed it. Maybe you can find the answer in their Github repo.

@faresS69
Copy link

Hey, i found a way to add akuse's icon in linux, i hope it is gonna be useful

1- download the icon from the GitHub, it is png and enough.

2- after download, rename it to akuse-beta.png no uppercases no spaces.

3- copy it to the absolute path: /usr/share/icons/hicolor/256x256/apps/
here's the command:
sudo cp Downloads/akuse-beta.png /usr/share/icons/hicolor/256x256/apps/

4- update the icons cache with the cammand:
sudo gtk-update-icon-cache /usr/share/icons/hicolor

That's all, if you see the same problem just restart your device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants
@cypherpunk1984 @faresS69 @blackwing12344 and others