Comment 1 for bug 206891

Revision history for this message
Mike MacCana (lovekudu) wrote :

This error is marked 'wishlist'. Please correct.

A fix is provided below. The problem comes about due GtkAboutDialog "name" property being deprecated - see http://bugzilla.gnome.org/show_bug.cgi?id=496689

The fix is to modify line 9 of /usr/share/virt-manager/vmm-about.glade from the deprecated:
   <property name="name" translatable="yes">Virtual Machine Manager</property>
to:
   <property name="program-name" translatable="yes">Virtual Machine Manager</property>

Please remove the incorrect wishlist tag and apply the fix above.