one icon indicating copy to clipboard operation
one copied to clipboard

Improvements for Guacamole/VMRC in new Sunstone

Open sbbarragan opened this issue 3 years ago • 1 comments

Description Each protocol supported by Guacamole has its own set of configuration parameters.

Improvements to includes:

  • [ ] Check clipboard (copy&paste) across all options
  • [ ] VNC
    • [ ] autoretry
    • [ ] read-only
    • [ ] enable-audio
    • [ ] clipboard-encoding
  • [ ] RDP
    • [ ] changes security mode
    • [ ] disable-auth
    • [x] server-layout
    • [x] resize-method
    • [ ] remote-app
    • [x] Performance flags: enable-wallpaper, enable-theming, etc
    • [ ] Implement save_rdp to download connection file by external software
  • [ ] SSH
  • [ ] Telnet
  • [ ] Kubernetes
    • [ ] Kubernetes support for Guacamole is provided by the libguac-client-kubernetes library
  • [ ] Common configuration options
    • [ ] Disabling clipboard
    • [ ] File transfer via SFTP (drag&drop)
    • [ ] Terminal display settings (used by SSH, telnet, and Kubernetes support): color-scheme, font-name, etc
  • [ ] Shared connections by link (instead of Sunstone)
  • [ ] VMRC
    • [ ] clipboard

Interface Changes Improves the Virtual Desktop Infrastructure in new Sunstone

Progress Status

  • [ ] Branch created
  • [ ] Code committed to development branch
  • [ ] Testing - QA
  • [ ] Documentation
  • [ ] Release notes - resolved issues, compatibility, known issues
  • [ ] Code committed to upstream release/hotfix branches
  • [ ] Documentation committed to upstream release/hotfix branches

sbbarragan avatar Mar 10 '22 15:03 sbbarragan

the attributes for RDP connection: server-layout, resize-method, and all the available performance flags on guacamole documentation were included in https://github.com/OpenNebula/one-ee/pull/2234

FrederickBor avatar Jul 13 '22 16:07 FrederickBor