简体   繁体   中英

Menu Bar Issues with Eclipse Java ADT on Ubuntu

I have downloaded the Android SDK from here .

OS version: Ubuntu 13.0 on 32 bit

When I open Eclipse , its menu bar is not accessible or basically not responding to clicks . However, shortcuts to interact with menus seem to work fine (ie: Alt + F , Alt + W etc).

I have tried the solutions mentioned here but it doesn't solve the problem, although it works fine when I run from terminal.

I fixed it using the following code,

sudo su
echo "export UBUNTU_MENUPROXY=0" > /etc/X11/Xsession.d/81ubuntumenuproxy

source: Disable the appmenu in Ubuntu

I suggest you to switch your current desktop environment to some other like KDE, cinnamon, Gnome classic etc etc.

I faced such issue when using GNOME/Unity desktop environment.

Refer this post and this one

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM