﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
18257	VirtualBoxVM not accessible on Linux hosts -> fixed after (not in) 6.0.0	andyp1973	pentagonik	"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"" ""$@""
        ;;
}}}
"	defect	closed	VM control	VirtualBox 6.0.0	fixed	VirtualBoxVM, shortcut		other	Linux
