Infinidat / infi.systray

Windows system tray icon
BSD 3-Clause "New" or "Revised" License
215 stars 40 forks source link

Icon not loading at windows start #33

Closed marcelomanzo closed 3 years ago

marcelomanzo commented 3 years ago

Hello,

I have packaged my app with the SysTrayIcon, everything works exceptionally well except the icon. Please note that I'm using pyinstaller to ship my app as an exe

When the app starts with the windows startup the icon is not loaded properly: image

If I close the app, and open it again, it loads the icon properly, so it's very specific for windows startup.

Any suggestion how and what to debug?

image

MarkimGarito commented 3 years ago

It is probably the way you declare the path to the image. Use the absolute path of the image

simracingstudio commented 3 years ago

You are right, you can close this.