HomeTutorials →Linux → Mouse Buttons Not Working With Eclipse or Aptana!

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 turned to my trusted friend Google for the problem and I came across this post Problems with Eclipse buttons in Ubuntu 9.10 ,which is a shell script to solve a gtk bug. 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:

1
2
3
#!/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.

Properties

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

Enjoyed this article? Then recommend it to your friends

               

One Response to “Mouse Buttons Not Working With Eclipse or Aptana!”

  1. Brenno COsta

    Very Good Tip.

    Thanks!!!

Trackbacks

  1. Thanks!…

    Thanks for all your insight. This site has been really helpful to me….

  2. Thanks!…

    Thanks for all your insight. This site has been really helpful to me….

  3. Much Thanks!…

    Thanks for taking the time to provide us all with the info!…

  4. Thanks!…

    Thanks for all your insight. This site has been really helpful to me….

Leave a Reply

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

*

* Copy this password:

* Type or paste password here:

4,942 Spam Comments Blocked so far by Spam Free Wordpress

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>