Groups
Groups
Sign in
Groups
Groups
Debian Chinese Project
Conversations
About
Send feedback
Help
fcitx中文输入法安装后无法唤醒
210 views
Skip to first unread message
zhidao bu
unread,
Oct 6, 2018, 10:56:37 PM
10/6/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to debian-c...@lists.debian.org
大家好,我在unix.stackexchange上问了一个问题,由于是有关中文输入法的,没有引起太多的关注。因此想在此email-list中寻求帮助。原帖地址为:
https://unix.stackexchange.com/questions/473656/debian-fcitx-input-method-cant-input-chinese-no-input-frame-window-show-up
大致意思就是:我只安装了gnome-core,后来安装fcixt,中文输入法无法跳出输入框,也没有办法输入中文。但是在左下角是有fcitx的设置界面的。im-config也试过了,也尝试在~/.xprofile加了几句话,但是都无效。
Boyuan Yang
unread,
Oct 8, 2018, 9:43:41 AM
10/8/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zhida...@gmail.com, Debian-zh_CN
你好,
fcitx 的问题的话,请考虑运行 fcitx-diagnose 进行排查,里面通常会有一些提示。也可以考虑其输出复制并作为文本文件发来邮件列表让大家看一下。
对于 Debian 的话,还需要你的 Debian 版本号、桌面环境、系统 locale 地区语言设置、是使用 GNOME +
Wayland 还是 GNOME + Xorg、是否安装 task-chinese-s-desktop 等
软件包这样的信息,希望都提供一下。一些可能导致问题的因素:系统不是简体中文 locale、系统正在使用 Wayland、fcitx
没有装具体输入法(拼音、五笔等)、ibus 仍然默认启动等等。
--
Boyuan Yang
zhidao bu <
zhida...@gmail.com
> 于2018年10月6日周六 下午10:56写道:
笨狗爸爸
unread,
Oct 15, 2018, 4:31:42 AM
10/15/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zhidao bu, debian-chinese-gb
试一试安装显卡驱动吧。我遇到过相似的问题,后来在日志中仔细搜寻,怀疑到显卡驱动问题。安装驱动后问题解决。
---原始邮件---
发件人:"zhidao bu"<
zhida...@gmail.com
>
发送时间:2018年10月7日 星期日 上午10:56
收件人:"debian-chinese-gb"<
debian-c...@lists.debian.org
>
主题:fcitx中文输入法安装后无法唤醒
mingfeng situ
unread,
Oct 15, 2018, 9:21:16 PM
10/15/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to zhida...@gmail.com, debian-c...@lists.debian.org
我看了你的链接,你的诊断数据应该已经显示的问题原因
```
1. `${XMODIFIERS}`:
**XMODIFIERS 没有设置**
**请使用您发行版提供的工具将环境变量 XMODIFIERS 设为 "@im=fcitx" 或者将 `export
XMODIFIERS=@im=fcitx` 添加到您的 `~/.xprofile` 中. 参见 [输入法相关的环境变量:
XMODIFIERS](
http://fcitx-im.org/wiki/Input_method_related_environment_variables/zh-cn#XMODIFIERS).**
从环境变量中获取的 Xim 服务名称为 fcitx.
1. qt4 - `${QT4_IM_MODULE}`:
**请使用您发行版提供的工具将环境变量 QT_IM_MODULE 设为 "fcitx" 或者将 `export
QT_IM_MODULE=fcitx` 添加到您的 `~/.xprofile` 中. 参见 [输入法相关的环境变量:
QT_IM_MODULE](
http://fcitx-im.org/wiki/Input_method_related_environment_variables/zh-cn#QT_IM_MODULE).**
2. qt5 - `${QT_IM_MODULE}`:
**请使用您发行版提供的工具将环境变量 QT_IM_MODULE 设为 "fcitx" 或者将 `export
QT_IM_MODULE=fcitx` 添加到您的 `~/.xprofile` 中. 参见 [输入法相关的环境变量:
QT_IM_MODULE](
http://fcitx-im.org/wiki/Input_method_related_environment_variables/zh-cn#QT_IM_MODULE).**
1. gtk - `${GTK_IM_MODULE}`:
**请使用您发行版提供的工具将环境变量 GTK_IM_MODULE 设为 "fcitx" 或者将 `export
GTK_IM_MODULE=fcitx` 添加到您的 `~/.xprofile` 中. 参见 [输入法相关的环境变量:
GTK_IM_MODULE](
http://fcitx-im.org/wiki/Input_method_related_environment_variables/zh-cn#GTK_IM_MODULE).**
```
可能是你设置的环境变量没有生效,你将这些内容添加到 ~/.xprofile 文件中,
export QT4_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=fcitx
注销、重新登录用户,打开一个终端窗口,运行 `env | grep fcitx` 检查是否设置成功
zhidao bu <
zhida...@gmail.com
> 于2018年10月7日周日 上午10:56写道:
Reply all
Reply to author
Forward
0 new messages