Results 1 to 4 of 4

Thread: STS Menu disappear in Ubuntu 11

  1. #1
    Join Date
    Nov 2008
    Location
    Lima, Perú
    Posts
    14

    Default STS Menu disappear in Ubuntu 11

    Only is available Window menu.

    What can it happening?

    Joe
    ================
    Ing. José Díaz Díaz
    Gerente General
    JOEDAYZ.COM
    Telef: (51) 987500273
    =================

  2. #2
    Join Date
    Nov 2008
    Location
    Lima, Perú
    Posts
    14

    Default

    I am using the version Ubuntu 11.04 - the Natty Narwhal - released in April 2011

    Joe
    ================
    Ing. José Díaz Díaz
    Gerente General
    JOEDAYZ.COM
    Telef: (51) 987500273
    =================

  3. #3
    Join Date
    Jun 2005
    Location
    Cincinnati Ohio
    Posts
    40

    Default

    Quote Originally Posted by joedayz View Post
    I am using the version Ubuntu 11.04 - the Natty Narwhal - released in April 2011

    Joe
    I had the same issue,

    I created a small script called run_sts that set an env var before calling eclipse. The environment var fixes the eclipse menu problem.


    --------- start script to run STS (note, use full path to STS ) --------------
    unset UBUNTU_MENUPROXY
    ../SDS
    --------- end script to run STS
    The greatest performance improvement is the transition from a non-working state to the working state...

  4. #4
    Join Date
    Nov 2008
    Location
    Lima, Perú
    Posts
    14

    Default

    Perfect!

    Funciona.

    Thank you

    Joe
    ================
    Ing. José Díaz Díaz
    Gerente General
    JOEDAYZ.COM
    Telef: (51) 987500273
    =================

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
  •