Lifeslice
Lifeslice copied to clipboard
Shows up as "Consuming significant energy"
After taking a webcam picture, LifeSlice is listed as "Using Significant Energy" in the menu under the battery.
This issue also happens with ImageSnap, which is the code used. I recently updated to ImageSnapMavericks, which uses the latest AVFoundation methods, but the problem remains.
It does not appear that LifeSlice actually uses more energy, just something about opening the camera even once that marks it as such.
Opened an issue in Stack Overflow about it: http://stackoverflow.com/questions/27833791/is-it-possible-to-clear-my-osx-app-from-the-apps-using-significant-energy-list?noredirect=1#comment44073162_27833791
Latest theory is that this is caused by calling external command /usr/bin/sips
, or /usr/sbin/screencapture
. (Leftovers from the cronjob beginnings.)