From 9653933c2ec312691e48c1e9001f4483c2ad83cb Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 30 May 2024 20:44:56 -0500 Subject: [PATCH] CQ-editor.sh workaround from issue #13 --- pyinstaller/CQ-editor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller/CQ-editor.sh b/pyinstaller/CQ-editor.sh index 9b94e25..f1a5abc 100644 --- a/pyinstaller/CQ-editor.sh +++ b/pyinstaller/CQ-editor.sh @@ -1,4 +1,4 @@ #!/bin/sh export QT_MAC_WANTS_LAYER=1 chmod u+x ./CQ-editor/CQ-editor -./CQ-editor/CQ-editor \ No newline at end of file +QT_QPA_PLATFORM=xcb PYOPENGL_PLATFORM=x11 ./CQ-editor/CQ-editor