Problem
I installed Zeal as described here. When I opened Zeal, the main menu was not visible!
Solution
This is a problem caused by the integrated menu bar used by Qt5. As described here, removing the appmenu-qt5
solves this problem immediately:
$ sudo apt-get remove appmenu-qt5
Tried with: Ubuntu 14.04
Advertisements