2

I just installed Gajim 0.15.4 from Ubuntu repository on Ubuntu 13.10.

enter image description here

Advanced, as far as I know, is supposed to be a sub-menu. Clicking on it does nothing.
What can I try to fix this problem?

Mitch
  • 107,631
izstas
  • 181

1 Answers1

0

the only workaround i've found is to disable the global menu for gajim as described for eclipse here :

https://askubuntu.com/a/371447

https://stackoverflow.com/a/19526584

So just replace Exec= line content by this :

Exec=env UBUNTU_MENUPROXY= gajim

Gajim will stop to use globalmenu and you will get your submenus back ;)

b_b
  • 1