mctinker
mctinker
Ditto on Intel iMac. Dropbox folder changes color for 1 second and then changes back to default color.
The query was... "Given the following Profile in Tasker, an Android automation tool, how could it be improved for performance and readibility: (Tasker Profile here)" Python 3.12.4 OS X 14.6.1...
The fix: In function "find_process", modify the line... `if process_name.lower() in proc.name().lower():` ...to... `if process_name.lower() in proc.name().lower() and proc.info["cmdline"] is not None:`