ManjaroにインストールしたMicrosoft Edgeでfcitx5-skkを動かすためにする設定
#Manjaro #MicrosoftEdge #SKK
Arch + KDE 6 (Wayland) で日本語入力環境を少しでもまともにする
https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland#KDE_Plasma
code:/usr/share/applications
sudo nvim microsoft-edge.desktop
code:/usr/share/applications/microsoft-edge.desktop
...
Commentzh_HK=連線到網際網路
Commentzh_TW=連線到網際網路
# 元々はこの設定
#Exec=/usr/bin/microsoft-edge-stable %U
# この設定に変更する
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を使用できるようにする