Eclipse Galileo在Ubuntu 9.10上的点击问题 [英] Eclipse Galileo click problem on Ubuntu 9.10

查看:165
本文介绍了Eclipse Galileo在Ubuntu 9.10上的点击问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚将我的Ubuntu从9.04升级到9.10,我正在试验一个非常恼人的问题与Eclipse Galileo。

I've just upgrade my Ubuntu from 9.04 to 9.10 and I'm experimenting a very annoying problem with Eclipse Galileo.

问题是,Eclipse不抓住一些按钮点击。例如,我试图安装一个插件,我点击下一个,然后没有发生。

The problem is that Eclipse doesn't catch some button clicks. For example, I've tried to install a plugin and I clicked on next, and then nothing happened.

我没有相同的问题,在升级我的Ubuntu版本。

I didn't have the same problem before the upgrade of my Ubuntu version.

推荐答案

这是一个用Eclipse 3.5和GTK + 2.8(在Eclipse 3.6中修复)的已知错误(错误291257)。解决方法是在启动Eclipse之前将 GDK_NATIVE_WINDOWS 环境变量设置为 true

This is a known bug (bug 291257) with Eclipse 3.5 and GTK+ 2.8 (fixed in Eclipse 3.6). The workaround is to set the GDK_NATIVE_WINDOWS environment variable to true before to start Eclipse.

我使用以下Eclipse启动脚本:

I use the following startup script for Eclipse:


#!/bin/sh
export MOZILLA_FIVE_HOME=/usr/lib/mozilla/
export ECLIPSE_HOME=/opt/IBM/eclipse
export GDK_NATIVE_WINDOWS=true # workaround for Karmic - http://bit.ly/T8MIc
$ECLIPSE_HOME/eclipse $*

重要的部分是 export GDK_NATIVE_WINDOWS = true

这篇关于Eclipse Galileo在Ubuntu 9.10上的点击问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