File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespaces = false
1313
1414[project ]
1515name = " pytron-kit"
16- version = " 0.3.14.post41 "
16+ version = " 0.3.14.post42 "
1717description = " An Electron-like library for Python to build Cross Platform Apps"
1818readme = " README.md"
1919requires-python = " >=3.7"
Original file line number Diff line number Diff line change 1717 os .environ ["NO_AT_BRIDGE" ] = "1"
1818 # PREVENT GIO from loading remote VFS modules
1919 os .environ ["GIO_USE_VFS" ] = "local"
20+ # Force GDK to skip OpenGL context creation to prevent EGL/DRI3/DRI2 crashes in VMs
21+ os .environ ["GDK_DEBUG" ] = "nogl"
22+ os .environ ["GDK_GL" ] = "software"
2023 # Essential for VMs (VMware/VirtualBox) to avoid black screens or WebKit crashes.
2124 os .environ ["WEBKIT_DISABLE_COMPOSITING_MODE" ] = "1"
25+ os .environ ["WEBKIT_DISABLE_DMABUF_RENDERER" ] = "1"
2226 # Ensure we use X11 backend for better stability in virtualized browsers.
2327 os .environ ["WINIT_UNIX_BACKEND" ] = "x11"
2428
You can’t perform that action at this time.
0 commit comments