We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
测试了DeepinV25 Preview版本中的treeland 使用wayland输入法协议input-method-v2进行输入在我的输入法中存在的两个问题
1 候选窗口经常闪烁在左上角然后再移动到正确的光标跟随位置 类似的问题在其他compositor中的处理情况 openKylin https://gitee.com/openkylin/kylin-wayland-compositor/issues/IB83IP?from=project-issue labwc labwc/labwc#1872
2 候选窗被加了圆角矩形 输入法普遍支持皮肤功能,圆角矩形不应由compositor实现
ddm
Wayland
下载小小输入法 安装依赖 libgtk-layer-shell0 下载输入法 https://yong.dgod.net/download/yong-lin-20250118.7z 解压后进入目录yong/l64 杀掉fcitx进程 运行命令 ./yong-gtk3 --wayland -d 打开支持使用wayland输入的应用(需要设置好相关环境变量) 随意敲几个字母按键,空格上屏
No response
The text was updated successfully, but these errors were encountered:
fix: input popup not update cursorRect before arrange position
fff9fdb
log: linuxdeepin/treeland#369
vioken/waylib#620 可以修复 input-method-v2 出现在左上角的问题
Sorry, something went wrong.
7245dd2
No branches or pull requests
SUMMARY | 问题概要
测试了DeepinV25 Preview版本中的treeland
使用wayland输入法协议input-method-v2进行输入在我的输入法中存在的两个问题
1 候选窗口经常闪烁在左上角然后再移动到正确的光标跟随位置
类似的问题在其他compositor中的处理情况
openKylin https://gitee.com/openkylin/kylin-wayland-compositor/issues/IB83IP?from=project-issue
labwc labwc/labwc#1872
2 候选窗被加了圆角矩形
输入法普遍支持皮肤功能,圆角矩形不应由compositor实现
LAUNCH-WAY | 启动方式
ddm
BACKEND | 启动后端
Wayland
STEPS TO REPRODUCE | 复现步骤
下载小小输入法
安装依赖 libgtk-layer-shell0
下载输入法 https://yong.dgod.net/download/yong-lin-20250118.7z
解压后进入目录yong/l64
杀掉fcitx进程
运行命令
./yong-gtk3 --wayland -d
打开支持使用wayland输入的应用(需要设置好相关环境变量)
随意敲几个字母按键,空格上屏
OBSERVED RESULT | 观察到的结果
No response
EXPECTED RESULT | 期望的结果
No response
ADDITIONAL INFORMATION | 额外补充
No response
The text was updated successfully, but these errors were encountered: