[vbox-dev] Some more "vboxshell.py" bugs

Alexey Eromenko al4321 at gmail.com
Sun Jan 30 18:26:48 GMT 2011


1. "vboxshell.py", line 1479:
    print "HDDs:     %s" %(colPath(ctx,props.defaultHardDiskFolder))

Line needs to be removed. It fails with v4.0. (both Windows and Linux hosts)

2. DVD detection code does not work on Windows hosts: It renders empty strings.
"vboxshell.py", line 1504:

   print colCat(ctx,"DVD drives:")
   for dd in ctx['global'].getArray(host, 'DVDDrives'):
       print "  %s - %s" %(dd.name, dd.description)

I have not figured out why.

-- 
-Alexey Eromenko "Technologov"




More information about the vbox-dev mailing list