Comment 28 for bug 613119

Revision history for this message
In , P-beauvoir (p-beauvoir) wrote :

This is a problem for RCP apps based on Eclipse.

I tried our RCP application on Ubuntu 11.04 with Eclipse 3.6.2 and 3.7 M7 (http://archi.cetis.ac.uk/). No main menus available in Unity mode. Also tried some other RCP apps - XMind, RSSOwl. Same thing.

Only thing I could do was provide a shell script to launch the app:

#!/bin/bash
export UBUNTU_MENUPROXY=0
./App_Name

Is this a fault of Eclipse or of Ubuntu?