VirtualBox

Changes between Initial Version and Version 1 of Ticket #19336, comment 10


Ignore:
Timestamp:
Feb 26, 2020 3:32:00 PM (4 years ago)
Author:
boss_mc

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()`).
     1Reading 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()`).
    22
    33This means that starting `VBoxClient -clipboard` spawns a process that sleeps for 60 seconds then shuts down and provides no clipboard integration whatsoever.

© 2023 Oracle
ContactPrivacy policyTerms of Use