Re: [virt-tools-list] virt-manager mirror on github, eventually transition?

2015-05-21 Thread Chen, Hanxiao
> -Original Message- > From: virt-tools-list-boun...@redhat.com > [mailto:virt-tools-list-boun...@redhat.com] On Behalf Of Cole Robinson > Sent: Friday, May 22, 2015 8:48 AM > To: virt-tools-list > Subject: [virt-tools-list] virt-manager mirror on github, eventually > transition? > > He

[virt-tools-list] virt-manager mirror on github, eventually transition?

2015-05-21 Thread Cole Robinson
Hey all, I set up a virt-manager mirror on github: https://github.com/virt-manager/virt-manager Right now it's just updated from the fedorahosted repo using a cron script, so it's just a readonly mirror. However I'd like to fully transition to using github for source hosting in the near term. R

Re: [virt-tools-list] [virt-viewer][PATCH 1/4 v3] virt-viewer: Moved preferences from app to window

2015-05-21 Thread Fabiano Fidêncio
On Wed, May 20, 2015 at 5:28 PM, Jonathon Jongsma wrote: > On Wed, 2015-05-20 at 08:41 +0200, Pavel Grunt wrote: >> If we agree on this,On Tue, 2015-05-19 at 11:40 -0500, Jonathon Jongsma >> wrote: >> > General comment on the approach: it seems to me that it would be >> > cleaner >> > to implemen

Re: [virt-tools-list] [PATCH virt-viewer 1/3] Adjust zoom level when window is resized and guest cannot be resized

2015-05-21 Thread Jonathon Jongsma
Hi Pavel, I must apologize. It seems that my cursory analysis of the situation while reviewing your last patch series was based on an incorrect assumption. I had assumed that it was caused by not tracking the zoom level properly. But it appears this is not really the cause. Sorry about that. This

Re: [virt-tools-list] problem with virt-install host ubuntu

2015-05-21 Thread Cole Robinson
On 05/21/2015 02:33 PM, zach villers wrote: > Hello, > > When running the following in ubuntu 15.04; > > virt-install -n dummy -r 512 --vcpus=1 --os-type=linux > --os-variant=rhel7 -w bridge:virbr0 --disk > path=/var/lib/libvirt/images/dummy.qcow2,size=8 -l > http://pubmirrors.dal.corespace.com/

[virt-tools-list] problem with virt-install host ubuntu

2015-05-21 Thread zach villers
Hello, When running the following in ubuntu 15.04; virt-install -n dummy -r 512 --vcpus=1 --os-type=linux --os-variant=rhel7 -w bridge:virbr0 --disk path=/var/lib/libvirt/images/dummy.qcow2,size=8 -l http://pubmirrors.dal.corespace.com/centos/7/isos/x86_64/ --dry-run I am given "ERROR global n

[virt-tools-list] [PATCH virt-viewer 2/3] display-spice: Prevent update geometry when zoom changes

2015-05-21 Thread Pavel Grunt
It should not be prevented when the zoom level was not set before, otherwise it can avoid resizing the guest desktop. Related: rhbz#1221501 --- src/virt-viewer-display-spice.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/virt-viewer-display-spice.c b/src/

[virt-tools-list] [PATCH virt-viewer 3/3] virt-viewer-window: Change zoom when cannot resize guest to fit within monitor

2015-05-21 Thread Pavel Grunt
The zoom level should be changed instead of changing the desktop size when it is not possible to resize the desktop of the guest (VNC, Spice without the agent). Because zoom operations take into account 'desktopWidth' and 'desktopHeight' of VirtViewerDisplay, so when these dimensions are wrong, the

[virt-tools-list] [PATCH virt-viewer 1/3] Adjust zoom level when window is resized and guest cannot be resized

2015-05-21 Thread Pavel Grunt
When resizing the window and it is not possible to resize the guest desktop, VirtViewerDisplay acts like the zoom level was changed. Because this change is not stored anywhere, zoom operations are not working correctly (e.g. 'zooming in' decreases the zoom level). This commit solves the problem by

Re: [virt-tools-list] [virt-viewer][PATCH] virt-viewer: Fix choose VM dialog alt-tab in gnome2

2015-05-21 Thread Pavel Grunt
On Wed, 2015-05-20 at 12:12 +0200, Pavel Grunt wrote: > On Wed, 2015-05-20 at 11:32 +0200, Lukas Venhoda wrote: > > Choose VM dialog was not visible in taskbar and alt-tab when > > running > > on > > system with gnome2. > > > > rhbz#1223285 > > --- > > src/virt-viewer-vm-connection.xml | 2 -- >

Re: [virt-tools-list] [virt-viewer][PATCH v3 1/2] virt-viewer-display-vnc: Set guest name when using VNC

2015-05-21 Thread Pavel Grunt
On Mon, 2015-05-11 at 09:59 +0200, Fabiano Fidêncio wrote: > On Wed, Apr 29, 2015 at 5:39 PM, Lukas Venhoda > wrote: > > If it's not already set, set guest name field in virt-viewer-app > > when using VNC. > > > > Wait for VNC to be initialized > > (virt_viewer_display_vnc_initialized()). > >

Re: [virt-tools-list] Compiling for USB Redirection support in Windows

2015-05-21 Thread Charlie Benger-Stevenson
This makes perfect sense. Thank you so much for your help Victor. :)   From: Victor Toso To: Charlie Benger-Stevenson Cc: "virt-tools-list@redhat.com" Sent: Thursday, 21 May 2015, 10:52 Subject: Re: [virt-tools-list] Compiling for USB Redirection support in Windows Hi, On Thu, Ma

Re: [virt-tools-list] Compiling for USB Redirection support in Windows

2015-05-21 Thread Victor Toso
Hi, On Thu, May 21, 2015 at 09:41:56AM +, Charlie Benger-Stevenson wrote: > Hi, > Thank you for your quick response. I have read the walkthrough you > linked to. It answers a lot of my questions about cross compiling so > that's a great help. Great :) > However the point of all of this was t

Re: [virt-tools-list] Compiling for USB Redirection support in Windows

2015-05-21 Thread Charlie Benger-Stevenson
Hi, Thank you for your quick response. I have read the walkthrough you linked to. It answers a lot of my questions about cross compiling so that's a great help.However the point of all of this was to cross compile with USB redirection support. I note that this is not in the configure.ac file at

Re: [virt-tools-list] Compiling for USB Redirection support in Windows

2015-05-21 Thread Victor Toso
Hi Charlie, On Thu, May 21, 2015 at 08:00:52AM +, Charlie Benger-Stevenson wrote: > Hi, > I have downloaded the latest version of the Virt-Viewer from spice.org and > when I tried and use USB redirection it tells me that it "Is not compiled > in".I understand from reading the Redhat repo in

[virt-tools-list] Compiling for USB Redirection support in Windows

2015-05-21 Thread Charlie Benger-Stevenson
Hi, I have downloaded the latest version of the Virt-Viewer from spice.org and when I tried and use USB redirection it tells me that it "Is not compiled in".I understand from reading the Redhat repo information that it is compiled in for Linux, but from this evidence, not for windows. This is a