]
Nick Boldt updated TOOLSDOC-719:
--------------------------------
Summary: Document known issue with some linux versions and GTK3: export SWT_GTK3=0
(was: Document known issue with some linux versions and GTK3 - SWT_GTK3=0)
Document known issue with some linux versions and GTK3: export
SWT_GTK3=0
-------------------------------------------------------------------------
Key: TOOLSDOC-719
URL:
https://issues.jboss.org/browse/TOOLSDOC-719
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Feature Request
Components: General documentation issues, Getting Started Guide
Affects Versions: 9.1 CR1
Reporter: Nick Boldt
Assignee: Misha Ali
Fix For: 9.1 GA
See JBIDE-21038 re: workaround required on some linux distros.
---
Before launching Eclipse or JBDS on linux, ensure your console has run this command:
{code}export SWT_GTK3=0{code}
Then start Eclipse or JBDS as you would normally, eg.,
{code}./eclipse
or
./studio/jbdevstudio
{code}