MeeGo 1.1のリポジトリにはFirefoxは今のところ入っていないので、自分でダウンロードしてインストールする。
(1)Mozzilaのサイトから、tar.bz2タイプのFirfoxをダウンロード
解凍して、ホームディレクトリに移動しておく
*移動先はお好みで
(2)端末を起動して、以下を入力
sudo gedit /usr/share/applications/mozilla-firefox-custom.desktop
(3)geditが起動するので、以下をコピー&ペーストする
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Firefox Web Browser custom
GenericName=Web Browser
Comment=Browse the Web
Exec=/home/(USERNAME)/firefox/firefox %u
Icon=firefox
Terminal=false
Type=Application
StartupWMClass=firefox
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
StartupNotify=true
Categories=Network;WebBrowser;
以上で、メニューの「アプリケーション」に、Firefoxのアイコンが出てくるので、クリックして起動できる。
MeeGo Forumの記事から、引用しアレンジした