We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301361b commit 7c1dcdaCopy full SHA for 7c1dcda
tutorials/detector/visualization/hv
@@ -17,4 +17,5 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
17
if [ ! -f $DIR/$JAR ]; then
18
curl -L https://www.dropbox.com/s/xfatlu1rp7ffavv/HepRApp.jar?dl=1 -o $DIR/$JAR
19
fi
20
-java -jar $DIR/$JAR -opt ~/.heprapprc -file $1
+# https://github.com/XQuartz/XQuartz/issues/31#issuecomment-1356328281
21
+java -Dsun.java2d.xrender=false -jar $DIR/$JAR -opt ~/.heprapprc -file $1
0 commit comments