1 2 3 4 5 6 7 8
#!/bin/sh export WEBKIT_DISABLE_DMABUF_RENDERER=1 export LIBGL_ALWAYS_SOFTWARE=1 export GDK_BACKEND=x11 # Launch the modrinth app exec /opt/modrinth-app/theseus_gui "$@"