Chrome 在linux下启用wayland
安装chrome
我的电脑用的是arch, 没有官方包,所以使用yay -S google-chrome
安装AUR包
开启wayland
chrome地址输入chrome://flags/#ozone-platform-hint
选项改为auto
解决输入法问题
需要在添加命令行参数以启用wayland输入法: google-chrome-stable --enable-wayland-ime
。为了方便桌面启动,修改/usr/share/applications/google-chrome.desktop
, 在每个Exec后面添加该参数,例如改 Exec=/usr/bin/google-chrome-stable %U
-> Exec=/usr/bin/google-chrome-stable --enable-wayland-ime %U
其他人有用--gtk-version=4
,但在我的机器上没用