This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository sweethome3d.
commit 387805e5c19cba3ee0691f991a45d9b1e94fac84 Author: Markus Koschany <[email protected]> Date: Sun Mar 5 23:44:20 2017 +0100 Add -Dsun.java2d.opengl=true to startup script. Closes: #854030 --- debian/sweethome3d.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/sweethome3d.sh b/debian/sweethome3d.sh index 5cec2dd..5aaf10c 100755 --- a/debian/sweethome3d.sh +++ b/debian/sweethome3d.sh @@ -4,7 +4,8 @@ BASEPATH=/usr/share/sweethome3d JAVA_ARGS="-Djava.library.path=/usr/lib/jni \ -Dcom.eteks.sweethome3d.applicationFolders=$HOME/.eteks/sweethome3d:/usr/share/sweethome3d \ - -Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false" + -Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false \ + -Dsun.java2d.opengl=true" . /usr/lib/java-wrappers/java-wrappers.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

