Fedora 13 下Google Earth 无法启动

来源:互联网 发布:网站域名多少钱一个 编辑:程序博客网 时间:2024/04/27 21:52

在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 字段的值即可
==========================================

原创粉丝点击