Comment 15 for bug 603795

Revision history for this message
Thiago Teixeira (tvst) wrote :

Oh, as per Cody Russel's comment above, it's possible that you could replace

os.environ["UBUNTU_MENUPROXY"]=""

with something like

os.environ.pop("UBUNTU_MENUPROXY")

but I haven't tested this and I'm just happy it's working as is (this took quite a while!). If anyone would like to try this out, go ahead and let me know how it goes :)