FS#16817 - Java (swt) apps (eclipse,vuze) not working on KDE, GUI event problems.

Attached to Project: Arch Linux
Opened by Marcos Roriz (marcosRz) - Saturday, 24 October 2009, 02:29 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 24 October 2009, 14:43 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: I tried two famous swt java apps on kde and the GUI event aren't working (mouse click, etc). Tried running both apps in cli to see if any error appeared and nothing show.

Additional info:
* eclipse = 3.5.1-1
* vuze = 4.2.0.8-1
* kde = 4.3.2-2
* gtk-qt-engine = 1.1-1


Steps to reproduce:
* Install KDE
* Install Eclipse
* Start New project or other gui menu that has buttons, try to click on them...
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Saturday, 24 October 2009, 14:43 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#16618 
Comment by Gerardo Exequiel Pozzi (djgera) - Saturday, 24 October 2009, 03:01 GMT
  • Field changed: Category (Packages: Extra → Upstream Bugs)
The problem is with new gtk+ (gdk) that have some change in bahaviour [#1] so apps must change [#2]

start eclipse and others programs with problem with:

GDK_NATIVE_WINDOWS=1 eclipse

[#1] http://git.gnome.org/cgit/gtk+/commit/?id=a79f929dd6c89fceeaf0d9039e5a10cad9d87d2f
[#2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=287307
Comment by Marcos Roriz (marcosRz) - Saturday, 24 October 2009, 03:23 GMT
thanks, it worked!

Loading...