Created attachment 357305 [details] Patch for gettext problem libvirt-0.6.2-13.fc11 When trying to add a piece of hardware that's invalid (such as an iPhone via USB), virt-manager generates a traceback instead of an error dialog. The attached patch fixes the problem. Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/addhardware.py", line 288, in forward if(self.validate(notebook.get_current_page()) != True): File "/usr/share/virt-manager/virtManager/addhardware.py", line 966, in validate str(e))) TypeError: gettext() takes exactly 2 arguments (3 given)
Thanks for the patch but it looks like a fix fir virt-manager :-) Daniel
Patch looks good to me and is needed upstream/F-12 as well as F-11
Thanks for the patch, applied upstream: http://hg.et.redhat.com/cgi-bin/hg-virt.cgi/applications/virt-manager--devel/rev/d34def55dbd7 Fixed in virt-manager-0.8.0-3.fc12