Am 20.01.2020 um 16:04 schrieb Peter Toye:
Re: Looking for help in configuring LilyDev in VirtualBox Monday, January 20, 2020, 10:26:55 AM, you wrote:Am 20.01.2020 um 11:08 schrieb Peter Toye: Re: Looking for help in configuring LilyDev in VirtualBox Hmm...weird. Could you please check if the virtual box modules are loaded with lsmod | grep vbox Which VirtualBox version do you use? What is you host OS? lsmod gives: vboxguest 294912 0
There should be some more kernel modules running. Please try reinstalling the guest additions at first with: sudo apt install --reinstall virtualbox-guest-dkms virtualbox-guest-x11 virtualbox-guest-utils Then reboot your virtual machine. If that does not work, please post the output of ps aux | grep '/usr/bin/VBoxClient --clipboard' so that we can see if the shared clipboard service is running Best regards, Michael
