From 1a9483ebcc736c747d4f0299d3bc992020c8a9b9 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sun, 14 Jun 2020 14:29:16 -0400 Subject: [PATCH] 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 --- scripts/fix-vbox.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 scripts/fix-vbox.sh 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 +