歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Fedora 13 下Google Earth 無法啟動

Fedora 13 下Google Earth 無法啟動

日期:2017/2/28 16:17:53   编辑:Linux教程

在Fedora 13 下下載了官方的GoogleEarth後無法啟動,出現如下錯誤:
========================================================================
[root@YWX download]# googleearth
(process:3026): GLib-GObject-CRITICAL **: gtype.c:2706: You forgot to call g_type_init()
(process:3026): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
(process:3026): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
Google Earth has caught signal 11.
We apologize for the inconvenience, but Google Earth has crashed.
This is a bug in the program, and should never happen under normal
circumstances. A bug report and debugging data have been written
to this text file:
/root/.googleearth/crashlogs/crashlog-4c83a96c.txt
Please include this file if you submit a bug report to Google.
[root@YWX download]# java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.1) (fedora-42.b18.fc13-i386)
OpenJDK Server VM (build 14.0-b16, mixed mode)
========================================================================


Google了好久, 終於找到解決辦法:
vi ~/.config/Google/GoogleEarthPlus.conf
找到類似如下語句:
lastTip=9
在其後添加如下語句:
enableTips=false
----------------------------------------
字面意思好像是“不啟用提示”, 對使用應該沒有什麼影響, 沒辦法,湊合著用了。


P.S.
Linux 下 修改 Google Earth 的默認緩存和KMLPath目錄方法:
==========================================
# vi ~/.config/Google/GoogleEarthPlus.conf
相應修改 CachePath 和 KMLPath 字段的值即可
==========================================

Copyright © Linux教程網 All Rights Reserved