When I later close my form, I run icon.stop() which will result in "The function passed as setup to the icon did not finish within 5.0 seconds after icon was stopped".
I run my script from a distrobox Linux Mint container on a Debian host to replicate the environment of my friend, who runs Linux Mint natively. The icon loads for him, but not for me. :(
I do
icon.run_detached()
. It works fine on MacOS, but on Linux it would reserve a place in the system tray, but the icon wouldn't load.My icon is load like this:
When I later close my form, I run
icon.stop()
which will result in "The function passed as setup to the icon did not finish within 5.0 seconds after icon was stopped".I run my script from a distrobox Linux Mint container on a Debian host to replicate the environment of my friend, who runs Linux Mint natively. The icon loads for him, but not for me. :(