alfred-countdown-timer icon indicating copy to clipboard operation
alfred-countdown-timer copied to clipboard

Restore workflow on Monterey

Open novotnyr opened this issue 3 years ago • 4 comments

By default, this does not seem to be operational on MacOS Monterey.

Suggested workaroung:

 pip3 install -U pyobjc

Then, in Alfred Preferences, pick this workflow from the workflow list. Click the Run Script object, use Configure Object from the context menu.

Then, edit script. Use direct reference to Python3.

/usr/local/bin/python3 timer.py {query} > /dev/null 2>&1 &

novotnyr avatar Apr 23 '22 22:04 novotnyr

@novotnyr Just did that, however having no errors on debug console, popup alert does not show either. Alfred 4 notifications are allowed, do not disturb is off. So have no clue.

update: just navigated to the folder with timer.py and run python3 timer.py - no errors also has to fix the path to /usr/bin/python3 as in my case whereis python3 prints python3: /usr/bin/python3 but it didn't help

kuncevic avatar May 19 '22 12:05 kuncevic

Hey folks, these should all be fixed in the latest version that I just released: https://github.com/dbader/alfred-countdown-timer/commit/3f08bab53c5cbbb99dc7a707eefbdf23bd733db7

I removed the dependency on pyobjc altogether, since Alfred now has native support for system notifications.

Please download and install the latest version of the workflow as per the project README at https://github.com/dbader/alfred-countdown-timer and let me know what you think :)

dbader avatar May 19 '22 18:05 dbader

@dbader oh that is cool, thank you. Just got it installed, everything is working now.

kuncevic avatar May 20 '22 03:05 kuncevic

Hey folks, these should all be fixed in the latest version that I just released: 3f08bab

I removed the dependency on pyobjc altogether, since Alfred now has native support for system notifications.

Please download and install the latest version of the workflow as per the project README at https://github.com/dbader/alfred-countdown-timer and let me know what you think :)

Hey there, just downloaded the newest version and it doesn't show any notifications/popups (neither after setting a timer nor after typing "timer" itself, restarting Alfred didn't help). Any ideas what the culprit could be? (M1 Pro, Monterey 12.3 and Alfred 4.6.6)

orthand avatar May 29 '22 09:05 orthand