File: settings-general-advanced.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (53 lines) | stat: -rw-r--r-- 2,812 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="settings-general-advanced">
  <title>Advanced Tab</title>
  
  <body>
    <p>The following settings are available in the <b outputclass="bold">Advanced</b> tab: </p>
    <ul>
      <li>
        <p><b outputclass="bold">Snapshot Folder:</b> By
            default, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> saves snapshot data together with
            your other <ph conkeyref="vbox-conkeyref-phrases/product-name"/> configuration data. See
            <xref href="vboxconfigdata.dita">Where <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Stores its Files</xref>. With this setting, you
            can specify any other folder for each VM.
          </p>
      </li>
      <li>
        <p><b outputclass="bold">Shared Clipboard:</b> You can
            select here whether the clipboard of the guest OS should be
            shared with that of your host. If you select
            <b outputclass="bold">Bidirectional</b>, then
            <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will always make sure that both clipboards
            contain the same data. If you select
            <b outputclass="bold">Host to Guest</b> or
            <b outputclass="bold">Guest to Host</b>, then
            <ph conkeyref="vbox-conkeyref-phrases/product-name"/> will only ever copy clipboard data in one
            direction.
          </p>
        <p>Clipboard sharing requires the <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
          <xref href="guestadditions.dita#guestadditions"/>.</p>
        <p>For security reasons, the shared clipboard is disabled by default. This setting can be changed at any time
          using the <b outputclass="bold">Shared Clipboard</b> menu item in the <b outputclass="bold">Devices</b> menu
          of the virtual machine. </p>
      </li>
      <li>
        <p><b outputclass="bold">Drag and Drop:</b> This setting
            enables support for drag and drop. Select an object, such as
            a file, from the host or guest and directly copy or open it
            on the guest or host. Multiple drag and drop modes for a VM
            enable restricting of access in either direction.
          </p>
        <p>For drag and drop to work, the Guest Additions need to be installed on the guest. </p>
        <note>
          <p>Drag and drop is disabled by default. This setting can be changed at any time using the <b
              outputclass="bold">Drag and Drop</b> menu item in the <b outputclass="bold">Devices</b> menu of the
            virtual machine. </p>
          <p>See <xref href="guestadd-dnd.dita#guestadd-dnd"/>. </p>
        </note>
      </li>
    </ul>
  </body>
  
</topic>