jguice / mac-bt-headset-fix

Small mac application that fixes broken bluetooth headset control by listening for events and sending them directly to apps
488 stars 19 forks source link

Remote Control Daemon not started on exit in OS X 10.10 #8

Closed jguice closed 9 years ago

jguice commented 10 years ago

"A separate issue — on quitting the application, the Remote Control Daemon (or whatever) doesn't seem to start back up as my play/pause media key on my keyboard no longer works"

jguice commented 10 years ago

Probably either the app was quit in a way that caused applicationWillTerminate not to fire, or there was a failure to run /bin/launchctl load /System/Library/LaunchAgents/com.apple.rcd.plist

robbiet480 commented 10 years ago

In Xcode the only output I see related to this is when starting the app, and it's just an error about being unable to launchctl unload because rcd was already unloaded.

(Exact message is /System/Library/LaunchAgents/com.apple.rcd.plist: Could not find specified service)