-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
系统更新之后,chrome在wayland环境下fcitx5用不了 #996
Comments
遇到了同样的问题 我们共同更新的软件有
|
增加chrome启动参数:--enable-wayland-ime |
不要用参数--gtk-version=4。 我用这些参数就够了 环境变量 我也是用hyprland,升级到最新没什么问题 |
我知道--gtk-version=4参数跟--enable-wayland-ime是冲突的,我用的是hyprland,试了你的参数还是不行 |
我发现 chrome 似乎并没有跑在 gtk4 上, 并且没有加载输入法模块
|
wayland ime不需要输入法模块
…On Mon, Mar 25, 2024 at 19:27 Kairui Liu ***@***.***> wrote:
我发现 chrome 似乎并没有跑在 gtk4 上, 并且没有加载输入法模块
# Chrome without any flags (用xwayland)
❯ for pid in $(pidof chrome); do
grep -i gtk /proc/"$pid"/maps
done
7cc004d88000-7cc004d8e000 r--p 00000000 103:06 4856954 /usr/lib/gtk-3.0/3.0.0/immodules/im-fcitx5.so
7cc004d8e000-7cc004d9b000 r-xp 00006000 103:06 4856954 /usr/lib/gtk-3.0/3.0.0/immodules/im-fcitx5.so
7cc004d9b000-7cc004d9e000 r--p 00013000 103:06 4856954 /usr/lib/gtk-3.0/3.0.0/immodules/im-fcitx5.so
7cc004d9e000-7cc004d9f000 r--p 00016000 103:06 4856954 /usr/lib/gtk-3.0/3.0.0/immodules/im-fcitx5.so
7cc004d9f000-7cc004da0000 rw-p 00017000 103:06 4856954 /usr/lib/gtk-3.0/3.0.0/immodules/im-fcitx5.so
7cc004e00000-7cc004e84000 r--p 00000000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
7cc004e84000-7cc005219000 r-xp 00084000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
7cc005219000-7cc0055c3000 r--p 00419000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
7cc0055c3000-7cc0055d3000 r--p 007c2000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
7cc0055d3000-7cc0055d5000 rw-p 007d2000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
7cc00cc04000-7cc00cc32000 r--p 00000000 103:06 4767581 /usr/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo
7cc00e693000-7cc00e694000 r--p 00000000 103:06 5000829 /usr/lib/gtk-3.0/modules/libcolorreload-gtk-module.so
7cc00e694000-7cc00e695000 r-xp 00001000 103:06 5000829 /usr/lib/gtk-3.0/modules/libcolorreload-gtk-module.so
7cc00e695000-7cc00e696000 r--p 00002000 103:06 5000829 /usr/lib/gtk-3.0/modules/libcolorreload-gtk-module.so
7cc00e696000-7cc00e697000 r--p 00002000 103:06 5000829 /usr/lib/gtk-3.0/modules/libcolorreload-gtk-module.so
7cc00e697000-7cc00e698000 rw-p 00003000 103:06 5000829 /usr/lib/gtk-3.0/modules/libcolorreload-gtk-module.so
7cc00e698000-7cc00e699000 r--p 00000000 103:06 5000830 /usr/lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so
7cc00e699000-7cc00e69a000 r-xp 00001000 103:06 5000830 /usr/lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so
7cc00e69a000-7cc00e69b000 r--p 00002000 103:06 5000830 /usr/lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so
7cc00e69b000-7cc00e69c000 r--p 00002000 103:06 5000830 /usr/lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so
7cc00e69c000-7cc00e69d000 rw-p 00003000 103:06 5000830 /usr/lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so
7cc00e69d000-7cc00e6b7000 r--p 00000000 103:06 4767582 /usr/share/locale/zh_CN/LC_MESSAGES/gtk30.mo
# Chrome --ozone-platform-hint=auto --gtk-version=4
❯ for pid in $(pidof chrome); do
grep -i gtk /proc/"$pid"/maps
done
777f3e000000-777f3e084000 r--p 00000000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
777f3e084000-777f3e419000 r-xp 00084000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
777f3e419000-777f3e7c3000 r--p 00419000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
777f3e7c3000-777f3e7d3000 r--p 007c2000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
777f3e7d3000-777f3e7d5000 rw-p 007d2000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
777f52c40000-777f52c6e000 r--p 00000000 103:06 4767581 /usr/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo
777f52c6e000-777f52c88000 r--p 00000000 103:06 4767582 /usr/share/locale/zh_CN/LC_MESSAGES/gtk30.mo
# Chrome --ozone-platform-hint=auto --enable-wayland-ime
❯ for pid in $(pidof chrome); do
grep -i gtk /proc/"$pid"/maps
done
7f8481200000-7f8481284000 r--p 00000000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
7f8481284000-7f8481619000 r-xp 00084000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
7f8481619000-7f84819c3000 r--p 00419000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
7f84819c3000-7f84819d3000 r--p 007c2000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
7f84819d3000-7f84819d5000 rw-p 007d2000 103:06 4760090 /usr/lib/libgtk-3.so.0.2409.32
7f8495e7f000-7f8495ead000 r--p 00000000 103:06 4767581 /usr/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo
7f8495ead000-7f8495ec7000 r--p 00000000 103:06 4767582 /usr/share/locale/zh_CN/LC_MESSAGES/gtk30.mo
—
Reply to this email directly, view it on GitHub
<#996 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB7MZFK65NCYYNMQK3G6JDY2DMJDAVCNFSM6AAAAABFFKWH5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJZGI3TAOBXHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
我测试没什么问题
有没有什么输出 |
没有输出, 关掉 grep 在开关输入法的时候可以看到如下输出 [ 23091.324] wl_keyboard@3.key(36940, 10998943, 57, 0) |
有提示框,但是打完字选择中文后没有任何反应
|
经过测试,开源版chromium使用--enable-wayland-ime参数能正常使用fcitx5,提示框位置正常,使用--gtk-version=4参数不能使用fcitx5 chromium的同步功能要自己折腾,所以一直在用chrome |
do you have check other software which are running in Xwayland, i have the same problem, the typing bar appears in the left-up corner and can't input any thing |
Check whether libx11 has been upgraded. If libx11 has been upgraded, downgrade to 1.8.7 |
Downgrading to 1.8.7 works for me, thank you! |
I think libx11 1.8.8-3 fix this issue. |
I verified on my Arch that libx11 1.8.8-3 really fixes this issue. |
我更新了一段wiki你们可以参考来通过gtk的配置文件来对仅x11的gtk3程序设置gtk im module chromium用xim本身也有其他的问题 |
我在 sway 的上可以通过
唤起 chromium 的 fcitx, 但是无法通过
唤起 chromium 的 fcitx. 也无法通过
唤起闭源 chrome 中的 fcitx. 请问目前有什么在闭源 chrome 上的解决方案吗? |
chrome的gtk4的输入法模块已经坏了,我用的hyprland,chromium的gtk4 im也不能用,因为hyprland完善了text_input_v1输入法,现在chrome在wayland下能直接用fcitx5, flags |
如果 GTK4 在 wayland 的 Chromium 上可用, 在 Chrome 上不可用可以试试这个方案 |
|
Describe the bug
今天更新之后,fcitx5不能用了,chrome使用xwayland运行fcitx5能用,不知道是哪个软件升级导致的
Specifically, it is Ok to write the issue in Chinese (either Simplified or Traditional), because lots of developers understand Chinese.
可以用中文(简体或繁体)汇报问题。
The opened issue might be closed right away if it is considered a configuration issue (E.g. required packages not installed, wrong environment variables, misconfiguration like not adding wrong input method engine to the configuration, etc), but you may continue to use the issue comment to follow up for support.
To Reproduce
Steps to reproduce the behavior:
输入法环境设置
chrome-flags.conf
更新的软件
Expected behavior
A clear and concise description of what you expected to happen.
Desktop (please complete the following information):
系统信息:
uname -a
:lsb_release -a
:lsb_release -d
:/etc/lsb-release
:/etc/os-release
:桌面环境:
无法确定桌面环境。
XDG 会话类型:
Bash 版本:
环境:
DISPLAY:
键盘布局:
setxkbmap
:xprop
:Locale:
全部可用 locale:
当前 locale:
目录:
主目录:
${XDG_CONFIG_HOME}
:环境变量
XDG_CONFIG_HOME
没有设定。XDG_CONFIG_HOME
的当前值是~/.config
(/home/xxx/.config
)。Fcitx5 设置目录:
当前 fcitx5 设置目录是
~/.config/fcitx5
(/home/xxx/.config/fcitx5
)。当前用户:
脚本作为 xxx (1000) 运行。
Fcitx 状态:
可执行文件:
在
/usr/bin/fcitx5
找到了 fcitx5。版本:
Fcitx 版本:
5.1.8
进程:
找到了 1 个 fcitx5 进程:
fcitx5-remote
:fcitx5-remote
工作正常。DBus 界面:
使用
dbus-send
来检查 dbus。DBus 名称
org.fcitx.Fcitx5
的所有者是:1.28
。DBus 名称
org.fcitx.Fcitx5
的 PID 所有者是1082
。来自 dbus 的调试信息:
Fcitx 配置界面:
配置工具封装:
在
/usr/bin/fcitx5-configtool
找到了 fcitx5-configtool。Qt 的配置界面:
在
/usr/bin/fcitx5-config-qt
找到了fcitx5-config-qt
。KDE 的配置界面:
kcmshell5
未找到.前端设置:
此脚本检查的环境变量仅能显示当前命令行的环境。仍有可能您的环境并没有应用于整个桌面。您可以通过使用命令对某个无法正常工作的进程使用命令
xargs -0 -L1 /proc/$PID/environ
检查此进程的实际的环境变量。Xim:
${XMODIFIERS}
:环境变量 XMODIFIERS 已经正确地设为了“@im=fcitx”。
从环境变量中获取的 Xim 服务名称为 fcitx.
根窗口上的 XIM_SERVERS:
Xim 服务的名称与环境变量中设置的相同。
Qt:
qt4 -
${QT4_IM_MODULE}
:环境变量 QT_IM_MODULE 已经正确地设为了“fcitx”。
fcitx5-qt4-immodule-probing
未找到.qt5 -
${QT_IM_MODULE}
:环境变量 QT_IM_MODULE 已经正确地设为了“fcitx”。
使用 fcitx5-qt5-immodule-probing 来检查在当前环境下将被实际使用的输入法模块:
qt6 -
${QT_IM_MODULE}
:环境变量 QT_IM_MODULE 已经正确地设为了“fcitx”。
使用 fcitx5-qt6-immodule-probing 来检查在当前环境下将被实际使用的输入法模块:
Qt 输入法模块文件:
找到了 fcitx5 的 qt 输入法模块:
/usr/lib/qt/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so
。找到了 fcitx5 的 qt6 输入法模块:
/usr/lib/qt6/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so
。找到了未知的 fcitx qt 模块:
/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fcitx5.so
。找到了 fcitx5 qt6 模块:
/usr/lib/fcitx5/qt6/libfcitx-quickphrase-editor5.so
。找到了 fcitx5 qt5 模块:
/usr/lib/fcitx5/qt5/libfcitx-quickphrase-editor5.so
。找到了未知的 fcitx qt 模块:
/usr/lib/office6/qt/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so
。下列错误也许并不准确,因为对路径所对应的 Qt 版本的猜测取决于发行版如何打包 Qt。如果您不使用任何对应版本的 Qt 程序,或者在 Wayland 下使用 Qt 的 text-input 支持,下列错误也不是严重问题。
无法找到 Qt4 的 fcitx5 输入法模块。
Gtk:
gtk -
${GTK_IM_MODULE}
:环境变量 GTK_IM_MODULE 已经正确地设为了“fcitx”。
使用 fcitx5-gtk2-immodule-probing 来检查在当前环境下将被实际使用的输入法模块:
使用 fcitx5-gtk3-immodule-probing 来检查在当前环境下将被实际使用的输入法模块:
使用 fcitx5-gtk4-immodule-probing 来检查在当前环境下将被实际使用的输入法模块:
gtk-query-immodules
:gtk 2:
无法找到 gtk 2 的
gtk-query-immodules
。无法找到 gtk 2 的 fcitx5 输入法模块。
gtk 3:
在
/usr/bin/gtk-query-immodules-3.0
找到了 gtk3.24.41
的gtk-query-immodules
。版本行:
已找到 gtk
3.24.41
的 fcitx5 输入法模块。Gtk 输入法模块缓存:
gtk 2:
无法找到 gtk 2 的输入法模块缓存
无法在缓存中找到 gtk 2 的 fcitx5 输入法模块。
gtk 3:
在
/usr/lib/gtk-3.0/3.0.0/immodules.cache
找到了 gtk3.24.41
的输入法模块缓存。版本行:
已找到 gtk
3.24.41
的 fcitx5 输入法模块。Gtk 输入法模块文件:
gtk 2:
找到的全部 Gtk 2 输入法模块文件均存在。
gtk 3:
找到的全部 Gtk 3 输入法模块文件均存在。
gtk 4:
找到的全部 Gtk 4 输入法模块文件均存在。
配置:
Fcitx 插件:
插件配置文件目录:
找到了 fcitx5 的插件配置目录:
/usr/share/fcitx5/addon
。插件列表:
找到了 28 个已启用的插件:
找到了 0 个被禁用的插件:
插件库:
所有插件所需的库都被找到。
用户界面:
找到了 3 个已启用的用户界面插件:
输入法:
/home/xxx/.config/fcitx5/profile
:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: