diff --git a/scripts/fix-vbox.sh b/scripts/fix-vbox.sh new file mode 100755 index 0000000..79d8fce --- /dev/null +++ b/scripts/fix-vbox.sh @@ -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 +