ManjaroにインストールしたMicrosoft Edgeでfcitx5-skkを動かすためにする設定
code:/usr/share/applications
sudo nvim microsoft-edge.desktop
code:/usr/share/applications/microsoft-edge.desktop
...
# 元々はこの設定
# この設定に変更する
Exec=/usr/bin/microsoft-edge-stable --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime %U
StartupNotify=true
Terminal=false
...
下記に変更する。この時は108行目だった。
Exec=/usr/bin/microsoft-edge-stable --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime %U
--enable-features=UseOzonePlatform --ozone-platform=wayland : XwaylandではなくWaylandネイティブで動くようにする
--enable-wayland-ime : Wayland上でIMEを使用できるようにする