Which libappmenu.so must I edit under GTK 3.0 to remove Eclipse from the HUD blacklist?
- by JacobusR
Under GTK 2.10.0 one could allow HUD for Eclipse by replacing Eclipse with Xclipse in:
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so
After doing an update, this file dissapeared from the GTK 2.10 and now I'm guessing I should do the same edit in:
/usr/lib/gtk-3.0/3.0.0/menuproxies/libappmenu.so
Only problem is that there is no such file ;-)
I did find a similarly named file:
/usr/lib/indicators/7/libappmenu.so
But don't know if that is the right place to mess with it.
If anyone has an updated answer for enabling the heads up display (cool menu at the top) for Eclipse under the latest Ubuntu 12.10 will you kindly share it?