0

I just newly upgraded my ubuntu to 13.10, and I found the menus of Mule Studio (64-bit linux) upon the unity bar freezing up, i.e. can't open any menu from there.

Has anyone else come across the same issue? And is there a possible solution?

Appulus
  • 18,630
  • 11
  • 38
  • 46
James Jiang
  • 2,073
  • 6
  • 19
  • 25

2 Answers2

1

Create a file with any Name. Example. Mule

Add the following line in to the file

Exec=env UBUNTU_MENUPROXY=0 /opt/MuleStudio/MuleStudio

Make sure the path /opt/MuleStudio/MuleStudio is your MuleStudio executable path Save the file and Exit

Got to command prompt and execute the below like to give executable permission to the file.

   ~$ cd [your file path]

   ~$ chmod 777 Mule

and then execute the file using the below command,

   ~$ ./Mule

Now you can get your Menu in your Mule studio...

Hope it helps.

javaAnto
  • 193
  • 1
  • 1
  • 8
0

The problem is caused by a bug in Ubuntu affecting both eclipse and studio. I was able to work around it by following the steps available here

Community
  • 1
  • 1
genjosanzo
  • 3,264
  • 2
  • 16
  • 21