DEV Community

Motoki Tokifuji
Motoki Tokifuji

Posted on • Edited on

3 1

Firefox QuantumをArch Linux/Manjaro Linuxにインストールする方法

Firefox Quantumについて

ggrks今話題の生まれ変わった高速なウェブブラウザです。

前提

  • WindowsとかMacとかUbuntuとか使いたくないぜっていう人(煽り要素大)
  • 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

以上です

メニュー→インターネット→Firefox Quantum Web Browserがいるのではないでしょか?

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay