Code Monkey home page Code Monkey logo

Comments (4)

wengxt avatar wengxt commented on August 29, 2024

装一下 fcitx5-gtk

from fcitx5.

GreatBigWhiteWorld avatar GreatBigWhiteWorld commented on August 29, 2024

看了下fcitx-gtk2和fcitx-gtk3都已经安装,没有fcitx5开头的包

from fcitx5.

wengxt avatar wengxt commented on August 29, 2024

我自己测试的情况使用im module而不是xim的时候不会有你描述的问题。根据你使用的桌面,可能使用gtk3/qt5的im module。

目前来说似乎只有fcitx5的xim有这个现象fcitx4我暂时没有注意到,而且由于这个是fcitx5的issue,所以我默认你使用了fcitx5。大概是什么原因导致的我大概有点想法,我提出安装fcitx5的im module只是提供一个绕过问题的方法。可能你的im module没有配置正确?

Gtk的桌面
strace -f libreoffice 2>&1 | grep fcitx.*so
应当能显示
stat("/home/csslayer/Develop/build/fcitx5/lib/gtk-3.0/3.0.0/immodules/im-fcitx5.so", {st_mode=S_IFREG|0755, st_size=51368, ...}) = 0

或者KDE的应当能显示
strace -f libreoffice 2>&1 | grep fcitx.*so
openat(AT_FDCWD, "/home/csslayer/Develop/build/fcitx5/lib/qt/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so", O_RDONLY|O_CLOEXEC) = 9

加载对应的im module,如果没有,建议检查一下fcitx的环境变量配置
https://fcitx-im.org/wiki/Configure_(Other)

from fcitx5.

GreatBigWhiteWorld avatar GreatBigWhiteWorld commented on August 29, 2024

opensuse KDE下,输入 strace -f libreoffice 2>&1 | grep fcitx.*so
没有任何显示。fcitx的环境变量也调整了,但是问题还一样。

但是,昨天libreoffice系统更新升级到6.3了,这个问题就消失了。

from fcitx5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.