Issues when running Eclipse on GTK3 #375
-
I have an RCP that a user is running on GTK3. I also tried it, and it bombs out on various locations (logs attached). I must be doing something wrong. Can anyone help me? org.eclipse.swt.internal.gtk.version=3.24.20 E.g., I have this code:
Which ends in error:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Can you share standalone snippet reproducer? |
Beta Was this translation helpful? Give feedback.
-
Ok, I found it. It turns out that system colors can be disposed in gtk but not in win. The following snippet runs on windows but not on ubuntu:
|
Beta Was this translation helpful? Give feedback.
-
Is this using latest version of SWT ? |
Beta Was this translation helpful? Give feedback.
Ok, I found it. It turns out that system colors can be disposed in gtk but not in win.
The following snippet runs on windows but not on ubuntu: