Skip to content

Instantly share code, notes, and snippets.

View ItaloYeltsin's full-sized avatar

Italo Yeltsin Medeiros Bruno ItaloYeltsin

View GitHub Profile
@ItaloYeltsin
ItaloYeltsin / solving-virutalbox-click-not-working.md
Last active July 5, 2022 16:32
Solving virtualbox click not working

Solving VirtualBox click not working

From time to time in my guest machine (Xubuntu 22.00) mouse clicks stop working properly specially when I'm using the Intelij IDEA IDE. Sometimes also happen with the default Firefox Browser that comes with the system.

In order to solve the problem you can simply run the command bellow:

kill $(ps -aux | grep "VBoxClient --draganddrop" | awk '{print $2}')