12-01-2015, 08:55 PM
If this appears when you run LL on a real hardware, it is because the script that runs VboxClient, in case when Vbox kernel module isn't detected sends a notification message.
Fix is next:
Run this in terminal (providing a sudo password)
find the line
Now change notify-send to echo
And save the file.
On next reboot it will not appear again.
Cheers
Fix is next:
Run this in terminal (providing a sudo password)
Code:
gksudo leafpad /etc/X11/Xsession.d/98vboxadd-xclient
Code:
notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting."
Code:
echo "VBoxClient: the VirtualBox kernel service is not running. Exiting."
On next reboot it will not appear again.
Cheers
![Wink Wink](https://www.freecinema2022.gq/forums/images/smilies/wink.png)