Bug 1112639 - VNC vv file should use VM name in 'title'
Summary: VNC vv file should use VM name in 'title'
Keywords:
Status: CLOSED DUPLICATE of bug 1083766
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-webadmin-portal
Version: 3.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact: Pavel Stehlik
URL:
Whiteboard: virt
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-24 11:21 UTC by Jiri Belka
Modified: 2014-06-26 11:22 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-26 10:31:31 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
screenshot of spice and vnc vm name in virt-viewer (39.93 KB, image/png)
2014-06-25 14:47 UTC, Omer Frenkel
no flags Details

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 ***


Note You need to log in before you can comment on or make changes to this bug.