A page in your DokuWiki was added or changed. Here are the details: Date : 2015/04/27 15:29 Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:37.0) Gecko/20100101 Firefox/37.0 IP-Address : 217.92.117.31 Hostname : home.ionic.de Old Revision: http://wiki.x2go.org/doku.php/doc:faq:start?rev=1414497674 New Revision: http://wiki.x2go.org/doku.php/doc:faq:start Edit Summary: Add DartEditor to Java cairo problem, fix grammar. User : ionic @@ -146,17 +146,17 @@ Now you should not get the error message anymore. ===== 3rd Software Known Issues ===== - ==== Eclipse do crash on Debian Wheezy ==== + ==== Eclipse/DartEditor crashes on Debian Wheezy ==== - Eclipse crashes on Debian Wheezy due to cairo lib, as explained on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721181. + Eclipse and DartEditor crash on Debian Wheezy due to cairo lib, as explained on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721181. - Explained on that bug, and its links, is how to solve this by updating to cairo library from jessie, or modifying a line on /usr/bin/eclipse script, changing last line: + The bug report and its links explain how to work around this problem by updating to the cairo library from Jessie, or modifying a line in the /usr/bin/eclipse launcher script, changing last line: <code> exec $ECLIPSE "$@" </code> - with: + to: <code> exec $ECLIPSE -vmargs -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false "$@" </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/