Results 1 to 5 of 5

Thread: STS and Ubuntu 9.10 Bug

  1. #1
    Join Date
    Apr 2008
    Posts
    151

    Default STS and Ubuntu 9.10 Bug

    Just wanted to give the STS team a heads up - STS has the Eclipse 3.5 bug in it that breaks a couple things on the new Ubuntu 9.10:

    Eclipse bug:
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=287307

    Ubuntu bug:
    https://bugs.launchpad.net/ubuntu/+s...04/comments/13

    Workaround:
    (from http://blog.export.be/2009/10/fixing...ic-koala-9-10/ )

    Start STS from a shell with the following command
    Code:
    #!/bin/sh
    export GDK_NATIVE_WINDOWS=1
    /home/whoever/sts/STS

  2. #2
    Join Date
    Oct 2009
    Posts
    13

    Default

    i would like to use this thread for another problem i'm facing when using STS over ubuntu 9.10: in all eclipse wizards (for example when adding file or opening a new project), mouse clicks on 'next' or 'finish' buttons do nothing. i have to press 'enter' to press on the highlighted button.
    has anyone else noticed it?

  3. #3
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    asafdav2,

    this issue another incarnation of what Jabberz described at the top of this thread. Please try the provided solution and see if that fixes your issue.

    HTH

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

  4. #4
    Join Date
    Nov 2009
    Posts
    1

    Default The workaround worked for me.

    The workaround worked for me.

    SpringSource Tool Suite
    Version: 2.2.1.200910210131-RELEASE
    OS: Ubuntu 9.1 Karmic

  5. #5
    Join Date
    Jan 2010
    Posts
    2

    Default Fix worked for me

    Thanks for the fix.


    Ubuntu 9.10
    STS Version: 2.3.0.RELEASE
    Build Id: 200912171331

Posting Permissions

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