0d13a79
diff -rup virt-manager-0.8.1/src/virtManager/uihelpers.py new/src/virtManager/uihelpers.py
0d13a79
--- virt-manager-0.8.1/src/virtManager/uihelpers.py	2009-12-03 16:15:01.000000000 -0500
0d13a79
+++ new/src/virtManager/uihelpers.py	2009-12-03 17:15:09.101994000 -0500
0d13a79
@@ -38,7 +38,7 @@ OPTICAL_MEDIA_KEY = 4
0d13a79
 # may use a nonroot user, so simply changing this will cause several UI
0d13a79
 # pieces to attempt to verify that permissions are correct. Eventually this
0d13a79
 # should be exposed via capabilities so we can determine this programmatically.
0d13a79
-QEMU_SYSTEM_EMULATOR_USER = "root"
0d13a79
+QEMU_SYSTEM_EMULATOR_USER = "qemu"
0d13a79
 
0d13a79
 ##############################################################
0d13a79
 # Initialize an error object to use for validation functions #