You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fairly unique issue as I built an alpine nodejs container running the appropriate dependencies. Using broadway as my GTK display. Some of the example apps work with node-gtk and thats great. But after the stderr below broadway crashes 100% of the time when i run the browser.js example. Any ideas why?
Overriding existing handler for signal 10. Set JSC_SIGNAL_FOR_GC if you want WebKit to use a different signal
error: XDG_RUNTIME_DIR not set in the environment.
EGLDisplay Initialization failed: EGL_NOT_INITIALIZED
webSettings: WebKitSettings {}
These are the dependencies i have installed in the dockerfile
I have a fairly unique issue as I built an alpine nodejs container running the appropriate dependencies. Using broadway as my GTK display. Some of the example apps work with node-gtk and thats great. But after the stderr below broadway crashes 100% of the time when i run the browser.js example. Any ideas why?
These are the dependencies i have installed in the dockerfile
Notes: My GJS webit example does work without crashing. So.... curious case indeed
The text was updated successfully, but these errors were encountered: