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:
If I close the app, and open it again, it loads the icon properly, so it's very specific for windows startup.
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:
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?