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