Firefox QuantumをArch Linux/Manjaro Linuxにインストールする方法
Firefox Quantumについて
ggrks今話題の生まれ変わった高速なウェブブラウザです。
前提
- WindowsとかMacとかUbuntuとか使いたくないぜっていう人(煽り要素大)
- Firefoxがインストールされており
/usr/share/applications/firefox.desktop
がある
- なかったら
sudo pacman -S firefox
してください
ダウンロードと展開
/usr/share/applications/firefox.desktop
がある
- なかったら
sudo pacman -S firefox
してください
/opt
にインストールする例。(64 bit版バイナリ)
$ cd /opt
$ sudo wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/57.0/linux-x86_64/en-US/firefox-57.0.tar.bz2
$ sudo tar xfj firefox-57.0.tar.bz2
/usr/share/applications/firefox-quantum.desktop
を作る
/usr/share/applications/firefox.desktop
をコピーしましょ。
sudo cp /usr/share/applications/firefox.desktop /usr/share/applications/firefox-quantum.desktop
/usr/share/applications/firefox-quantum.desktop
を編集
下記箇所の様に修正しましょ。
Name=Firefox Quantum Web Browser
Exec=/opt/firefox/firefox %u
Exec=/opt/firefox/firefox -new-window
Exec=/opt/firefox/firefox -private-window
以上です
Author And Source
この問題について(Firefox QuantumをArch Linux/Manjaro Linuxにインストールする方法), 我々は、より多くの情報をここで見つけました https://qiita.com/tokifuji/items/7158ef3c2e9aa58c30c8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .