Need some help with contributing to VirtualBox to fix shared clipboard

As others have complained about, the feature of shared clipboard in Virtualbox was broken in the latest Whonix version.

@arraybolt3 mentioned ( How to enable Shared Clipboard & Drag-and-Drop features inside VirtualBox with Whonix-LXQt-18.0.8.7 ? - #2 by arraybolt3 ) that is because of the switch to Wayland. A Wayland guest OS can’t use the shared clipboard feature in Virtualbox.

I want to contribute to Whonix by fixing this issue upstream. I’m asking for support to any experienced (systems) programmer who could give me a helping hand with this by giving me some pointers. I know how to program and I will figure it out, but the right pointers by an experienced programmer could save me hours on the job. Thanks in advance.

2 Likes

The linked bug report has a pretty decent breakdown of the issue in the code itself. I don’t know how accurate it is, but it looks hopeful. You may have already seen this, and unfortunately I haven’t worked inside the VirtualBox codebase enough to give more than general C/C++ advice.

2 Likes

See:

Broken for all Linux distributions based on Wayland. Hence, unspecific to Whonix.