Re: [linuxtools-dev] SWT issues when using GTK 3

2014-04-11 Thread Francis Giraldeau
Thanks for all your suggestions. I created a plug-in project from the templates with an empty workspace, and it was displayed correctly. I tried to import that same project into the main linuxtools workspace, and then the bug occurs. After playing a bit with the target definition, I found the setti

Re: [linuxtools-dev] SWT issues when using GTK 3

2014-04-11 Thread Marc-André Laperle
Hi Francis, In more recents versions of Eclipse Luna, that GTK version is "black listed" so it falls back to GTK2. If you build the RCP yourself, you should probably build it for Kepler to be extra safe (-Pplatform-kepler). That said, there are other issues with Luna + GTK3 on 12.04 and 13.10 that

Re: [linuxtools-dev] SWT issues when using GTK 3

2014-04-11 Thread Aleksandar Kurtakov
; Sent: Friday, April 11, 2014 11:17:38 PM > Subject: [linuxtools-dev] SWT issues when using GTK 3 > > I just upgraded to Ubuntu 14.04, and when using the TMF RCP product, widgets > are crippled. I had to set the environment variable SWT_GTK3=0 to make it > work properly. This Ubuntu

Re: [linuxtools-dev] SWT issues when using GTK 3

2014-04-11 Thread Doug Schaefer
PM To: linuxtools-dev Reply To: Linux Tools developer discussions Subject: [linuxtools-dev] SWT issues when using GTK 3 I just upgraded to Ubuntu 14.04, and when using the TMF RCP product, widgets are crippled. I had to set the environment variable SWT_GTK3=0 to make it work properly. This Ubuntu release i

[linuxtools-dev] SWT issues when using GTK 3

2014-04-11 Thread Francis Giraldeau
I just upgraded to Ubuntu 14.04, and when using the TMF RCP product, widgets are crippled. I had to set the environment variable SWT_GTK3=0 to make it work properly. This Ubuntu release is due for next week, so I guess that quite a few people will get the issue. Is there a definitive solution to th