Conversation
|
Tray icon should be enabled by default, no need to make it unnecessay complicated to use. |
|
Not sure if we can do this in a plugin given the requirements for running in main thread and blocking. Might have to be just built in if we add it. |
|
Changed it to threads. It's ugly though since there's a dependency between @gazpachoking @paranoidi any ideas on how to make this nicer? |
|
Seems tests are failing since by running pip-compile on a mac, it compiled so mac specific deps. I guess in this case we need to add the higher level package (pystray) directly to the requirement.txt file and let it resolve on the client machine. |
PR #2621 (Flexget/Flexget#2621) added a dependency on Pillow. Pillow has several libraries it requires that needed to be added to the Dockerfile
|
This pull request has been mentioned on Forum - FlexGet. There might be relevant details there: https://discuss.flexget.com/t/dependencies-on-non-pure-python-modules/5086/1 |
Motivation for changes:
A nice tray icon to be added on daemon mode run.
Detailed changes:
TrayIconand movedmanager.start()to its own thread