Ubuntu Karmik and Eclipse Galileo

The great Ubuntu Karmik is just around the corner. If you happen to use Eclipse from the official eclipse webpage and you see that some eclipse buttons do not work, then apply the following hack. Make yourself a one line script to execute eclipse like follows:

#!/bin/bash

export GDK_NATIVE_WINDOWS=1
./eclipse

and it will work again. For tptp (the profiling tools for eclipse) you’ll need libstdc++5 package from debian.

Related posts:

  1. HowTo Ubuntu 8.10 64bit and Areca 6.2 (6.1) java Backup Utility
  2. Ubuntu 9.04 (Jaunty Jackalope) Final
  3. Securing Linux Server with IPKungfu
  4. add delete and switch user in ubuntu by command lines
  5. using traceroute on ubuntu terminal

Leave a Reply

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

*

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>