Description of problem: VNC vv/mime file should use VM name in 'title', otherwise it is confusing to know what kind of VM I'm accessing as desktop environment look similar (Windows, RHEL). ~~~ [virt-viewer] type=vnc host=10.34.63.223 port=5900 password=ZENkJCdGYSho delete-this-file=1 title=VNC secure-attention=ctrl+alt+end ~~~ it should be ~~~ [virt-viewer] type=vnc host=10.34.63.223 port=5900 password=ZENkJCdGYSho delete-this-file=1 title=$vmname:$display secure-attention=ctrl+alt+end ~~~ vname=jb-w8-x86 display=:1 i'm not sure about display but in spice it is: jb-w7-x64:1 Version-Release number of selected component (if applicable): rhevm-3.4.0-0.22.el6ev.noarch How reproducible: 100% Steps to Reproduce: 1. open vnc console (native) 2. 3. Actual results: confusing title Expected results: contain vm name at least Additional info:
Created attachment 912134 [details] screenshot of spice and vnc vm name in virt-viewer It seems that on 3.5 the vm name already in the title, both for vnc and spice. Installed Packages Name : virt-viewer Arch : x86_64 Version : 0.5.6 Release : 2.fc19
couldn't find the bug before, but here it is.. *** This bug has been marked as a duplicate of bug 1083766 ***