ofxFenster icon indicating copy to clipboard operation
ofxFenster copied to clipboard

The application "*" cancelled logout

Open rc1 opened this issue 11 years ago • 5 comments

When I go to logout or shutdown my computer my application using ofxFenster is cancelling the shutdown or reboot.

I am 70% sure this is due to ofxFenster (as my other of apps are not having this same problem).

Is there a solution to this?

rc1 avatar Aug 27 '13 17:08 rc1

It could be that the os sends some sort of shutdown signal to the windows and those are not handled properly. Do you have more info? OS, version etc?

underdoeg avatar Aug 30 '13 10:08 underdoeg

I get the same on osx 10.8.3 using ofx 0.74

sheridanis avatar Sep 06 '13 14:09 sheridanis

btw - to get around this we've just been using an automator script triggered form ical that generated an "esc" keypress to quit the app before our scheduled shutdown time

sheridanis avatar Sep 06 '13 14:09 sheridanis

Hi sorry I didn't respond... started making a code sample and didn't finish it (pointless)

I am using OSX 10.7 and 10.8. OF v0.8.0.

rc1 avatar Sep 06 '13 15:09 rc1

@sheridanis nice touch with using iCal to trigger events.

rc1 avatar Sep 06 '13 15:09 rc1