Aptana and Eclipse Mouse Click Problems
January 21st, 2010 –
Category: Information, Webmaster Resources, Webmaster Tools –
No Comments »
Recently, both the Aptana and Eclipse IDE’s have been giving me mouse clicking problems but I finally found the solution. To fix the problem you will need to do the following:
- Create a new empty file called aptana.sh that you will use to launch Aptana. I store my install of Aptana in /home/username/Applications/aptana so I created the launch script in /home/username/Applications/aptana.sh.
- Put the following code in the empty file and save it. It will become what is called a wrapper script for launching the Aptana application. Change the paths to match your environment.
#!/bin/sh export GDK_NATIVE_WINDOWS=1 /home/username/Applications/aptana/AptanaStudio
- Make the script executable. You can do this by right-clicking it in gnome and selecting Properties -> Permissions -> Allow executing file as program. For the purists: chmod +x /home/username/Applications/aptana.sh
- Create a launch script. For the sake of simplicity, I create a launch script for it on my desktop by right-clicking on the desktop and selecting Create Launcher.
Name: Aptana
Command: /home/username/applications/aptana.sh (browse to and select the script you created)
You should be able to use a very similar setup to fix mouse clicks in Eclipse as well. Just change the paths and filenames where appropriate. Keep in mind that the application for Aptana is called AptanaStudio whereas in Eclipse it is simply called eclipse.
You can now test your script by double clicking the launcher or running the shell script you created. The mouse clicking problems should be fixed.
Previous articles
- Paginated Navigation Bar
(December 21st, 2009 – No Comments ») - AmazonFeed v1.9 Released
(December 19th, 2009 – 16 Comments ») - Secondary WordPress Loops
(December 11th, 2009 – 2 Comments »)
Categories
- Code Snippets
- CSS Tips & Ideas
- Information
- PHP Programming
- PHP Scripts
- Revenue Building
- Search Engine Opt.
- Site Design Tips
- Web Site Promotion
- Webmaster Resources
- Webmaster Tools
- WordPress Plugins
- WordPress Programming
Links:
- seop.com
- web hosting reviews
- ReputationDefender
- fun games
- ideas for business
- Web Hosting Canada hosting packages starts at $3.95/m. 24/7 toll free support.
Other Information:
Programming Related
Articles we've written related to the topic of PHP Programming.
- Paginated Navigation Bar
(December 21st, 2009 – Comment on This) - Wicked Cool PHP – Review
(November 23rd, 2009 – Comment on This) - PHP Object Unit Testing
(June 5th, 2009 – Comment on This) - Link Directory Plugin Work
(April 8th, 2009 – Comment on This) - WordPress Plugin: Related Products from Amazon.com
(November 24th, 2008 – Comment on This)
Website Development Tips
Tips and strategies related to the development of great websites.
- Aptana and Eclipse Mouse Click Problems
(January 21st, 2010 – Comment on This) - Captcha Insanity?
(June 18th, 2009 – One Comment) - PHP Object Unit Testing
(June 5th, 2009 – Comment on This) - FormContact 1.1 with PHP5 Support
(June 24th, 2008 – 2 Comments) - Website Subversion Backup
(April 8th, 2008 – One Comment)
General Information & Resources
General information and resources from WarkenSoft Productions.
- Aptana and Eclipse Mouse Click Problems
(January 21st, 2010 – Comment on This) - Wicked Cool PHP – Review
(November 23rd, 2009 – Comment on This) - New Webmaster Tool – The Regular Expression Editor
(June 15th, 2007 – Comment on This) - Where to Start with a Website
(March 19th, 2007 – Comment on This) - About the Owner of WarkenSoft Productions
(March 7th, 2007 – Comments Off)




