quicksilver / Quicksilver

Quicksilver Project Source
http://qsapp.com
Apache License 2.0
2.72k stars 283 forks source link

Switch to NSRunningApplications in QSProcessMonitor. Fixes #2919 #2952

Closed pjrobertson closed 10 months ago

pjrobertson commented 10 months ago

This replaces #2921

Code could still be tidied up, but this at the very least should avoid race conditions with reloading processes.

@n8henrie if you're able to test, please do! This should hopefully fix what we looked at together late last year ;-)

pjrobertson commented 10 months ago

Confirmed working by dhoepfl . Meging