Changeset 44553 in vbox
- Timestamp:
- Feb 5, 2013 8:51:09 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83611
- Location:
- trunk/doc/manual
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r44411 r44553 309 309 virtual machines and other data represented by the VirtualBox data of 310 310 that user (for example, on a Linux machine, under 311 <computeroutput>/home/user1/. VirtualBox</computeroutput>; see the311 <computeroutput>/home/user1/.config/VirtualBox</computeroutput>; see the 312 312 VirtualBox User Manual for details on where this data is stored).</para> 313 313 … … 2217 2217 2218 2218 <para>You can easily extend this shell with your own commands. Create a 2219 subdirectory named <computeroutput>. VirtualBox/shexts</computeroutput>2220 below your home directory and put a Python file implementing your shell2219 subdirectory named <computeroutput>.config/VirtualBox/shexts</computeroutput> 2220 below your home directory (respectively <computeroutput>.VirtualBox/shexts</computeroutput> on a Windows system and <computeroutput>Library/VirtualBox/shexts</computeroutput> on OS X) and put a Python file implementing your shell 2221 2221 extension commands in this directory. This file must contain an array 2222 2222 named <computeroutput>commands</computeroutput> containing your command … … 2267 2267 </screen> Just store the above text in the file 2268 2268 <computeroutput>createHdd</computeroutput> (or any other meaningful name) 2269 in <computeroutput>. VirtualBox/shexts/</computeroutput>. Start the2269 in <computeroutput>.config/VirtualBox/shexts/</computeroutput>. Start the 2270 2270 VirtualBox shell, or just issue the 2271 2271 <computeroutput>reloadExts</computeroutput> command, if the shell is -
trunk/doc/manual/en_US/user_Technical.xml
r39765 r44553 149 149 150 150 <para>In addition to the files of the virtual machines, VirtualBox 151 maintains global configuration data. On Windows, Linux and Solaris, this 152 is in <computeroutput>$HOME/.VirtualBox</computeroutput> (which makes it 153 hidden on Linux and Solaris), whereas on a Mac this resides in 151 maintains global configuration data. On Linux and Solaris as of VirtualBox 4.3, this 152 is in the hidden directory <computeroutput>$HOME/.config/VirtualBox</computeroutput>, although <computeroutput>$HOME/.VirtualBox</computeroutput> will be used if it exists for compatibility with earlier versions; on Windows (and on Linux and Solaris with VirtualBox 4.2 and earlier) this is in <computeroutput>$HOME/.VirtualBox</computeroutput>; on a Mac it resides in 154 153 <computeroutput>$HOME/Library/VirtualBox</computeroutput>.</para> 155 154 … … 158 157 directory by setting the 159 158 <computeroutput><literal>VBOX_USER_HOME</literal></computeroutput> 160 environment variable . (Since the global159 environment variable, or additionally on Linux or Solaris by using the standard <computeroutput><literal>XDG_CONFIG_HOME</literal></computeroutput> variable. (Since the global 161 160 <computeroutput>VirtualBox.xml</computeroutput> settings file points to 162 161 all other configuration files, this allows for switching between several -
trunk/doc/manual/en_US/user_Troubleshooting.xml
r43802 r44553 1282 1282 running under. <computeroutput>VBoxSVC</computeroutput> owns the 1283 1283 VirtualBox configuration database which normally resides in 1284 <computeroutput>~/. VirtualBox</computeroutput>. While it is running, the1284 <computeroutput>~/.config/VirtualBox</computeroutput>, or the appropriate configuration directory for your operating system. While it is running, the 1285 1285 configuration files are locked. Communication between the various 1286 1286 VirtualBox components and <computeroutput>VBoxSVC</computeroutput> is -
trunk/doc/manual/en_US/user_VBoxManage.xml
r44322 r44553 84 84 Virtual machine 'SUSE 10.2' is created. 85 85 UUID: c89fc351-8ec6-4f02-a048-57f4d25288e5 86 Settings file: '/home/username/. VirtualBox/Machines/SUSE 10.2/SUSE 10.2.xml'86 Settings file: '/home/username/.config/VirtualBox/Machines/SUSE 10.2/SUSE 10.2.xml' 87 87 </screen> 88 88 … … 311 311 Guest OS: Other/Unknown 312 312 UUID: 1bf3464d-57c6-4d49-92a9-a5cc3816b7e7 313 Config file: /home/username/. VirtualBox/Machines/Windows XP/Windows XP.xml313 Config file: /home/username/.config/VirtualBox/Machines/Windows XP/Windows XP.xml 314 314 Memory size: 512MB 315 315 VRAM size: 12MB … … 424 424 used by default as the file name of the settings file (with the extension 425 425 <computeroutput>.xml</computeroutput>) and the machine folder (a subfolder 426 of the <computeroutput>. VirtualBox/Machines</computeroutput> folder), it426 of the <computeroutput>.config/VirtualBox/Machines</computeroutput> folder - this folder name may vary depending on the operating system and the version of VirtualBox which you are using), it 427 427 must conform to your host operating system's requirements for file name 428 428 specifications. If the VM is later renamed, the file and folder names will -
trunk/doc/manual/user_ChangeLogImpl.xml
r44498 r44553 21 21 <listitem> 22 22 <para>dummy</para> 23 </listitem> 24 25 <listitem> 26 <para>Main: use the XDG standard configuration folder instead of 27 .VirtualBox on systems where it is appropriate (bug #5099)</para> 23 28 </listitem> 24 29
Note:
See TracChangeset
for help on using the changeset viewer.