Installing Manjaro 18.0.4 XFCE in VirtualBox 6 [no comment]
У вашего броузера проблема в совместимости с HTML5
Installing Manjaro 18.0.4 XFCE in VirtualBox 6 [no comment]
Download Manjaro Linux XFCE - https://manjaro.org/download/xfce/
Configure pacman-mirrors and update the system:
sudo nano /etc/pacman-mirrors.conf
# uncomment "Method = rank" line
# uncomment "Protocols = " line and add https,http
sudo pacman -Syyu
Install kernel headers required by Guest Additions:
# check which kernel version is currently installed and running
uname -r
# iinstall the proper kernel headers
sudo pacman -S linux419-headers
Install the Guest Additions packet:
# insert Guest Addtions CD image from Devices menu and run a terminal inside it
sudo sh VBoxLinuxAdditions.run
# reboot the system
sudo reboot now