When you try to launch Google Earth on a Hackintosh Netbook with a resolution of only 600 px height , Google Earth just refuses to do so.
Here is a small workaround for this problem:
- Go to
this URL and download the zipped version of "newscreen".
- unzip the small app into /usr/local/bin/
- make it executable by everybody: chmod a+x /usr/local/bin/newscreen
- open up scripteditor (/Applications/Applescript/scripteditor) and paste the following:
do shell script "/usr/local/bin/newscreen -v 768 -h 1024"
do shell script "open '/Applications/Google Earth.app'"
do shell script "sleep 10"
do shell script "/usr/local/bin/newscreen -v 600 -h 1024"
Save this as "StartGoogleEarth.app" for example .
Voila , Google Earth on 1024x600 Resolution