fcitx的默认输入法变成拼音了

110 views
Skip to first unread message

Kelvin Hu

unread,
Mar 28, 2013, 1:28:25 PM3/28/13
to archli...@googlegroups.com
我的fcitx一直都是通过.xinitrc在里面加上 fcitx & 来启动的,然后在~/.config/fcitx/config里面把TriggerKey给改成了CTRL_RSHIFT,其它都没动。之前一直好好的。“好好的”的定义是指在启动X之后,默认输入法是英文的,然后我按下CTRL+Right SHIFT,fcitx会切换成五笔输入。

前两天 pacman -Syu 系统之后,然后就发现fcitx的默认输入变成拼音了,如果按CTRL + Right SHIFT的话,会切换成五笔。也就是说,原来的“英文+五笔”的组合被换成了“拼音+五笔”,更蛋疼的是,如果我从那个Input Method的菜单项里面选择Keyboard - English的话,输入组合就会变成“英文+拼音”,完全没办法恢复原来的“英文+五笔”。。

我没有改动任何配置文件,也去google了,但没发现什么有用的结果。于是尝试降级fcitx,但发现降级过后的fcitx同时依赖于icu包的50版本和51版本,真的是很奇葩。。

我觉得这里用fcitx的人应该挺多的,难道就没有这个问题?或者我白痴了,一个很简单的配置就能搞定而我不知道?

Yichao Yu

unread,
Mar 28, 2013, 8:48:50 PM3/28/13
to archli...@googlegroups.com
2013/3/28 Kelvin Hu <ini.k...@gmail.com>:
禁止手动改配置文件,
贴fcitx-diagnose运行结果

>
> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中文邮件组”论坛。
> 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 archlinux-cn...@googlegroups.com
> 要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com
> 通过以下网址访问此论坛:http://groups.google.com/group/archlinux-cn?hl=zh-CN
> 要查看更多选项,请访问 https://groups.google.com/groups/opt_out
>
>

小花喵

unread,
Mar 28, 2013, 10:26:47 PM3/28/13
to archli...@googlegroups.com
记起某张图,某张狗子拼音集团里两人在画黑板的图。


~盛开如夏莲,美丽动人~
~شکوفه مانند لوتوس تابستان، زیبا~
Me.Sina 
小花(Jyu..)谨上

依云

unread,
Mar 29, 2013, 9:05:47 AM3/29/13
to archli...@googlegroups.com
我猜事情是这样子的:

=> 系统升级中
-> 升级 icu
<用户要求 fcitx 重新加载/重启,icu 50 找不到,fcitx-keyboard 载入失败,从输入法列表中删除键盘输入法>
-> 升级 fcitx
<fcitx 重启了,icu 51 正常找到,fcitx-keyboard 加回列表的末尾>
...于是英文那个就到后边啦。

--
Best regards,
lilydjwg

Linux Vim Python 我的博客:
http://lilydjwg.is-programmer.com/
--
A: Because it obfuscates the reading.
Q: Why is top posting so bad?

Kelvin Hu

unread,
Mar 29, 2013, 11:49:35 AM3/29/13
to archli...@googlegroups.com
不好意思,白天上班的电脑没有环境,所以只有晚上回来继续看问题。跑过fcitx-diagnose后,有一行输出貌似跟这个有点关系:

**Your first (default) input method is pinyin instead of a keyboard input method. You may have trouble deactivate fcitx.**

我中间没改过任何配置,不知道是不是像依云猜的那样。。


GSC

unread,
Mar 29, 2013, 8:56:56 PM3/29/13
to archli...@googlegroups.com
On 2013年03月29日 星期五 23时49分35秒, Kelvin Hu wrote:
> 不好意思,白天上班的电脑没有环境,所以只有晚上回来继续看问题。跑过
> fcitx-diagnose后,有一行输出貌似跟这个有点关系:
>
> **Your first (default) input method is pinyin instead of a keyboard
> input method. You may have trouble deactivate fcitx.**
>
> 我中间没改过任何配置,不知道是不是像依云猜的那样。。
>
>
> 在 2013年3月29日下午9:05,依云 <lily...@gmail.com
> <mailto:lily...@gmail.com>>写道:
> <mailto:archlinux-cn%2Bunsu...@googlegroups.com>。
> 要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com
> <mailto:archli...@googlegroups.com>。
> 通过以下网址访问此论坛:http://groups.google.com/group/archlinux-
> cn?hl=zh-CN。
> 要查看更多选项,请访问 https://groups.google.com/groups/opt_out
>
>
>
> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中文邮件组”论坛。
> 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 archlinux-
> cn+unsu...@googlegroups.com
> 要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com
> 通过以下网址访问此论坛:http://groups.google.com/group/archlinux-
> cn?hl=zh-CN。
> 要查看更多选项,请访问 https://groups.google.com/groups/opt_out
>
>

在fcitx config里看看现有输入法(current input
method)一栏输入法的顺序,第一个是不是Keyboard-English

Kelvin Hu

unread,
Mar 29, 2013, 10:48:09 PM3/29/13
to archli...@googlegroups.com
嗯,感谢各位的回复,如GSC兄弟猜的一样,输入法第一位是拼音而不是keyboard-english,我在fcitx的中文wiki页面看到这么一个warning:

Warning: 请必须将将键盘布局输入法设为列表中第一项, 否则可能出现无法禁用中文输入的情况!


所以,问题大概就是这么个问题了,按wiki上的介绍,装了一个fcitx-configtool,把输入法的顺序调整了一下,keyboard-english调到第一个,wubi调到第二个就可以了。

不过我还是好奇,这个工具调整的是哪个配置文件,我在~/.config/fcitxj里面转了一圈,似乎没有发现有关于输入法顺序的配置。


    <mailto:archlinux-cn%2Bunsu...@googlegroups.com>。
    要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com

    通过以下网址访问此论坛:http://groups.google.com/group/archlinux-
    cn?hl=zh-CN。
    要查看更多选项,请访问 https://groups.google.com/groups/opt_out




--
您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中文邮件组”论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 archlinux-

要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com
通过以下网址访问此论坛:http://groups.google.com/group/archlinux-
cn?hl=zh-CN。
要查看更多选项,请访问 https://groups.google.com/groups/opt_out



在fcitx config里看看现有输入法(current input method)一栏输入法的顺序,第一个是不是Keyboard-English
--
您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中文邮件组”论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 archlinux-cn+unsubscribe@googlegroups.com
要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com

GSC

unread,
Mar 29, 2013, 11:55:20 PM3/29/13
to archli...@googlegroups.com
On 2013年03月30日 星期六 10时48分09秒, Kelvin Hu wrote:
> 嗯,感谢各位的回复,如GSC兄弟猜的一样,输入法第一位是拼音而不是
> keyboard-english,我在fcitx的中文wiki页面看到这么一个warning:*
>
> Warning: 请必须将将键盘布局输入法设为列表中第一项, 否则可能出现无法禁
> 用中文输入的情况!*
>
> 所以,问题大概就是这么个问题了,按wiki上的介绍,装了一个fcitx-
> configtool,把输入法的顺序调整了一下,keyboard-english调到第一个,wubi
> 调到第二个就可以了。
>
> 不过我还是好奇,这个工具调整的是哪个配置文件,我在~/.config/fcitxj里面
> 转了一圈,似乎没有发现有关于输入法顺序的配置。
>
>
> 在 2013年3月30日上午8:56,GSC <xgd...@gmail.com
> <mailto:xgd...@gmail.com>>写道:
>
> On 2013年03月29日 星期五 23时49分35秒, Kelvin Hu wrote:
>
> 不好意思,白天上班的电脑没有环境,__所以只有晚上回来继续看问
> 题。跑过
>
> fcitx-diagnose后,__有一行输出貌似跟这个有点关系:
>
> **Your first (default) input method is pinyin instead of a
> keyboard
> input method. You may have trouble deactivate fcitx.**
>
> 我中间没改过任何配置,不知道是不是像依云猜的那样。。
>
>
> 在 2013年3月29日下午9:05,依云 <lily...@gmail.com
> <mailto:lily...@gmail.com>
> <mailto:lily...@gmail.com <mailto:lily...@gmail.com>>>__写道:
>
>
> On Fri, Mar 29, 2013 at 01:28:25AM +0800, Kelvin Hu wrote:
> > 我的fcitx一直都是通过.xinitrc在里面加上 fcitx &
> > 来启动的,然后在~/.config/fcitx/__config里面把TriggerKey
> 给改成了
> CTRL_RSHIFT,其它都没动。之前一直好好的。“__好好的”的定义
> 是指在启动X
> 之后,默认输入法是英文的,然后我按下CTRL+Right
> > SHIFT,fcitx会切换成五笔输入。
> >
> > 前两天 pacman -Syu 系统之后,然后就发现fcitx的默认输入变
> 成拼音
> 了,如果按CTRL + Right
> > SHIFT的话,会切换成五笔。也就是说,原来的“英文+五笔”__的
> 组合被换成
> 了“拼音+五笔”,更蛋疼的是,如果我从那个Input
> > Method的菜单项里面选择Keyboard - English的话,输入组合就
> 会变成
> “英文+拼音”,完全没办法恢复原来的“英文+五笔”。。
> >
> > 我没有改动任何配置文件,也去google了,__但没发现什么有用
> 的结果。于
> 是尝试降级fcitx,__但发现降级过后的fcitx同时依赖于icu包的
> 50版本和51
> 版本,真的是很奇葩。。
> >
> > 我觉得这里用fcitx的人应该挺多的,难道就没有这个问题?__
> 或者我白痴
> 了,一个很简单的配置就能搞定而我不知道?
>
> 我猜事情是这样子的:
>
> => 系统升级中
> -> 升级 icu
> <用户要求 fcitx 重新加载/重启,icu 50 找不到,fcitx-
> keyboard 载入
> 失败,从输入法列表中删除键盘输入法>
> -> 升级 fcitx
> <fcitx 重启了,icu 51 正常找到,fcitx-keyboard 加回列表的末尾>
> ...于是英文那个就到后边啦。
>
> --
> Best regards,
> lilydjwg
>
> Linux Vim Python 我的博客:
> http://lilydjwg.is-programmer.__com/
> <http://lilydjwg.is-programmer.com/>
> --
> A: Because it obfuscates the reading.
> Q: Why is top posting so bad?
>
> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中
> 文邮件组”
> 论坛。
> 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到
> archlinux-cn+unsubscribe@__googlegroups.com
> <mailto:archlinux-cn%2Bunsu...@googlegroups.com>
> <mailto:archlinux-cn%__2Buns...@googlegroups.com
> <mailto:archlinux-cn%252Buns...@googlegroups.com>__>。
> 要向此网上论坛发帖,请发送电子邮件至
> archli...@googlegroups.com
> <mailto:archli...@googlegroups.com>
> <mailto:archlinux-cn@__googlegroups.com
> <mailto:archli...@googlegroups.com>>。
> 通过以下网址访问此论坛:http://groups.__google.com/group
> /archlinux- <http://groups.google.com/group/archlinux->
> cn?hl=zh-CN。
> 要查看更多选项,请访问
> https://groups.google.com/__groups/opt_out
> <https://groups.google.com/groups/opt_out>。
>
>
>
>
> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中文邮
> 件组”论坛。
> 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到
> archlinux-
> cn+unsubscribe@googlegroups.__com
> <mailto:cn%2Bunsu...@googlegroups.com>。
> 要向此网上论坛发帖,请发送电子邮件至
> archli...@googlegroups.com
> <mailto:archli...@googlegroups.com>。
> 通过以下网址访问此论坛:http://groups.__google.com/group
> /archlinux- <http://groups.google.com/group/archlinux->
> cn?hl=zh-CN。
> 要查看更多选项,请访问
> https://groups.google.com/__groups/opt_out
> <https://groups.google.com/groups/opt_out>。
>
>
>
> 在fcitx config里看看现有输入法(current input method)一栏输入法的顺
> 序,__第一个是不是Keyboard-English
>
>
> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中文邮件组”
> 论坛。
> 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到
> archlinux-cn+unsubscribe@__googlegroups.com
> <mailto:archlinux-cn%2Bunsu...@googlegroups.com>。
> 要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com
> <mailto:archli...@googlegroups.com>。
> 通过以下网址访问此论坛:http://groups.__google.com/group
> /archlinux-cn?__hl=zh-CN
> <http://groups.google.com/group/archlinux-cn?hl=zh-CN>。
> 要查看更多选项,请访问 https://groups.google.com/__groups/opt_out
> <https://groups.google.com/groups/opt_out>。
>
>
>
> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中文邮件组”论坛。
> 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 archlinux-
> cn+unsu...@googlegroups.com
> 要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com
> 通过以下网址访问此论坛:http://groups.google.com/group/archlinux-
> cn?hl=zh-CN。
> 要查看更多选项,请访问 https://groups.google.com/groups/opt_out
>
>

改的是.config/fcitx/profile EnabledIMList

Christopher Meng

unread,
Mar 30, 2013, 2:00:59 AM3/30/13
to archli...@googlegroups.com
回复好长。。。

依云

unread,
Mar 30, 2013, 8:23:08 AM3/30/13
to archli...@googlegroups.com
On Sat, Mar 30, 2013 at 11:55:20AM +0800, GSC wrote:
> [...]
> 改的是.config/fcitx/profile EnabledIMList
> [...]

你敢不敢裁剪下你回复的引文?

--
Best regards,
lilydjwg

Linux Vim Python 我的博客:

GSC

unread,
Mar 30, 2013, 9:48:54 AM3/30/13
to archli...@googlegroups.com
On 2013年03月30日 星期六 20时23分08秒, 依云 wrote:
> On Sat, Mar 30, 2013 at 11:55:20AM +0800, GSC wrote:
>> [...]
>> 改的是.config/fcitx/profile EnabledIMList
>> [...]
>
> 你敢不敢裁剪下你回复的引文?
>

感觉一般的邮件列表都乱,top-bottom-posting混着,引文时有时无,经常裁也挺烦的。既然有程序可以在大多数情况下识别,何必要浪费这么多人类的时间呢?不知到大家用的工具看到的都是什么样子?如果真的浪费了大家时间,下次一定注意。

Bill Chen (CHEN, Zhechuan)

unread,
Mar 30, 2013, 10:45:49 AM3/30/13
to archli...@googlegroups.com
2013/3/30 GSC <xgd...@gmail.com>

感觉一般的邮件列表都乱,top-bottom-posting混着,引文时有时无,经常裁也挺烦的。既然有程序可以在大多数情况下识别,何必要浪费这么多人类的时间呢?不知到大家用的工具看到的都是什么样子?如果真的浪费了大家时间,下次一定注意。
 
我用原生的gmail界面和app,都发现很长很长。内容和引文混杂。所以,应该剪裁。我为了突出你的原文,所以剪裁了一下,用bottom的方式回复。

Best Regards,
Bill Chen (CHEN, Zhechuan)
 

Kelvin Hu

unread,
Mar 30, 2013, 11:09:50 AM3/30/13
to archli...@googlegroups.com
呃,不好意思,因为我直接在浏览器中回复的邮件,它默认是把引用折叠着的,所以感觉不出来,下次一定注意。。

--
您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中文邮件组”论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 archlinux-cn...@googlegroups.com
要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com

依云

unread,
Mar 30, 2013, 11:40:34 AM3/30/13
to archli...@googlegroups.com
On Sat, Mar 30, 2013 at 09:48:54PM +0800, GSC wrote:
> 感觉一般的邮件列表都乱,top-bottom-posting混着,引文时有时无,经常裁也
> 挺烦的。既然有程序可以在大多数情况下识别,何必要浪费这么多人类的时间呢?
> 不知到大家用的工具看到的都是什么样子?如果真的浪费了大家时间,下次一定
> 注意。

我这里满屏都是绿色的引文要按下 G 才能看到你的回复。

不过总比某些邮件找半天全部都是引文要好- -

依云

unread,
Mar 30, 2013, 11:43:37 AM3/30/13
to archli...@googlegroups.com
On Sat, Mar 30, 2013 at 11:09:50PM +0800, Kelvin Hu wrote:
> 呃,不好意思,因为我直接在浏览器中回复的邮件,它默认是把引用折叠着的,所以感觉不出来,下次一定注意。。

那个叫 GMail Web,可不是浏览器的问题。

顺便扔篇文章:
https://www.evernote.com/shard/s90/sh/99b35d0e-5842-4c08-a87d-3ba6fccaf878/a23ae45e213a39f4cc1bda21648d42d8?noteKey=a23ae45e213a39f4cc1bda21648d42d8&noteGuid=99b35d0e-5842-4c08-a87d-3ba6fccaf878

依云

unread,
Mar 30, 2013, 11:48:00 AM3/30/13
to archli...@googlegroups.com
On Sat, Mar 30, 2013 at 09:48:54PM +0800, GSC wrote:
> 感觉一般的邮件列表都乱,top-bottom-posting混着,引文时有时无,经常裁也挺烦的。既然有程序可以在大多数情况下识别,何必要浪费这么多人类的时间呢?不知到大家用的工具看到的都是什么样子?如果真的浪费了大家时间,下次一定注意。

来看截图(185KiB)
http://elimage.edisonnotes.com/60/f8efe5c11a0a93259aef393131bf84daf8518c

Christopher Meng

unread,
Mar 30, 2013, 1:16:15 PM3/30/13
to archli...@googlegroups.com
top posting 老外会觉得很没素质,一开始我就这样被骂过。

不过我觉得在 googlegroup 里面大部分人应该能够容忍,但是这引文实在是............太长了

gmail 不是所有人都用的。

Kelvin Hu

unread,
Mar 30, 2013, 2:24:54 PM3/30/13
to archli...@googlegroups.com
top posting是指回复写在引用上面吗?那像我这样的回复应该不会让人觉得rude吧。。
以前回邮件什么的总是点个回复,写上一段就回了,现在才知道还有这些规矩,学习了~~ :-)

Smallville

unread,
Mar 30, 2013, 9:14:46 PM3/30/13
to archlinux-cn邮件列表
回复写在引用上面才合理啊。web Gmail 默认也是这样吧。

