- This topic has 8 replies, 4 voices, and was last updated 13 years, 5 months ago by support-tony.
-
AuthorPosts
-
mangelo123ParticipantOnce I run ME 9 there is an incomplete menu on the top menu bar (linux). The only menu item available is Window.
?
support-swapnaModeratormangelo123 ,
Sorry that you are seeing this issue with MyEclipse.
Can you answer some more questions for me to understand the issue better?
1) How did you install the MyEclipse ? Is it using Pulse / All-In-One installer / Archived update site?
2) Is this a fresh install of MyEclipse 9 or did you update it from a previous version ?
3) Did you install any third party plugins which might have caused this issue ?
4) Can you start the IDE, switch to a new workspace and check if the issue exists ? Check the .log file which is located at <workspace dir>/.metadata/.log for any errors logged. If yes then paste them here.
5) In case your new workspace exhibits same problem, then I recommend you to re-install. You could use pulse for a faster re-install. Here are the steps –
1. Open Pulse (Start > Programs > Pulse > Pulse Explorer)
2. Login to pulse
3. Select “Eclipse – Helios” realm from top left hand corner dropdown
4. Select “MyEclipse 9” profile from “My Profiles”, right click on the same and click on [re-install and run]
5. This will open a wizard which will guide you through the rest of the stepsLet me know how this works for you.
eMPyMemberHello,
I have the same problem here. I am running Gnome 3 (unity) and MyEclipse 9.1 (Build Id: 9.1-20110701). I reinstalled Myeclipse several times (through the allinoneinstaller; had the problem already with version 9.0) without success. Switching the workspace has no effect. Due to the problem switching the workspace is only possible while restarting. Shortcuts like refactorings aren’t available either. I attached the workspace log for more detail.
Thanks and regards,
MathiasAttachments:
You must be logged in to view attached files.
support-swapnaModeratoreMPy ,
Sorry that you are running into this issue with MyEclipse.
Here is an FAQ about MyEclipse menu and Ubuntu global menu bar. Please try the suggestions:
https://www.genuitec.com/forums/topic/troubleshoot-myeclipse-menu-amp-ubuntu-global-menu-bar/Let me know how this works for you.
mangelo123ParticipantThank you for this solution . I wrote a small script as instructed by the second option. The full menu now appears on the ME window and not the Ubuntu Unity Desktop menu.
Mike
support-swapnaModeratormangelo123 ,
Glad that it is working.
Do let us know if you have any other issues.
eMPyMemberHello,
thanks for the pointer. However, the UBUNTU_MENUPROXY part did not work out of the box as the Ubuntu launcher did not recognize it. I just wrote a little script which exported the variable with 0. THe I just used the script in the launcher and everything works now.
The following did the job:
#!/bin/sh export UBUNTU_MENUPROXY=0 <PATH TO MYECLIPSE>/myeclipse
Thanks for the help and regards,
Mathias
support-swapnaModeratoreMPy ,
Glad that it is working.
Do let us know if you have any other issues.
support-tonyKeymasterMathias,
Thanks for pointing out the error in the FAQ. This has now been corrected. You can still set up a launcher but need to invoke the shell to run the command mentioned.
-
AuthorPosts