#18257 closed defect (fixed)
VirtualBoxVM not accessible on Linux hosts -> fixed after (not in) 6.0.0
回報者: | andyp1973 | 負責人: | pentagonik |
---|---|---|---|
元件: | VM control | 版本: | VirtualBox 6.0.0 |
關鍵字: | VirtualBoxVM, shortcut | 副本: | |
Guest type: | other | Host type: | Linux |
描述
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" "$@" ;;
更動歷史 (7)
comment:4 6 年 前 由 編輯
摘要: | VirtualBoxVM not accessible on Linux hosts → VirtualBoxVM not accessible on Linux hosts -> fixed after (not in) 6.0.0 |
---|
Fixed as of revision 128075 and later.
comment:5 6 年 前 由 編輯
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.
Discussion of this can be found in https://forums.virtualbox.org/viewtopic.php?f=7&t=90997