Add script to fix VBox VMs

+ Corrects porions of the screen being rendered unclickable
+ https://askubuntu.com/questions/1014172/virtualbox-unresponsive-area-on-desktop
+ https://forums.linuxmint.com/viewtopic.php?t=247850
This commit is contained in:
Shaun Reed 2020-06-14 14:29:16 -04:00
parent a64ff73f1f
commit 1a9483ebcc
1 changed files with 11 additions and 0 deletions

11
scripts/fix-vbox.sh Executable file
View File

@ -0,0 +1,11 @@
##################################################################################
# A fix for a common issue found in virtual box #
# Corrects unclickable portions of the screen within the VM #
# #
# https://forums.linuxmint.com/viewtopic.php?t=247850 #
# https://askubuntu.com/questions/1014172/virtualbox-unresponsive-area-on-desktop #
##################################################################################
# fix-vbox.sh
ps aux www |grep 'VBoxClient --draganddrop' | awk '{print $2}' | xargs kill