Aptana Studio 2.0 under Ubuntu 9.10

Hi Nerds :)

Today i solved a tricky Linux challenge.

I work with Ubuntu 9.10 (Karmic Koala) and love Aptana Studio for programming Websites and some stupid Code.

Installing Aptana is not difficult! Just download the right file (i use a 64bit linux maschine), unpack the file and start Aptana with “AptanaStudio”. I had no problems with launching the software, but after loading my mouse-clicks go insane … sometimes only the “enter-key” solved my choice. Some clicks were not recognized by Aptana … really bad!

After some Google-Searching i found the official bugtracker for this problem … so i need a small shell-starter-script to solve the “crazy-mouse” problem!

But – what is a shell script? My Linux experience is just 4 weeks old … help me master!

Over 2 hours reading, learning and understanding

I generate a small starter script (start_aptana.sh):

#!/bin/sh
export GDK_NATIVE_WINDOWS=true; exec /path/to/AptanaStudio/AptanaStudio;

and the desktop-starter command:

/path/to/start_aptana.sh

Yippi – now the lovely Aptana Studio runs on my Ubuntu-Chicken without problems, easy coding! Yeah…

interesting reading:

Related posts:

  1. How to … use WLAN USB-Stick D-Link DWA-160 A2 with Ubuntu (802.11n)
  2. Aptana IDE Webdevelopment
  3. new Aptana version 1.5
  4. How to add german Amazon.de OpenSearch Plugin to Firefox 3.5 on Ubuntu 9.1
  5. Zimplit – a small, free Content-Management-System

0 Responses to “Aptana Studio 2.0 under Ubuntu 9.10”


  1. No Comments

Leave a Reply

*