Page 2 of 2

Re: Menu bar in Version 4.x

Posted: Sun Mar 10, 2013 9:30 am
by Tim
I'm not sure why it is missing. We have only tested it on the standard Gnome/Unity desktop of the default Ubuntu, 32bit. One would think the 64bit would work as well. It seems to be missing sometimes with the KDE desktop as well.

Do the shortcut keys work there? Try F2 and see if the Master Control Panel will open. If so, that shows that the menu is open, just hidden.

Re: Menu bar in Version 4.x

Posted: Sun Mar 10, 2013 11:38 am
by yerill
Yep. F2 works.

Re: Menu bar in Version 4.x

Posted: Sun Mar 10, 2013 11:45 am
by yerill
I don't know the reason why, but this will fix it. (I had the same issue with audacity, and found the fix on google.

#!/bin/bash
export UBUNTU_MENUPROXY=0; python -u /opt/bibleanalyzer/analyzer4.py

Re: Menu bar in Version 4.x

Posted: Sun Mar 10, 2013 12:25 pm
by Tim
Good.