WSLのUbuntuでfirefoxが使えない
WSL上のUbuntuで試しにfirefoxを使いたいが、Snapというものと相性が悪いらしい?あんも.icon
ちょっとした変更を加えることで使えるようになる
Install Ubuntu on WSL2 and get started with graphical applications | Ubuntu
Systemdは、Ubuntuプレビューアプリケーションでデフォルトで有効になっています。
とりあえずプレビュー版のUbuntu Preview on WSLを使えば動いたあんも.icon/2022/12/8
wsl.confを編集するとよいらしい
/etc/wsl.conf
code:wsl.conf
boot
systemd=true
sudo thunarとかで管理者権限でファイルマネージャを開けば手で編集できるあんも.icon
wsl --shutdownでWSLを一度落としてから立ち上げる
Install Ubuntu on WSL2 and get started with graphical applications | Ubuntu