VirtualBox

Changes between Version 5 and Version 6 of DnDDebug


Ignore:
Timestamp:
Jun 24, 2015 9:50:42 AM (9 years ago)
Author:
pentagonik
Comment:

DnD debug draft.

Legend:

Unmodified
Added
Removed
Modified
  • DnDDebug

    v5 v6  
    4949
    5050 * Make sure you at least have the !VirtualBox Guest Additions 5.0 or higher installed.
    51  * As root, open the file "/etc/profile" and add
     51 * As root, open the file "/usr/bin/VBoxClient-all" and change the line
    5252{{{
    53 export VBOX_RELEASE_LOG_FLAGS="time tid thread"
    54 export VBOX_RELEASE_LOG_DEST="file=/tmp/VBoxClient.log"
    55 export VBOX_RELEASE_LOG="+guest_dnd.e.l.l2.l3.f"
     53/usr/bin/VBoxClient --draganddrop
    5654}}}
    57  
     55    to
     56{{{
     57VBOX_RELEASE_LOG_DEST="file=/tmp/VBoxClient.log" VBOX_RELEASE_LOG_FLAGS="time tid thread" export VBOX_RELEASE_LOG="+all.e.l.f" /usr/bin/VBoxClient --draganddrop
     58}}}
     59 
     60  * Save the file.
    5861  * Reboot the guest.
    5962  * Perform and reproduce the faulty drag and drop operation (from host to guest or guest to host).

© 2023 Oracle
ContactPrivacy policyTerms of Use