Apparently, Unity breaks Aptana’s file menu. Here’s how to get it working
- Make sure you have sun java installed (not open).
- Extract the zip into /usr/lib/
- 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
Thanks!