0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

arch linuxにEdgeをインストールする恣意的ノート

Last updated at Posted at 2023-04-16

本体のインストール

yay -S microsoft-edge-dev-bin

としてedge本体をインストール。

addonのインストール

addon(拡張機能)として、
・auto tab discardをインストール
・Save & Repost Instagramをインストール
・twitter video downloaderをインストール
・Ad block ultimateをインストール

youtubeや大概のサイトの動画のダウンロードは、yt-dlpでできます。

拡張機能のインストールは、メモリ節約のため、必要最小限にする。

メモリの節約

Edgeを開いてGPUアクセラレーションを無効にします。

そして、/usr/share/applications/microsoft-edge-dev.desktopのExecのラインに --renderer-process-limit=3を付けてメモリの節約。
Edgeのインストール後、下記のコマンドを一回だけ実行して下さい。/usr/share/applications/にある.desktopファイルを書き換えます。

sudo sed /usr/share/applications/microsoft-edge-dev.desktop -e 's/Exec.*dev/Exec=\/usr\/bin\/microsoft-edge-dev --renderer-process-limit=3/' | sudo tee /usr/share/applications/microsoft-edge-dev.desktop >/dev/null
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?