Blob Blame History Raw
diff -rup virt-manager-0.8.4/src/virtManager/engine.py new/src/virtManager/engine.py
--- virt-manager-0.8.4/src/virtManager/engine.py	2010-03-24 11:21:39.000000000 -0400
+++ new/src/virtManager/engine.py	2010-03-24 19:57:56.000000000 -0400
@@ -49,8 +49,8 @@ import virtManager.util as util
 
 # List of packages to look for via packagekit at first startup.
 # If this list is empty, no attempt to contact packagekit is made
-LIBVIRT_DAEMON = ""
-HV_PACKAGE = ""
+LIBVIRT_DAEMON = "libvirt"
+HV_PACKAGE = "qemu-system-x86"
 OTHER_PACKAGES = []
 PACKAGEKIT_PACKAGES = []