Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Hang after upgrade from Kepler and restart

Hi Doug, it depends which version of GTK 3 is installed. Versions >= 3.9 are not used and SWT falls back to GTK2. Ubuntu 14.04 has GTK 3.10.8 therefore it fallbacks to GTK2 (but you can still force it on with SWT_GTK3=1). Ubuntu 12.04 has GTK 3.4.2 and 13.10 has 3.8.6 so SWT uses GTK3 on those Ubuntu versions. A lot of people are still on 12.04 since it's a LTS release so it's important that SWT works well there.

Marc-Andre


From: eclipse-dev-bounces@xxxxxxxxxxx [eclipse-dev-bounces@xxxxxxxxxxx] on behalf of Doug Schaefer [dschaefer@xxxxxxx]
Sent: Sunday, 08 June 2014 11:14 AM
To: Marc-André Laperle; eclipse-dev@xxxxxxxxxxx
Subject: Re: [eclipse-dev] Hang after upgrade from Kepler and restart

Interesting. I tested out the JavaFX FXCanvas widget on Ubuntu and was surprised that Luna was running GTK2. Is this determined per distro? Or are we still GTK2 by default?

Sent from my BlackBerry 10 smartphone on the Rogers network.
From: Marc-André Laperle
Sent: Sunday, June 8, 2014 8:12 AM
To: eclipse-dev@xxxxxxxxxxx
Reply To: General development mailing list of the Eclipse project.
Subject: [eclipse-dev] Hang after upgrade from Kepler and restart

Hello,

I have noticed a hang when upgrading from 4.3.2 to 4.4. I'm not sure if this would be considered a blocker or not. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=436910

Regards,
Marc-Andre

Back to the top