Results 1 to 10 of 10

Thread: STS2.6+Ubuntu11.04 Menu Display incomplete

  1. #1
    Join Date
    Apr 2011
    Posts
    2

    Unhappy STS2.6+Ubuntu11.04 Menu Display incomplete

    Hi All,

    STS2.6 , Ubuntu11.04+Unity3D
    STS2.6 Cann't show all menus in global menu area ,only show "Window" Menu Item.

    bug or conflict?

    thanks.

  2. #2
    Join Date
    Sep 2008
    Location
    Hamburg, Germany
    Posts
    1,637

    Default

    Hi!

    Did you try to reinstall STS? Maybe the installation went wrong. If that produces the same results, can you attach a screenshot so that we can take a look what is going on?

    Thanks!
    -Martin
    Martin Lippert
    SpringSource, a division of VMware
    SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/martinlippert

  3. #3
    Join Date
    May 2011
    Location
    Vitebsk, Republic of Belarus
    Posts
    4

    Default

    Hi!
    Have the same problem (but have "Edit" and "Navigate" menu items). Absolutely clean and fresh Ubuntu 11.04, STS 2.6.0.SR1
    Screenshot is attached

    Thanks!
    Attached Images Attached Images

  4. #4
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    This issue on launchpad.net might provide some insight. There are a few workarounds posted on the bug. I am currently able to workaround this using a bash script:

    Code:
    #!/bin/bash
    export UBUNTU_MENUPROXY=0
    /some/path/here/springsource/sts-2.6.0.SR1/STS
    Note: This disables the global menu and places it within the window itself. So it is not ideal, but it works.

    HTH,
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

  5. #5
    Join Date
    May 2011
    Location
    Vitebsk, Republic of Belarus
    Posts
    4

    Default

    Thanks a lot, rwinch!
    Not a big trouble to haven't global menu, but I have full menu in STS! )))

  6. #6
    Join Date
    Apr 2011
    Posts
    2

    Default

    Thanks a lot, rwinch! good man

  7. #7
    Join Date
    Aug 2007
    Location
    Huizhou, China
    Posts
    7

    Default

    Thanks, it works.

  8. #8

    Default

    There is a better workaround than changing the Ubuntu settings, you can just Window -> Reset Perspectives and the menu will function.

  9. #9
    Join Date
    Jan 2008
    Posts
    1,826

    Default

    Quote Originally Posted by Brad Murray View Post
    There is a better workaround than changing the Ubuntu settings, you can just Window -> Reset Perspectives and the menu will function.
    That is an alternative solution listed on the link I provided. Personally I did not find this solution as appealing because it had to be done every time I started STS up. Additionally, I like the customizations to my perspectives, so reseting the perspective was not something I wanted to do. To each their own I suppose.
    Rob Winch - @rob_winch
    Spring Security Lead
    Pivotal

  10. #10

    Default

    Thanks a lot for the link and also for the explanation

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
  •