Comment 38 for bug 1379431

Revision history for this message
In , Sravan Kumar Lakkimsetti (sravankumarl) wrote :

(In reply to Alejandro Santos from comment #34)
> Can you add a check for the glibc version?
>
> I confirm that setting SWT_GTK3=0 solves this issue, not only on CDT but
> also on JEE.
>
> I know Debian Wheezy is somewhat old for today's standards, but it works and
> I use it for work everyday. This issue can be fixed by adding a new check on
> the platform code, to detect if glibc version is 2.13 then set SWT_GTK3=0.
>
> Thank you.

Hi,

It will be difficult to make the change for debian wheezy as the glibc used there is quite old. I understand setting the flag everytime you need to start eclipse is slightly irritating. You can add the following lines to eclipse.ini to make it permanent

--launcher.GTK_version
2

This will force eclipse to use GTK 2 always

Thanks
Sravan