[PVE-User] Win7 spice client does not release cursor/mouse

Lindsay Mathieson lindsay.mathieson at gmail.com
Tue Feb 4 15:29:30 CET 2014


On Tue, 4 Feb 2014 02:14:31 PM Frank, Petric wrote:
> Installed:
>   Proxmox 3.1 (dist-upgrade from today)
>   Spice-Proxy: virt-viewer-x64-0.6.0.msi  (as linked from proxmox wiki page)
> 
> It seems that spiceproxy does not define the release-cursor key and the
> default <Ctrl>-<Alt> is not working under Windows.
> 
> Any hints ?


Forgot I actually detailed it in another email.

This is *not* supported by proxmox the company. *Backup* Qemu.pm first.

On the proxmox server edit "/usr/share/perl5/PVE/API2/Qemu.pm", changes below are in bold.

   1399         # LWM
*   1400         my $conf = PVE::QemuServer::load_config($vmid, $node);*
   1401
   1402         return {
*   1403             'secure-attention' => "Ctrl+Alt+Ins",*
*   1404             'toggle-fullscreen' => "Shift+F11",*
*   1405             'release-cursor' => "Ctrl+Alt+R",*
*   1406             title => "VM $vmid - $conf->{'name'}",*
*   1407             type => 'spice',*
*   1408             #title => "VM $vmid",*
   1409             host => $proxyticket, # this break tls hostname
verification, so we need to use 'host-subject'
   1410             proxy => "http://$proxy:3128",
   1411             'tls-port' => $port,
   1412             'host-subject' => $subject,
   1413             ca => $cacert,
   1414             password => $ticket,
   1415             'delete-this-file' => 1,
   1416         };
   1417     }}); 


then issue the command:

  service pvedaemon restart

to activate the changes.

-- 
Lindsay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20140205/9c5164bb/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20140205/9c5164bb/attachment.sig>


More information about the pve-user mailing list