Getting Aptana working under Ubuntu 11.04

Apparently, Unity breaks Aptana’s file menu. Here’s how to get it working

  1. Make sure you have sun java installed (not open).
  2. Extract the zip into /usr/lib/
  3. Then, a work around is necessary in order to get the menu working right under Unity. Create a script with this in it:
    #!/bin/bash
    export UBUNTU_MENUPROXY=0
    ./AptanaStudio3
This entry was posted in Programming and tagged , , , , . Bookmark the permalink.

One Response to Getting Aptana working under Ubuntu 11.04

  1. Catherina says:

    Thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>