avoid glx es2 setup

This commit is contained in:
Gregor Lohaus
2026-05-27 16:13:15 +02:00
parent c2a45ca17b
commit 194a6556c0
2 changed files with 3 additions and 0 deletions

View File

@@ -107,6 +107,7 @@
wrapProgram $out/bin/jprototerm \
--set GDK_BACKEND x11 \
--set JAVA_TOOL_OPTIONS "-Dprism.order=sw" \
--prefix LD_LIBRARY_PATH : ${pkgs.lib.makeLibraryPath [ openjfx jlib ]}:${openjfx}/modules_libs/javafx.graphics \
--prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.util-linux pkgs.bash ]}

View File

@@ -78,6 +78,8 @@ public final class Main extends Application {
}
public static void main(String[] args) {
System.setProperty("prism.order", "sw");
System.setProperty("prism.verbose", "true");
launch(Main.class, args);
}
}