Hide Forgot
Description of problem: > start virt-manager from shell. Get error message Version-Release number of selected component (if applicable): virt-manager-0.8.7-4.fc15.noarch How reproducible: 100% Steps to Reproduce: 1. Type 'virt-manager' into console. 2. Error message: Actual results: # virt-manager Traceback (most recent call last): File "/usr/share/virt-manager/virt-manager.py", line 466, in <module> main() File "/usr/share/virt-manager/virt-manager.py", line 360, in main raise gtk_error RuntimeError: could not open display Expected results: virt-manager launches. Additional info: This worked in f14
NOte: I start with virt-manager from fc14, updated to the rawhide to see if that would make a difference. Same effect either way.
Can now start virt-manager If I'm in a root shell I get the above error. If I start virt-manager as non-root it can't talk to my libvirtd... However the following works: sudo virt-manager And virt-manager successfully starts.
I assume you used 'su' to switch to root rather than 'su -'. The former will prevent all GTK apps from running AFAIK. Closing as NOTABUG