[pve-devel] [RFC PATCH novnc] add patch to readd local cursor

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Jul 19 10:36:05 CEST 2018


On 7/16/18 5:07 PM, Dominik Csapak wrote:
> +diff --git a/core/rfb.js b/core/rfb.js
> +index 6a1ff85..9eaacca 100644
> +--- a/core/rfb.js
> ++++ b/core/rfb.js
> +@@ -1242,7 +1242,9 @@ RFB.prototype = {
> + 
> +         // Cursor will be server side until the server decides to honor
> +         // our request and send over the cursor image
> +-        this._display.disableLocalCursor();
> ++
> ++	// we want to show the local cursor
> ++        //this._display.disableLocalCursor();

Maybe we should make a setting for this?

Looks good otherwise.




More information about the pve-devel mailing list