GNU bug report logs -
#22993
25.0.92; OS X app nap slows down tty emacsclient
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
I believe my first suggestion was incorrect, I apologize. This should do it:
nextstep/templates/Info.plist.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in
index dcd2fe3..6f56939 100644
--- a/nextstep/templates/Info.plist.in
+++ b/nextstep/templates/Info.plist.in
@@ -675,5 +675,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
</array>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
+ <key>LSAppNapIsDisabled</key>
+ <true/>
</dict>
</plist>
https://gist.github.com/aaronjensen/d81d94c116549d0893ba4bc637149550
https://gist.github.com/aaronjensen/d81d94c116549d0893ba4bc637149550
Aaron
Aaron
On Wed, Jun 15, 2016 at 1:35 PM Alan Third
<
mailto:Alan Third <alan <at> idiocy.org>
> wrote:
"Aaron Jensen" <
mailto:aaronjensen <at> gmail.com
> writes:
> There are at least two ways to fix this, one is to disable app nap
> entirely. You can add this to Info.plist.in:
>
> +
LSAppNapIsDisabled
> +
True
Are you able to provide a patch for this? I've tried but it doesn't seem
to make any difference, so I expect I'm doing something wrong.
> The other would be to somehow cause the app to “wake up” whenever the
> tty client is used as well. I’m not sure how to do that, it may be
> trickier.
To my mind this would be preferable, as it means we could take advantage
of any power-saving features AppNap provides without causing performance
problems. I can't see anything anywhere about how to do it, though, so
perhaps it's impossible.
--
Alan Third
[Message part 2 (text/html, inline)]
This bug report was last modified 3 years and 289 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.