double clicking icon breaks menu
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GnoMenu |
New
|
Undecided
|
Unassigned |
Bug Description
If I quickly show then hide the menu (double click icon when menu is closed), it will never show again.
After the menu is broken, I can continue click the icon and get console output, but it shows the exact same messages as when it is working. I tried to add a lot more prints to the Menu_Main.py script to try to determine what is no longer happening, but everything seems to be. Here is what I've gathered so far, and feel free to provide any advice on how I can obtain more useful debugging information..
in the MainMenu.
I've also checked the window position and size before and after it breaks and they are all the same.
I tried delaying the hide_window function (time.sleep() prior to the call to hide()) because this seems to be a timing issue, but that didn't fix anything.
forgot to mention some background details:
gnomenu 2.9 (currently the Menu theme, but changing this doesn't seem to have an effect)
gnome 2.28
ubuntu 10.04
some additional weirdness I just noticed:
if there are 2 instances of GnoMenu added to my panel, only one of them will break in this way.
if I 'run-in-window' from the command line rather than add to my gnome panel, it will not break.
if I enable desktop effects, it will not break.