Categories: LinuxSoftware

Mouse Buttons Not Working With Eclipse or Aptana!

I recently updated to latest version of Linux Mint 8 and after installing Aptana, my favourite IDE, I noticed that my mouse buttons would not work when trying to click buttons. I tried re-installing the software and trying eclipse but it still didn’t work. I found a shell script on Google to solve a gtk bug, unfortunately the link is now dead but luckily I added the code below. I have eclipse installed in my home folder under .eclipse. Here is a little tutorial on how you write that script.

Open gedit or similar text editor and type:

#!/bin/sh
export GDK_NATIVE_WINDOWS=1
/home/YOURNAME/.eclipse/eclipse

Note: Change YOURNAME to your usename!

Save the file in my .eclipse folder as eclipse.sh

Now navigate into the .eclipse folder, you might need to check show hidden files in the view menu. Right click on eclipse.sh and click on properties. Click on permissions. Click on allow file executing as a program.

Update your menu to point to the newly created file eclipse.sh in your .eclipse directory. Eclipse should now load without the mouse problem.

Share
Published by
Tracy Ridge
Tags: Apps

Recent Posts

Hot Web Dev Magazine – 12 Tools From 2024

If you have been following the monthly Hot Web Dev magazine, you will find at… Read More

5 days ago

May 2025 – Hot New Web Dev

Welcome to Hot Web Dev May 2025, featuring the latest technology, web development news and… Read More

3 weeks ago

April 2025 – Hot New Web Dev

Welcome to Hot Web Dev April 2025, featuring the latest technology, web development news and… Read More

2 months ago

March 2025 – Hot New Web Dev

Welcome to Hot Web Dev March 2025, featuring the latest technology and web development news.… Read More

3 months ago

The Era of Personalisation: How AI Is Revolutionising Video Marketing in 2025

The rise of technology is becoming increasingly relevant in our daily lives. Unsurprisingly it's making… Read More

4 months ago

February 2025 – Hot New Web Dev

Welcome to Hot Web Dev February 2025, featuring the latest technology and web development news.… Read More

4 months ago