dustinrue / ControlPlane

ControlPlane - context-sensitive computing for OS X
http://www.controlplaneapp.com
BSD 3-Clause "New" or "Revised" License
1.75k stars 180 forks source link

One specific app doesn't quit #477

Open marcohamersma opened 7 years ago

marcohamersma commented 7 years ago

I have this app called RescueTime that I want to quit when leaving a certain context, but for some reason, it doesn't quit. Controlplane is able to close other apps, but not this one.

If I look into controlplane's log (in the advanced section of the preferences), I see something like this:

23:28.961 -[QuitApplicationAction execute:]
  Terminating all instances of application 'com.rescuetime.RescueTime'

But it's still running. I can kill it manually in the terminal with killall RescueTime so I wonder why nothing is happening when CP tries to close it. Any ideas on what might cause this?

marcohamersma commented 7 years ago

Might be related to https://github.com/dustinrue/ControlPlane/issues/447

dustinrue commented 7 years ago

There might be some helper app that you've selected to lose rather than the visible app.

marcohamersma commented 7 years ago

There's only one application related to rescuetime in the applications folder, and in activity monitor there's no sign of a helper app existing. I guess somehow the mechanism that controlplane is using to close the app doesn't work the same as killing it through the terminal :(