Bug 737204

Summary: virt-viewer 0.4.1 no longer shows domain in the title
Product: [Community] Virtualization Tools Reporter: Jamie Strandboge <jamie>
Component: virt-viewerAssignee: Daniel Berrangé <berrange>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: xen-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-09-16 10:11:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jamie Strandboge 2011-09-09 21:59:22 UTC
This is forwarded from https://launchpad.net/bugs/842317.

With virt-viewer 0.2.1 and gtk-vnc 0.4.3 on Ubuntu 11.04, after launching a VM and connecting with virt-viewer, the name of the VM would be in the title bar (eg 'qatest-i386 - Virt Viewer'). After upgrading to virt-viewer 0.4.1 (still gtk-vnc 0.4.3) on Ubuntu 11.10, the title of the virt-viewer window is simply 'Virt Viewer'. This was tested and confirmed as a problem in both Unity and Xfce.

Comment 1 Daniel Berrangé 2011-09-16 10:11:41 UTC
Fixed upstream with this patch:

commit 46cf6410c11dc8369dcf74283656f4bb0e14be8a
Author: Daniel P. Berrange <berrange>
Date:   Fri Sep 16 10:57:53 2011 +0100

    Fix setting of window title with domain name

The patch also ensures that with multi-headed SPICE displays each window gets the display number included in the title.

Comment 2 Jamie Strandboge 2011-09-16 11:24:19 UTC
Thanks! It works great. :)