octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #46845] usleep sleeps much too long on Mac OSX


From: anonymous
Subject: [Octave-bug-tracker] [bug #46845] usleep sleeps much too long on Mac OSX
Date: Fri, 08 Jan 2016 15:52:05 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.80 Safari/537.36

Follow-up Comment #5, bug #46845 (project octave):

One can disable AppNap application-specific via e.g.


defaults write com.microsoft.Excel NSAppSleepDisabled -bool true


(see here:
https://jamfnation.jamfsoftware.com/discussion.html?id=10566#responseChild59756)

The command "defaults" has read/write access to application-specific files
called .plist ("property list"), which represent app-specific key-value data.
One of these keys is called "NSAppSleepDisabled" which can be set to true for
disabling App Nap. 
Octave does not have such functionality (there appears nothing when searching
via "defaults domains | grep octave" on a mac) which leads to my workaround:
disabling AppNap globally.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46845>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]