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:
parent
a64ff73f1f
commit
1a9483ebcc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue