Fix garbled Ubuntu 11.04 Google Earth 6

Source: Internet
Author: User


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

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.