score:1
this is an issue with a known bug in ubuntu (cf. the related eclipse bug report, discussion on ubuntuforums.org).
to fix this, start the application by setting the ubuntu_menuproxy
environment variable to 0
. this forces the application to use the menu bar inside the application window instead of the (cursed! cursed! cursed!) unity global menu.
unfortunately, there seems to be no way yet to set environment variables on startup (via launcher argument or <application>.ini
), but there are two bugs (this one and this one) which request just this, so if you, too, need this, vote them up or take a stab at implementing this...
in the meantime, you can include a custom shell script in the build that users can choose to use for starting the application. this script is very simple:
#/bin/bash
ubuntu_menuproxy=0 ./{your-application-launcher}
if you have a feature-based product, you can also include this script in the build just for products built for linux. to do so, add the script to the root path of your main feature, and add the following lines to your feature's build.properties
.
root.linux.gtk.x86.permissions.755=launcher-unity.sh
root.linux.gtk.x86_64.permissions.755=launcher-unity.sh
root.linux.gtk.x86=file:launcher-unity.sh
root.linux.gtk.x86_64=file:launcher-unity.sh
Source: stackoverflow.com
Related Query
- Eclipse RCP: Key binding for commands work, but shortcuts are not shown in menu
- in a Eclipse view shortcut binding key does work for some operation but does not operate for others
- "method is ambiguous for the type" but the types are NOT ambiguous (and the error comes by upgrade from eclipse 3.7.2 to eclipse 4.2)
- Imported Maven Project into Eclipse 3.7 (m2e 1.0) but src/main/java are not shown as source-package
- What are strategies for not making Eclipse RCP based application look like IDE?
- Key binding for Eclipse commands
- Trying to run an xslt for xml with eclipse but it does not work
- client-side breakpoints for GWT maven project work in Eclipse but not Netbeans
- Eclipse RCP german keyboard shortcuts with "STRG" don't work anymore but with "CTRL" they work
- Eclipse Undo/Redo Binding Key Shortcuts Not Working
- Eclipse RCP OS X Preferences/About menu integration works inside Eclipse but not outside?
- This code works in eclipse ide but not in my college's online ide for exams.How to make this work there too
- Is there a key binding for Next Difference and Previous Difference in Eclipse Compare Editor?
- Lombok does not work for Eclipse Neon
- Why does automatic boxing work in eclipse but not in javac?
- Import existing java project in eclipse but design view not exist for JFrame?
- I installed Java 7 but Eclipse keep saying that 1.6 is not suitable for this product
- Key binding in Eclipse for Maven package command
- Gradle sub-sub-projects with same name in does not work for eclipse
- Dereference operator for unique_ptr does not work in Eclipse
- Eclipse maven-enabled web app references workspace projects, but those are not deployed when running Tomcat server
- Eclipse PDT 3.6 Helios, keyboard shortcuts for toggle comment not working any more
- Best practise for data binding a list in Eclipse RCP application
- Eclipse Declaration shortcut key F3 can not work in mac os
- Content assist in Eclipse does not work for EL in JSP files
- Why show annotation and compare with another revision is not available in Team and Compare With menu for oxygen eclipse
- Installed JRE/JDKs are not shown on Eclipse Mars' Execution Environments
- PHP Eclipse - add Key Binding for Watch
- GWT Wizards are not showing in the eclipse Wizards menu
- Eclipse DDMS not showing anything but adb, ddms are working!
More Query from same tag
- jtwitter not posting to twitter , app crashing
- How do you match multiple lines with dot (DOTALL) in eclipse find regex
- Enable multidex in Eclipse with libgdx app
- ImageMagick - Eclipse
- Why is Zend Debugger so slow to debug PHP in Eclipse?
- MediaRecorder crashes when record a second audio clip
- com.amazonaws.services.lambda.runtime.events does not contain SQSEvent
- How to add "create on" comment in eclipse?
- Eclipse RCP disable EditorReference / IEditorPart
- How to get multiple console for different projects running on tomcat server?
- WebDriveManager jar is not recognizable in Maven project
- Why creating a Gradle project downloading gradle.zip from Internet?
- Maven Copy in build phase
- how to send email from input fields - my code debugging
- Unable to connect to the Eclipse Luna Market
- Why does my code run faster in Eclipse console than in Eclipse's PyDev Python Console?
- Eclipse Plugin: Getting install location of source bundle
- Random Errors and crashes in Eclipse - Galileo 3.52
- How to inherit class WizardResourceImportPage?
- Symfony cache eclipse xDebug
- java.lang.NoClassDefFoundError: com/samsung/spen/lib/multiwindow/SMultiwindowManager
- How to add an executable jar file to my project in Eclipse?
- Using a linked file in Assets directory - FileNotFound Exception
- Eclpse CDT gtest setup error:cannot find -lgtest
- Android Force Close because of SeekBar element
- Creating threads in Android
- How to call an eclipse wizard in batch mode?
- Starting JSF project with Eclipse
- Eclipse moonrise dark theme doesn't let me see the first suggestion
- Quick Keys for Code Cleanup in Eclipse