HOME / コンピュータTips / Solaris / opensolarisでgoogle toolbarを使う
Solaris/opensolarisでは、そのままではgoogle toolbarが利用できない。
これを利用する方法として、バージョンチェックを解除すればよいという話しを、opensolarisのIRCチャネルで聞いたので、ここにまとめておく。
※この方法はFirefox3では動作しません。
ダウンロード †
Your operating system(SunOS i86pc) is not supported.
と、つれない返事。
それではと、ソースをみて、普通にダウンロード
wget --no-check-certificate 'http://dl.google.com/firefox/google-toolbar-linux.xpi'
これでダウンロードは終了。
あとはFirefoxに喰わせれば・・・と思って投げ込むと、やっぱりバージョン違いのエラーがでて、つれない返事・・・・
Incompatible Expantion
"Google Toolbar for Firefox" could not be installed because it is not compatible with your Firefox build type (SunOS_x86-sunc). Please contact the author of this item about the problem.
:'(
OSチェックをはずす †
そこでOSチェックをはずす。
mkdir toolbar cd toolbar unzip ../google-toolbar-linux.xpi
展開したら、下記のようなパッチを当てる。
</Description>
</em:targetApplication>
+ <!--
<em:targetPlatform>WINNT</em:targetPlatform>
+ -->
<em:name>Google Toolbar for Firefox</em:name>
<em:description>Take the power of Google with you anywhere on the Web!</em:description>
<em:creator>Google Inc.</em:creator>
<em:homepageURL>http://www.google.com/</em:homepageURL>
+ <!--
<em:updateURL>
<


