Bug 1112639

Summary: VNC vv file should use VM name in 'title'
Product: Red Hat Enterprise Virtualization Manager Reporter: Jiri Belka <jbelka>
Component: ovirt-engine-webadmin-portalAssignee: Nobody <nobody>
Status: CLOSED DUPLICATE QA Contact: Pavel Stehlik <pstehlik>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.4.0CC: acathrow, ecohen, gklein, iheim, michal.skrivanek, ofrenkel, Rhev-m-bugs, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: virt
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-26 10:31:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
screenshot of spice and vnc vm name in virt-viewer none

Description Jiri Belka 2014-06-24 11:21:41 UTC
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:

Comment 1 Omer Frenkel 2014-06-25 14:47:32 UTC
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

Comment 2 Michal Skrivanek 2014-06-26 11:22:39 UTC
couldn't find the bug before, but here it is..

*** This bug has been marked as a duplicate of bug 1083766 ***