Ubuntuのデフォルトブラウザ変更その2
以前もやったUbuntuのデフォルトブラウザ変更ですがあらためてここを参照してもいちど設定してみた。参照元:(?debianでデフォルトのブラウザを設定する.)
$ sudo update-alternatives –config x-www-browser
これで登録されているウェブブラウザが一覧表示される。
There are 2 choices for the alternative x-www-browser (providing /usr/bin/x-www-browser).
Selection ? ?Path ? ? ? ? ? ? ? ? ? ?Priority ? Status
————————————————————
* 0 ? ? ? ? ? ?/usr/bin/firefox-3.5 ? ? 40 ? ? ? ?auto mode
1 ? ? ? ? ? ?/usr/bin/firefox-3.5 ? ? 40 ? ? ? ?manual mode
2 ? ? ? ? ? ?/usr/bin/google-chrome ? 35 ? ? ? ?manual mode
Chromeにしたいので、2を選択。
Press enter to keep the current choice[*], or type selection number: 2
update-alternatives: using /usr/bin/google-chrome to provide /usr/bin/x-www-browser (x-www-browser) in manual mode.
で、もう一度同じコマンドを入れると、こうなる。
Selection ? ?Path ? ? ? ? ? ? ? ? ? ?Priority ? Status
————————————————————
0 ? ? ? ? ? ?/usr/bin/firefox-3.5 ? ? 40 ? ? ? ?auto mode
1 ? ? ? ? ? ?/usr/bin/firefox-3.5 ? ? 40 ? ? ? ?manual mode
* 2 ? ? ? ? ? ?/usr/bin/google-chrome ? 35 ? ? ? ?manual mode
This entry was posted on 水曜日, 2月 3rd, 2010 at 12:10:38 and is filed under Google, Ubuntu. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.



