Ubuntu – Global menu not working in 13.10

13.10appmenuglobalmenugnome-terminalgoogle-chrome

After upgrading to 13.10 the global menu doesn't show for some applications like Terminal and Chrome.

Is this a bug or is it normal?

Thanks in advance.

Best Answer

I had the same problem I was able to fix by installing unity-gtk-module-common unity-gtk3-module

sudo apt-get install unity-gtk-module-common unity-gtk3-module

Just to quote what I've already said on launchpad

On side note why this has happened to me is cause of this bug during the upgrade:

https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1241563

Which broke my upgrade progress, I was only able to continue it with sudo apt-get install -f which most likefly failed to install new packages as it didn't know about them

Related Question