This repository was archived by the owner on Dec 17, 2024. It is now read-only.
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
macos 10.13 issues #149
Open
Description
two issues with macos 10.13:
- screen shows blank for a short duration, then flashes over to the actual content
- the terminal shows this message:
IBM Cloud Functions Shell[61208:2254181] *** WARNING: Textured window <AtomNSWindow: 0x7fefb4e978b0> is getting an implicitly transparent titlebar. This will break when linking against newer SDKs. Use NSWindow's -titlebarAppearsTransparent=YES instead.
this electron issue may cover it: electron/electron#10559
or this? electron/electron#11150
Activity
starpit commentedon Jan 23, 2018
user @thomassuedbroecker reports a related issue:
ibm-functions/composer#25
hmontes commentedon Feb 12, 2018
Same issue here with a simple code.
my console
hmontes commentedon Feb 12, 2018
Update. If i add app.disableHardwareAcceleration() to the code, the app works fine.
console
starpit commentedon Feb 12, 2018
thanks for digging into this @hmontes !
disableHardwareAcceleration
doesn't seem to remove this message:hmontes commentedon Feb 12, 2018
@starpit I updated my code. You need to put that line before the app is ready.
(My mistake. Sorry)
Official doc: https://github.com/electron/electron/blob/master/docs/api/app.md#appdisablehardwareacceleration
I think the problem is related with the Macbook models. Some models have Nvidia gpu's, others (like my laptop) has an intel gpu.