Basically, Google Earth 6 has the following problems in ezgo8 and Ubuntu:
1. After Google Earth 6 is installed, it may fail to be executed, or the execution does not respond at all. You must install the corresponding link library.
2. Google Earth 6 cannot display Chinese characters normally and will become a square dotted line lattice. Because there is a problem with the built-in Link Library of Google Earth 6, it must be replaced.
3. Even if the problem of Chinese display is solved, it may be that Google Earth 6 will not be able to be directly disabled after execution or cannot be entered.
Solution: Enter the terminal window and execute the following commands in sequence ~
1. Update the software source first
Sudo apt-Get update
2. Install the following software packages
Sudo apt-Get install LSB-core libfreeimage3 libqt4-webkit
3. Remove the 4 libqt *. * files with problems installed on Google Earth 6!
Sudo RM/opt/Google/Earth/free/libqt *.*
4. ModifyProgramRun the script:
Sudo gedit/opt/Google/Earth/free/googleearth
The last line of the script should be like this:
LD_LIBRARY_PATH =.: $ LD_LIBRARY_PATH./googleearth-bin "$ @"
Insert the following sentence in the first line:
Export ld_preload =/usr/lib/libfreeimage. so.3