Skip to content

Instantly share code, notes, and snippets.

@aectann
Created June 1, 2013 02:52
Show Gist options
  • Save aectann/5689127 to your computer and use it in GitHub Desktop.
Save aectann/5689127 to your computer and use it in GitHub Desktop.
Fixes eclipse menu in unity on Ubuntu 13.04. Be sure backup the libappmenu.so first.
cd /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies
sudo sed -i 's/Eclipse/Xclipse/' libappmenu.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment