Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for enabling vnc clipboard #1038

Closed
sei-aschlackman opened this issue Feb 19, 2024 · 0 comments · Fixed by #1326
Closed

Add support for enabling vnc clipboard #1038

sei-aschlackman opened this issue Feb 19, 2024 · 0 comments · Fixed by #1326
Labels
size/S ✨ enhancement New feature or request

Comments

@sei-aschlackman
Copy link

Feature Request
Proxmox 8.1 added clipboard support to the VNC console:

"Add clipboard support to the VNC console in the GUI. For now the feature cannot be enabled in the GUI and has to be manually enabled via API or CLI. After installing the SPICE guest tools, text can be copied from/to the guest clipboard using the noVNC clipboard button."

This can be enabled through the CLI with qm set <vm-id> -vga clipboard=vnc or through the API in the vm creation POST through the vga parameter with [[type=]<enum>] [,clipboard=<vnc>] [,memory=<integer>]

Describe the solution you'd like
Add an additional clipboard property to the existing vga argument that can be set to vnc to enable vnc clipboard support on a virtual machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S ✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants