Home

R028 impulse and Linux

Usually impulse works on Linux without any problems. But there are a few cases were system library incompatibilities (GTK) result into strange problems, especially when using latest eclipse version and older linux version or vice-versa. Here it can help to force eclipse using a dedicated GTK version.



Which GTK Version do i use

In latest eclipse versions, GTK3 is used. To find out which gtk port is used in your environment, get to System Configuration (Help->About Eclipse>Installation Details->Configuration)and watch out for this line:

org.eclipse.swt.internal.gtk.version=2.24.23

In this example GTK 2 was used.



How to force eclipse to use a different GTK version

  
#Gtk3 forced:
export SWT_GTK3=1
eclipse

#Gtk2 forced:
export SWT_GTK3=0
eclipse

Or use the eclipse.ini file:

--launcher.GTK_version 2

toem

technical software and tooling

Company

Contact Us

This email address is being protected from spambots. You need JavaScript enabled to view it.