Package: freeplane
Version: 1.1.3-2

This bug is being tracked in https://bugs.freedesktop.org/show_bug.cgi?id=50850 - the real workaround is to pass '-Dsun.java2d.xrender=True' to java. For the benefit of other radeon freeplane users, I have attached a diff to /usr/bin/freeplane that adds to the defines variable that is already in use.
--- /usr/bin/freeplane.old	2013-01-07 20:46:36.643181971 +0000
+++ /usr/bin/freeplane	2013-01-07 20:46:43.566919404 +0000
@@ -191,7 +191,8 @@
 
 if [ "${JAVA_TYPE}" != "sun" ]
 then # non-Sun environments don't work currently but we try anyway, who knows.
-	defines=-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
+	#defines=-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
+	defines="-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D -Dsun.java2d.xrender=True"
 fi
 _debug "Calling: "\
 "${JAVA_CMD}" -Xmx512m\

Reply via email to