Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] Using SWTBot with OpenJDK and GTK3 (hang)

> If I remember correctly, in the latest luna milestones for linux
> SWT_GTK3=0 is enabled by default...

SWT_GTK3=0 is set by default if your GTK3 version is >= 3.9.0. For example Ubuntu 12.04 to 13.10 use GTK3 and Ubuntu 14.04 uses GTK2. But that could change as bugs are getting fixed in SWT when using GTK 3.10.

Marc-Andre
________________________________________
From: swtbot-dev-bounces@xxxxxxxxxxx [swtbot-dev-bounces@xxxxxxxxxxx] on behalf of Lorenzo Bettini [lorenzo.bettini@xxxxxxxxx]
Sent: Saturday, 10 May 2014 4:39 AM
To: swtbot-dev@xxxxxxxxxxx
Subject: Re: [swtbot-dev] Using SWTBot with OpenJDK and GTK3 (hang)

On 10/05/2014 02:47, Marc-André Laperle wrote:
> Hello,
>
> Just a heads up about using SWTBot in combination with OpenJDK (IcedTea)
> and GTK3 (default in Luna). Eclipse hangs because GTK2 also gets loaded.
>
> The root cause:
> http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736
>
> Original Eclipse bug:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=434560
>
> To work around the issue, you can either use the Oracle Java or force
> GTK3 off with SWT_GTK3=0 in the environment variables.

If I remember correctly, in the latest luna milestones for linux
SWT_GTK3=0 is enabled by default...

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book

_______________________________________________
swtbot-dev mailing list
swtbot-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/swtbot-dev


Back to the top