gpu: set jogamp.gluegen.TestTempDirExec=false

This prevents gluegen from testing if the tempdir is noexec, resulting
in it always using the tempdir. The test seems unreliable since we see
many users who fail the exec test but the plugin would work for
otherwise.
This commit is contained in:
Adam
2022-03-22 15:23:57 -04:00
parent ac2856daae
commit 69b6cdf5b0

View File

@@ -355,6 +355,8 @@ public class GpuPlugin extends Plugin implements DrawCallbacks
System.setProperty("jogl.debug", "true");
}
System.setProperty("jogamp.gluegen.TestTempDirExec", "false");
GLProfile.initSingleton();
invokeOnMainThread(() ->