Monday, January 20, 2020, 10:24:13 PM, you wrote:
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 That didn't work: got a message: E: Command line option 'r' [from -reinstall] is not understood in combination with the other options. Then reboot your virtual machine. If that does not work, please post the output of ps aux | grep '/usr/bin/VBoxClient --clipboard' Without rebooting (there didn't seem much point) I got: dev 701 0.0 0.0 11108 932 pts/0 S+ 11:10 0:00 grep /usr/bin/VBoxClient --clipboard which I guess is the process that I just ran. so that we can see if the shared clipboard service is running Best regards, Michael All the best, Peter