Ticket #18257 (closed defect: fixed)
VirtualBoxVM not accessible on Linux hosts -> fixed after (not in) 6.0.0
Reported by: | andyp1973 | Owned by: | pentagonik |
---|---|---|---|
Component: | VM control | Version: | VirtualBox 6.0.0 |
Keywords: | VirtualBoxVM, shortcut | Cc: | |
Guest type: | other | Host type: | Linux |
Description
When installing VirtualBox 6.0.0 onto a Linux host, the VirtualBoxVM application is not accessible with the standard Linux paths.
To resolve this issue a soft link should be created in /usr/bin:
ln -s VBox VirtualBoxVM
...and the following added to the case statement in /usr/bin/VBox...
VirtualBoxVM|virtualboxvm) exec "$INSTALL_DIR/VirtualBoxVM" "$@" ;;
Change History
comment:2 Changed 4 years ago by pentagonik
This will be fixed in the next upcoming maintenance release.
comment:3 Changed 4 years ago by pentagonik
- Owner set to pentagonik
- Status changed from new to assigned
comment:4 Changed 4 years ago by michael
- Summary changed from VirtualBoxVM not accessible on Linux hosts to VirtualBoxVM not accessible on Linux hosts -> fixed after (not in) 6.0.0
Fixed as of revision 128075 and later.
comment:5 Changed 4 years ago by andyp1973
This appears to be fixed in changeset 76608. Should there be an additional change to the src/VBox/Installer/linux/uninstall.sh file to add /usr/bin/VirtualBoxVM to the list of symlinks to be deleted?
Likewise, are the same changes needed for the Solaris equivalents (src/VBox/Installer/solaris/VBox.sh)?
-Andy.
Note: See
TracTickets for help on using
tickets.
Discussion of this can be found in https://forums.virtualbox.org/viewtopic.php?f=7&t=90997