升级1003,virtualbox无法打开
Tofloor
poster avatar
jerry79
deepin
2020-10-16 18:30
Author
如图


我已经将文件权限改为root

Reply Favorite View the author
All Replies
chunzhen_xiaohai
deepin
2020-10-16 18:58
#1
是有这个问题,找个安装包重新安装,会覆盖之前的,就能打开了
Reply View the author
chunzhen_xiaohai
deepin
2020-10-16 19:00
#2
最好是手头准备个deb安装包,这几次每次更新后都有这个问题,我都是重新安装的,里面镜像是没影响的
Reply View the author
deepinuser17
deepin
2020-10-16 19:16
#3
VirtualBox的虚拟机是保存在运行者的home文件夹里的.  

可以试试账户是否加入vboxusers用户组.
  1. id <用户名>
Copy the Code


加账户到vboxusers用户组:
  1. sudo usermod -a -G vboxusers <用户名>
Copy the Code
Reply View the author