Changes between Initial Version and Version 1 of Ticket #19336, comment 10
- Timestamp:
- Feb 26, 2020 3:32:00 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19336, comment 10
initial v1 1 Reading the code it appears that starts up the Xserver integration for clipboard handling is commented out, both in the 6.1.4 guest additions and in the master codebase, the `vboxClipboardConnect` function is wrapped in `#if 0 ... #endif` and the callsite is replaced with `int rc = 0` (in place of `int rc = vboxClipboardConnect()`).1 Reading the code it appears that the logic that starts up the Xserver integration for clipboard handling is commented out, both in the 6.1.4 guest additions and in the master codebase, the `vboxClipboardConnect` function is wrapped in `#if 0 ... #endif` and the callsite is replaced with `int rc = 0` (in place of `int rc = vboxClipboardConnect()`). 2 2 3 3 This means that starting `VBoxClient -clipboard` spawns a process that sleeps for 60 seconds then shuts down and provides no clipboard integration whatsoever.