Bug 299896 - eclipse 3.5 on ubuntu 9.10 , unable to click buttons, fix: export GDK_NATIVE_WINDOWS=true;
Summary: eclipse 3.5 on ubuntu 9.10 , unable to click buttons, fix: export GDK_NATIVE_...
Status: CLOSED DUPLICATE of bug 291257
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.5   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL: http://mou.me.uk/2009/10/31/fixing-ec...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-18 01:12 EST by Hind CLA
Modified: 2010-01-18 06:45 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hind CLA 2010-01-18 01:12:03 EST
Build Identifier: 20090621-0832

After an upgrade to Ubuntu 9.10 (Karmic Koala) I noticed a few random issues in Eclipse has popped up. Most notably, I was no longer able to click the OK buttons on pop up windows – I had to highlight them with the mouse then hit either space or enter on the keyboard to select them.
 ----- fix ---------
#!/bin/sh
export GDK_NATIVE_WINDOWS=true;#true or 1
./eclipse -clean

--------------- Details, please visit ---------
http://mou.me.uk/2009/10/31/fixing-eclipse-in-ubuntu-9-10-karmic-koala/

Reproducible: Always

Steps to Reproduce:
#!/bin/sh
export GDK_NATIVE_WINDOWS=1;
./eclipse -clean
Comment 1 Hind CLA 2010-01-18 01:19:18 EST
fix:
#!/bin/sh
export GDK_NATIVE_WINDOWS=1;
./eclipse -clean
Comment 2 Hind CLA 2010-01-18 01:19:58 EST
#!/bin/sh
export GDK_NATIVE_WINDOWS=1;
./eclipse -clean
Comment 3 Remy Suen CLA 2010-01-18 06:45:43 EST
Marking as dupe.

*** This bug has been marked as a duplicate of bug 291257 ***