Xfce4 terminal内のリンクを開くブラウザをFirefoxに
「お気に入りのアプリケーション」のブラウザをFirefoxにしていて、これまでXfce4 terminal内のリンクを開く時もFirefoxで開けていた。
だが、Chromiumをインストールしてから、リンクがChromiumで開くようになってしまった。
Xfce4 terminalの設定ではブラウザを指定出来ない。
検索すると下記トピックが見つかった。
[SOLVED] Xfce terminal open links with wrong browser. / Applications & Desktop Environments / Arch Linux Forums
~/.config/mimeapps.listの[Added Associations]の箇所に下記を追記した。
text/vcard=firefox.desktop;
text/html=firefox.desktop;
x-scheme-handler/http=firefox.desktop;
x-scheme-handler/https=firefox.desktop;
Xfce4 terminal内のリンクがFirefoxで開くようになった。