>>> Send from  BlackBerry® Bold™ 9000 ...
... Push Mail via Yuchberry &


-- original message --
"archlinux-cn邮件列表" <archli...@googlegroups.com> @03-31 2013 02:24

> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中文邮件组”论坛。

> 要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 archlinux-cn...@googlegroups.com
> 要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com

Christopher Meng

unread,
Mar 30, 2013, 11:49:31 PM3/30/13
to archli...@googlegroups.com

我记得看过某人的签名。

我特地贴出一个给大家。↓↓↓↓↓↓

sillyou su

unread,
Mar 31, 2013, 1:39:33 AM3/31/13
to archli...@googlegroups.com
我遇到这个错误,然后不能在一些gui下使用fcitx了。
> gtk-query-immodules-2.0: error while loading shared libraries: libicule.so.50: cannot open shared object file: No such file or directory

Ma Xiaojun

unread,
Mar 31, 2013, 1:44:16 AM3/31/13
to archli...@googlegroups.com
> A: Because it obfuscates the reading.
> Q: Why is top posting so bad?

这个给力!

Wang Jiajun

unread,
Mar 31, 2013, 1:55:11 AM3/31/13
to archli...@googlegroups.com

再安装一下 fcitx-gtk2

--
Regards,
Wang Jiajun

sillyou su

unread,
Mar 31, 2013, 2:00:13 AM3/31/13
to archli...@googlegroups.com
恩。搞定了。


2013/3/31 Wang Jiajun <ames...@gmail.com>
--
您收到此邮件是因为您订阅了 Google 网上论坛的“Arch Linux中文邮件组”论坛。
要退订此论坛并停止接收此论坛的电子邮件,请发送电子邮件到 archlinux-cn...@googlegroups.com
要向此网上论坛发帖,请发送电子邮件至 archli...@googlegroups.com
通过以下网址访问此论坛:http://groups.google.com/group/archlinux-cn?hl=zh-CN
要查看更多选项,请访问 https://groups.google.com/groups/opt_out





--
苏沛

依云

unread,
Mar 31, 2013, 7:30:57 AM3/31/13
to archli...@googlegroups.com
你不会说的就是我的吧=w=

其实还有个(由 Google 导致的)问题你们没有说到——某些人直接当成论坛在最后
边回复了!有时候我被回复得莫名其妙 :-(

--
Best regards,
lilydjwg

Linux Vim Python 我的博客:
http://lilydjwg.is-programmer.com/
--

Christopher Meng

unread,
Mar 31, 2013, 8:20:42 AM3/31/13
to archli...@googlegroups.com
撞衫了。我在6年前看到的。。。

辛迪加

unread,
Mar 31, 2013, 8:36:00 AM3/31/13
to archli...@googlegroups.com
我个人也觉得回复写在上面才合理,重点要给别人看的是回复的内容,当然应该在上面。

在 2013年3月31日上午9:14,Smallville <lian...@gmail.com>写道:
回复写在引用上面才合理啊。web Gmail 默认也是这样吧。


Smallville

unread,
Mar 31, 2013, 8:48:51 AM3/31/13
to archlinux-cn邮件列表
确实如此。而且手持设备下要编辑引用也不现实。

>>> Send from  BlackBerry® Bold™ 9000 ...
... Push Mail via Yuchberry &


-- original message --
"archlinux-cn邮件列表" <archli...@googlegroups.com> @03-31 2013 20:36


> 我个人也觉得回复写在上面才合理,重点要给别人看的是回复的内容,当然应该在上面。
>
> 在 2013年3月31日上午9:14,Smallville <lian...@gmail.com>写道:
>
> > 回复写在引用上面才合理啊。web Gmail 默认也是这样吧。
>

Hexcles Ma

unread,
Mar 31, 2013, 9:53:42 AM3/31/13
to archli...@googlegroups.com
我想说,你们已经歪楼了。讨论了这么半天邮件列表礼仪,却忘记了这个么……

如果确实有必要继续讨论,这种情况应该要重新开个thread,改个标题,加上OT:
[OT]邮件列表的使用习惯 (was: fcitx的默认输入法变成拼音了)

我之前还奇怪来着,这个问题怎么几乎每天都有新回复,原来是歪楼了……
--
Hexcles Ma

My Blog: http://robotshell.org/

Christopher Meng

unread,
Mar 31, 2013, 12:32:03 PM3/31/13
to archli...@googlegroups.com

没用。没人听。

到此为止吧各位。

Sent from Subor Gameplayer

Reply all
Reply to author
Forward
0 new messages