*Workaround :* It seems that the problem is related to libwebkit and gtk3. I managed to make things work by adding : --launcher.GTK_version 2 to TopBraid Composer.ini and TopBraid Composer.ini.orig (not sure wich overrides wich...), so GTK2 is used.
My understanding is that those two lines must appear early enough in the file so they are taken into account before the VM creation. My whole .ini file looks like this : -startup plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar --launcher.library plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740 --launcher.GTK_version 2 -showsplash org.topbraidcomposer.free.splash -vm ./jre/bin/java -vmargs -Xmx2048M -Xms640M -XX:SurvivorRatio=16 -XX:NewRatio=3 Hope this helps if someone experience troubles with Topbraid Composer and Archlinux... -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
