This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 194
No icon on linux in taskbar #38
Labels
Comments
Actually, now I think that application icons didn't work correctly even in 0.1.3 In 0.1.3 I see default InsomniA icon, which I guess packed in Electron, but icon in the deb package is different. |
Ok, I think it's related to electron-userland/electron-builder#5294 Inside the deb package icon is indeed in the 0x0 folder. So I guess solution would be to provide pre-scaled icons, according to https://www.electron.build/icons.html#linux |
aw thanks! good find; I will resolve this in the next release |
1 task
@archywillhe it's almost fixed, one more line is needed: In linux: {
artifactName: `${BINARY_PREFIX}-\${version}.\${ext}`,
executableName: 'insomnia',
icon: 'src/icons', Tried it locally - can see icon in the taskbar now: |
archywillhe
added a commit
that referenced
this issue
Oct 26, 2023
#38 Use pre-scaled icons for linux build
thanks! meriging your pr now :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
Some icon would be nice to have.
Actual Behavior
Reproduction Steps
Is there an existing issue for this?
Additional Information
No response
Insomnium Version
0.2.1-b
What operating system are you using?
Ubuntu
Operating System Version
KDE Neon 5.2.7
Installation method
deb
Last Known Working Insomnium version
0.1.3
The text was updated successfully, but these errors were encountered: