Opened 16 years ago
Closed 16 years ago
#2417 closed defect (fixed)
VBoxHeadLess terse
Reported by: | xfernandez | Owned by: | |
---|---|---|---|
Component: | RDP | Version: | VirtualBox 2.0.2 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | Windows |
Description
When I invoke OpenRemoteSession process using the COM or Web Services interface appears a MS-DOS window with the process output.
I think that this window should not appears.
Attachments (2)
Change History (5)
comment:1 by , 16 years ago
by , 16 years ago
Attachment: | VBoxHeadless-noout.diff added |
---|
by , 16 years ago
Attachment: | VBoxHeadless.cpp.txt added |
---|
comment:2 by , 16 years ago
Component: | other → RDP |
---|
Actually we are not sure if this is the right way. VBoxHeadless should also print error messages to the console window if something goes wrong. Can't you use
VBoxManage startvm VM_NAME -type vrdp
?
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | VBoxHeadLess → VBoxHeadLess terse |
No response, closing.
Note:
See TracTickets
for help on using tickets.
Hello
My friend and me have been programing in the vBoxHeadless in order to solve our the black screen problem.
Maybe is possible that this can be added to the next version...
I send the file and the diff file. I hope that maybe you can improve this code :)