A page in your DokuWiki was added or changed. Here are the details: Date : 2014/01/30 16:42 Browser : Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20131215 Firefox/24.0 Iceweasel/24.2.0 IP-Address : 62.82.108.2 Hostname : host-2.classe-62.82.108.minorisa.net Old Revision: http://wiki.x2go.org/doku.php/doc:faq:start?rev=1391099888 New Revision: http://wiki.x2go.org/doku.php/doc:faq:start Edit Summary: User : amospalla @@ -145,9 +145,16 @@ ==== Eclipse do crash 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. - 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. + 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: + <code> + exec $ECLIPSE "$@" + </code> + with: + <code> + exec $ECLIPSE -vmargs -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false "$@" + </code> ==== Libreoffice performance ==== If when using Libreoffice, text selections and copy/paste operations make your X use lots of cpu, disable anti-aliasing and selection transparency on Libreoffice options. -- This mail was generated by DokuWiki at http://wiki.x2go.org/