Tag Archives: ubuntu 11.04

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
Posted in Programming | Tagged , , , , | Leave a comment