python-eel / Eel

A little Python library for making simple Electron-like HTML/JS GUI apps
MIT License
6.44k stars 587 forks source link

Taskbar icon has low resolution #304

Open arthur-ver opened 4 years ago

arthur-ver commented 4 years ago

Eel version latest

Describe the bug Favicon which is displayed in the taskbar is blurry.

To Reproduce Steps to reproduce the behavior:

  1. Place favicon.ico into /web
  2. Start the app

Expected behavior Clear and high resolution favicon should be displayed instead.

Screenshots favicon

Desktop (please complete the following information):

arthur-ver commented 4 years ago

Could someone please help me with this issue? I have a ready to deploy software but the icon looks really bad.

euhero commented 4 years ago

Try pasting a link of your actual favicon here. icon is working fine on my end though.

arthur-ver commented 4 years ago

Try pasting a link of your actual favicon here. icon is working fine on my end though.

I've tried multiple resolutions by adding a <link rel="icon">tag and none of them were displayed properly.

Also, on my Mac the favicon wasn't even displayed, just the Chrome logo.

Here's a 256x256 favicon:

android-chrome-256x256

EKOzkan commented 3 years ago

Did you able to find fix for this?

ghost commented 3 years ago

I am also facing the same issue of blurry icons , someone please help me out : ( . Actually I completed my project and now I got this error it took me weeks to create my project with eel and now I am facing such kind of problem and I can't even switch from eel since my whole project is created using eel. Please help me out

EKOzkan commented 3 years ago

I am also facing the same issue of blurry icons , someone please help me out : ( . Actually I completed my project and now I got this error it took me weeks to create my project with eel and now I am facing such kind of problem and I can't even switch from eel since my whole project is created using eel. Please help me out

If you convert your basic eel project to eel-electron project you will have hi-res icons. It's not a direct solution to problem but that's what I have came up with. You can take a look at electron example for more information.

SuperZombi commented 2 years ago

Is someone found how to fix this?

abugeat commented 1 year ago

Facing the same problem here. As @arthur-ver, I've tried many different formats of the icons without success. it would be great if someone can fix that

Zalek4 commented 10 months ago

Any chance this issue has been solved? Part of the appeal to Eel for me is that I don't have to deal with electron at all if I don't want to, so converting to electron just to have full resolution icons isn't a super appealing solution.