Open nab138 opened 2 years ago
I have exactly the same issue, but I use only .run()
(no embedding into another framework).
I can also add, that in my installation the AppIndicator
is used.
For the cause (and a fix) see #134.
@nab138, #134 has been merged. Did this solve your issue?
So I've been having a weird issue: I initilize the tray just fine and all the buttons work, but when I click show window the tray icon doesn't disappear. If I close the window again, none of the buttons work on the tray (but they are visible). I am integrating with tkinter using the following code:
I read #124, and tried the suggestion there to run the icon in a separate thread and manipulate the visibility instead:
And this has the exact same result (tray works the first time, doesn't disappear, no buttons work the second time) I am running Linux Mint 20.3 and python3.8.