Hi
I like to keep my Applications directory tidy, so I have my software in several sub directories. I haven't had any problem moving the .app files around until I installed Virtual Box. It installs under Applications without asking anything, and if I just plain move the .app file somewhere else, the program doesn't run.
So, coming from Linux, my first instinct when a sw doesn't work from it's GUI launchers is to try run it from command line to see any potential error messages, and sure enough:
So my question is - as I'm still not too familiar with these .app bundles - based on that error message, which file should I look for to try and edit the hard coded directory paths ?
Thanks in advance
I like to keep my Applications directory tidy, so I have my software in several sub directories. I haven't had any problem moving the .app files around until I installed Virtual Box. It installs under Applications without asking anything, and if I just plain move the .app file somewhere else, the program doesn't run.
So, coming from Linux, my first instinct when a sw doesn't work from it's GUI launchers is to try run it from command line to see any potential error messages, and sure enough:
Code:
sakus@MBP13 /Applications/Utilities/VirtualBox.app/Contents/MacOS $ ./VirtualBox
VirtualBox: supR3HardenedVerifyDir: Failed to open "/Applications/VirtualBox.app/Contents/MacOS": No such file or directory (2)
So my question is - as I'm still not too familiar with these .app bundles - based on that error message, which file should I look for to try and edit the hard coded directory paths ?
Thanks in advance