matthewruzzi / nativefier-gui

Graphical user interface for nativefier. Make any web page a desktop application.
https://matthewruzzi.github.io/nativefier-gui/
45 stars 8 forks source link

Empty white window on Mac OS Mojave. #2

Open FanboyStudios opened 3 years ago

FanboyStudios commented 3 years ago

Screen Shot 2021-10-15 at 11 47 27 AM

Nothing shows. IDK if it's an issue with the program.... or if it's because I'm using Dosdude's Patched Mac OS Mojave on a late 2008 13" Unibody MacBook (which lacks support for the Metal API).

Either way, it would be nice to see this working.

matthewruzzi commented 3 years ago

@FanboyStudios Have you had trouble running any other electron apps before? Does my other app https://github.com/mattruzzi/Nativefier-YouTube-on-TV-for-Desktop work?

matthewruzzi commented 2 years ago

@FanboyStudios Try running it from the command line with the disable gpu flag.

open [path to app] --args --disable-gpu

Replace [path to app] with the path to where you have the app downloaded. You can just drag the app to the terminal window to have it automatically insert it.

Eg. open /Users/matthew/Downloads/nativefier-gui-darwin-x64/nativefier-gui.app --args --disable-gpu