Custom Query (16363 matches)
Results (700 - 702 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #717 | obsolete | set the current folder to a default folder which could be defined when open the file dialog | ||
| Description |
It take more mouse clicking than it should be to configure the shared folder. Because we have to go through from the root folder to the target folder every time when we want to add a shared folder. The convenient way is that the current folder is set to the default folder which is defined in the preference when we open the file dialog to configure the shared folder. |
|||
| #718 | invalid | '@' symbol cannot be typed in Windows XP guest under Ubuntu 7.04 host using UK Internationali keyboard layout | ||
| Description |
Hi, I am running a Windows XP guest on VirtualBox 1.5.0 under an Ubuntu 7.04 host. If the host machine is configured to use the UK International (with dead keys) keyboard layout, then the '@' symbol cannot be typed in Windows. If the host machine is reconfigured to use UK keyboard layout, then everything works fine. Otherwise all works perfectly! |
|||
| #719 | obsolete | unable to run as service in win w2k3 host, w2k3 guest | ||
| Description |
Installing as service with srvany, per these instructions http://www.tacktech.com/display.cfm?ttid=197. The application is a batch file that calls vboxvrdp -startvm w2k3, after creating machine etc. After starting service, I attempt to connect via rdp and get no result. please note that this works fine run at the command line. My prefered fix would be for the gui or vboxmanger to have the ability to install a machine as a service. The batch files log shows: VirtualBox VRDP Headless Interface 1.5.0 (C) 2005-2007 innotek GmbH All rights reserved Failed to create VirtualBox object! No error information available (rc = 0x80004005). batch file below: c: cd c:\Program Files\innotek VirtualBox\ echo off echo ---Virtual Box Service--- echo set some properties for virtual box "C:\Program Files\innotek VirtualBox\vboxmanage" setproperty vdifolder L:\VirtualBox\VDI\ "C:\Program Files\innotek VirtualBox\vboxmanage" setproperty machinefolder L:\VirtualBox\machines\ del /Q /f L:\VirtualBox\machines\w2k3-projectServer echo copy machine xcopy /Y /H /R /E /C /I L:\VirtualBox\machines\w2k3-projectServer-template L:\VirtualBox\machines\w2k3-projectServer\ echo unregister disk image to machine "C:\Program Files\innotek VirtualBox\vboxmanage" modifyvm w2k3-ProjectServer -hda none echo unregister image "C:\Program Files\innotek VirtualBox\vboxmanage" unregisterimage disk L:\VirtualBox\VDI\w2k3.vdi echo unregisterVM "C:\Program Files\innotek VirtualBox\vboxmanage" unregistervm w2k3-ProjectServer echo register machine "C:\Program Files\innotek VirtualBox\vboxmanage" registervm L:\VirtualBox\machines\w2k3-projectServer\w2k3-ProjectServer.xml echo register disk image "C:\Program Files\innotek VirtualBox\vboxmanage" registerimage disk L:\VirtualBox\VDI\w2k3.vdi echo register disk image to machine "C:\Program Files\innotek VirtualBox\vboxmanage" modifyvm w2k3-ProjectServer -hda L:\VirtualBox\VDI\w2k3.vdi echo start machine "C:\Program Files\innotek VirtualBox\VBoxVRDP" -startvm w2k3-ProjectServer >L:\scripts\Vboxservice.log |
|||

