Changes between Initial Version and Version 1 of Ticket #12292, comment 10
- Timestamp:
- Feb 21, 2014 9:24:13 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12292, comment 10
initial v1 1 I had the same problem and found a perfectly working solution WITHOUT disabling Mavericks 'Displays have separate spaces' functionality .1 I had the same problem and found a perfectly working solution WITHOUT disabling Mavericks 'Displays have separate spaces' functionality or the need to go back to a previous version (which btw didn't work for me). 2 2 3 3 Got into terminal and change the LSUIPresentationMode for the vmstarter.app and VirtualBoxVM.app as follows: 4 4 5 6 {{{ 5 7 sudo defaults write /Applications/VirtualBox.app/Contents/Resources/vmstarter.app/Contents/Info.plist LSUIPresentationMode -int 4 6 8 sudo defaults write /Applications/VirtualBox.app/Contents/Resources/VirtualBoxVM.app/Contents/Info.plist LSUIPresentationMode -int 4 7 9 sudo chmod 644 /Applications/VirtualBox.app/Contents/Resources/VirtualBoxVM.app/Contents/Info.plist 8 10 sudo chmod 644 /Applications/VirtualBox.app/Contents/Resources/vmstarter.app/Contents/Info.plist 11 }}} 12 9 13 10 14 Restart Virtualbox and the problem is fixed.