ubuntu8.10にgoogle earthを入れる

なんか思い立ったのでチャレンジ。

まずはgoogle-earthのdebパッケージを作りインストール。

$ sudo aptitude install googleearth-package
$ make-googleearth-package
$ sudo dpkg -i googleearth_4.3.7284.3916+0.5.4-1_i386.deb 

起動するとフォントが腐っている。

しょうがないのでfontの設定を変える
コピペを重視してsedでやる。
フォントはipapゴシックで10ptにする。

$ (cd .config/Google/; mv GoogleEarthPlus.conf GoogleEarthPlus.conf.orig; cat GoogleEarthPlus.conf.orig | sed 's/^\(GuiFontFamily=\).*$/\1Ipapgothic/' | sed 's/\(GuiFontSize=\).*$/\110/'>  GoogleEarthPlus.conf)

一部おかしいような気がするが概略見れるようになったのでよしとする。

あれ?これ画像にして貼り付けるとあまり汚くないな