FedoraForum.org - Fedora Support Forums and Community
Results 1 to 11 of 11
  1. #1
    Join Date
    Jul 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Eclipse-3.5.1 on Fedora 12

    There seems to be an incompatibility between Eclipse-3.5.1 and GTK that ships with Fedora 12

    Often buttons don't react on mouse click. When the botton is highlighted,hitting enter however works.

    Code:
    $ yum list installed | grep gtk2
    gtk2.i686                           2.18.3-21.fc12                      @updates
    gtk2-engines.i686                   2.18.4-4.fc12                       @rawhide
    gtk2-immodule-xim.i686              2.18.3-21.fc12                      @updates
    libcanberra-gtk2.i686               0.22-1.fc12                         @rawhide
    pygtk2.i686                         2.16.0-1.fc12                       @rawhide
    pygtk2-libglade.i686                2.16.0-1.fc12                       @rawhide
    Various other posts in eclipse bugzilla point out that there might be an incompatibility with gtk-2.17.x and above

    This issue seems to be fixed in eclipse-3.6M3

    http://download.eclipse.org/eclipse/downloads/

  2. #2
    Join Date
    Jun 2004
    Location
    Brunei
    Posts
    646
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been using Eclipse 3.5.1 through the F12 Beta without any of the issues you mention. I've not been looking for any such bugs however.

    Cheers

    Duncan

  3. #3
    Join Date
    Jul 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please monitor https://bugzilla.redhat.com/show_bug.cgi?id=538733

    Edit: I also don't see icons in pop-up menus. For example the "Show View" menu in the left bottom corner only shows text

  4. #4
    Join Date
    Aug 2009
    Location
    Portugal
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can confirm that behaviour, I installed eclipse 3.5.1 (x86_64) direclty from the Eclipse website. Most notable are the buttons from the "update" and "install new software" windows.

    I hope there's a fix for 3.5, many plugins aren't available yet for it, let alone 3.6...

  5. #5
    Join Date
    Nov 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hit Space Bar

    I'm seeing this as well. It's a bit like the mouse-up event isn't landing. Mashing the space bar completes the click though. So if you find the button depressed and not doing anything, just tap the space bar and everything does continue. Not optimal, but I can do work now.

    Edit: Better yet (from the BZ):

    Code:
    export GDK_NATIVE_WINDOWS=1; ./eclipse
    Edit: This also seems to cause the disappearance of various toolbar buttons. The buttons on the Console view are not present and the debug step/continue controls are also gone. Same fix.

  6. #6
    Join Date
    Jun 2006
    Age
    36
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can use the keyboard instead of the mouse.

    How to install Java EE environment into the default Fedora Eclipse?

    I download Java EE package from the official website, but maybe something wrong with the installed JDKs, it can't import any classes, including java.lang.Object and java.util.* ... I have OpenJDK installed and compile the .java file without any problem. I even tried SUN's JDK, nothing changed... I went to Preference->Java->Installed JDKs, seems that all are normal

    Edit: problem solved. I went to the project's property, and found the JRE is not bounded. Now I can working with Eclipse :-)

  7. #7
    Join Date
    Apr 2009
    Location
    uk
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same problem here with Fedora12 and eclipse. Thanks for the tip using keyboard instead of mouse works.

  8. #8
    Join Date
    Jul 2007
    Location
    Zürich
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can also configm that "ashing the space bar completes the click though" this works. Hope there will be an a fix for it.

    ---------- Post added at 10:48 PM CST ---------- Previous post was at 10:43 PM CST ----------

    Actually, the eclipse that I can install with yum work in F12 64bit, only the Eclipse PDT that I downloaded doesn't work correctly.
    Signature Removed - Links to commercial sites are not allowed.

  9. #9
    Join Date
    Apr 2004
    Location
    Daytona Beach, FL
    Age
    60
    Posts
    422
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    starting Eclipse with the following command fixed it for me:
    > GDK_NATIVE_WINDOWS=true eclipse
    Registered Linux user: 358599

  10. #10
    Join Date
    Jan 2010
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hab mir einfach einen "Starter" im Panel angelegt der mir Eclipse mit folgendem command staret:

    /bin/bash -c 'export GDK_NATIVE_WINDOWS=1; /<pathtoeclipsedirectory>/eclipse/eclipse'

    Für alle die es gerne über ein Symbol starten würden.

  11. #11
    Join Date
    Jul 2007
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I also have this problem. The above solution works. If you place it in your bashrc, things should work nicely.

    edit ~/.bashrc with your favourite editor and add the following

    Code:
    export GDK_NATIVE_WINDOWS=1
    Cheers

Similar Threads

  1. HOWTO: Install m2eclipse in Fedora Eclipse on Fedora 11
    By wolfc in forum Guides & Solutions (Not For Questions)
    Replies: 0
    Last Post: 3rd September 2009, 01:29 PM
  2. Fedora Eclipse/Qt4 Bug
    By shumi in forum Programming & Packaging
    Replies: 0
    Last Post: 2nd April 2009, 02:04 PM
  3. Replies: 8
    Last Post: 3rd December 2008, 12:00 AM
  4. Eclipse Fedora 9
    By user.user in forum Using Fedora
    Replies: 4
    Last Post: 3rd November 2008, 11:18 PM
  5. Eclipse on fedora
    By igrachev in forum Programming & Packaging
    Replies: 9
    Last Post: 14th December 2007, 10:10 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •