Opened 18 years ago
Closed 18 years ago
#140 closed defect (fixed)
"Unknown application - VBoxVRDP" message on Debian Linux (etch)
Reported by: | glasmach | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.3.6 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
If you want to start VBoxVRDP on a Debian Linux host (etch), you got the message "Unknown application - VBoxVRDP". Reason in /opt/VirtualBox-1.3.6/VBox.sh the case part for VBoxVRDP is missing. If you add
VBoxVRDP) exec "$INSTALL_DIR/VBoxVRDP" "$@" ;;
in the case/esac loop, VBoxVRDP works fine. See attached file.
Attachments (1)
Change History (2)
by , 18 years ago
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the report. Fixed in svn.
Note:
See TracTickets
for help on using tickets.
Changed VBox.sh