vboxclient: the virtualbox services is not running , 开机显示这个怎...
Tofloor
poster avatar
白行简
deepin
2017-12-09 23:00
Author
开机的时候老是提示这个, 安装virtualbox或者卸载virtaulbox都没有影响  (最新系统)

Reply Favorite View the author
All Replies
avatar
toto332995805
deepin
2017-12-09 23:19
#1
同样的问题啊
Reply View the author
avatar
toto332995805
deepin
2017-12-09 23:36
#2
Fix is next:
Run this in terminal (providing a sudo password)

sudo vi /etc/X11/Xsession.d/98vboxadd-xclient
find the line

notify-send "VBoxClient: the VirtualBox kernel service is not running.  Exiting."
Now change notify-send to echo

  echo "VBoxClient: the VirtualBox kernel service is not running.  Exiting."
And save the file.
On next reboot it will not appear again.
Reply View the author
avatar
toto332995805
deepin
2017-12-09 23:36
#3
我是连echo都不用了,直接加#把那行注释掉
Reply View the author
avatar
打击越
deepin
2017-12-09 23:38
#4
网上找的方案,修改这个文件 /etc/X11/Xsession.d/98vboxadd-xclient

Reply View the author
avatar
iminto
deepin
2017-12-09 23:52
#5
deepin 为了在虚拟机下增强体验,预装了虚拟机中需要的各种组件,包括vmware的都装了...

这些东西,在安装在硬盘上是不需要的
Reply View the author
avatar
白行简
deepin
2017-12-10 03:21
#6
多谢各位
Reply View the author