huxi / lilith

Lilith is a Logging- and AccessEvent viewer for Logback, log4j, log4j2 and java.util.logging
http://lilith.huxhorn.de
GNU Lesser General Public License v3.0
137 stars 18 forks source link

Lilith uses high performance graphics by default on MAC #27

Closed jkolobok closed 7 years ago

jkolobok commented 7 years ago

By default Lilith requires hight performance graphics on mac and switches graphics card to discrete thus draining battery very quickly.

screen shot 2017-02-15 at 19 05 03

solution: Add NSSupportsAutomaticGraphicsSwitching= 'YES

' to Info.plst

    <key>NSSupportsAutomaticGraphicsSwitching</key>
    <true/>

screen shot 2017-02-15 at 19 03 32

huxi commented 7 years ago

Thanks a lot for opening this issue and especially for the detailed explanation of the fix. I was entirely unaware of this problem and will fix it ASAP.

Would it be fine to thank you in the changelog?

huxi commented 7 years ago

I added a "thank you" to the changelog. Please holler if you'd like to have it removed.