输入法SCIM问题集中处理贴,包括无法重命名文件夹的问题

新手涉及到的教学或入门贴,推荐新手必看,版主维护
回复
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

输入法SCIM问题集中处理贴,包括无法重命名文件夹的问题

#1

帖子 oneleaf » 2007-11-10 14:49

无论是哪种情况下,哪种输入法无法调出,请先访问: http://www.inputking.com/ 在线输入法来输入问题描述。
请说明在哪种环境下,无法使用输入法。我们需要你提供如下信息:
点击顶上的菜单 应用程序 -> 附件 -> 终端 打开一个终端窗口,按照下面的命令输入,回车,并贴出显示的信息。

1 输入:

代码: 全选

env|grep im
,目的测试当前的环境变量是否正确

显示信息应该类似如下:
QT_IM_MODULE=xim
XMODIFIERS=@im=SCIM
GTK_IM_MODULE=xim

如果不是,贴出来。
如果什么都没有显示,先尝试:

系统 -> 系统管理 -> 语言支持
在支持的语言中,选择Chinese 打勾
在默认语言中,选择Chinese。


然后,注销登录,重新再试试。

2 输入:

代码: 全选

dpkg -l scim*|grep ii
,目的检查是否正常的安装scim输入法

显示信息应该类似如下:
ii scim 1.4.7-1ubuntu2 smart common input method platform
ii scim-chewing 0.3.1-2ubuntu2 Chewing IM engine module for SCIM
ii scim-gtk2-immodule 1.4.7-1ubuntu2 GTK+2 input method module with SCIM as backe
ii scim-modules-socket 1.4.7-1ubuntu2 socket modules for SCIM platform
ii scim-modules-table 0.5.7-1ubuntu2 generic tables IM engine module for SCIM pla
ii scim-pinyin 0.5.91-0ubuntu12 smart pinyin IM engine for SCIM platform
ii scim-qtimm 0.9.4-2ubuntu2 SCIM context plugin for qt-immodule
ii scim-tables-additional 0.5.7-1ubuntu2 miscellaneous input method data tables for S
ii scim-tables-zh 0.5.7-1ubuntu2 Chinese input method data tables for SCIM pl

如果不是,贴出来。

3 输入:

代码: 全选

ps -A |grep scim
,目的检查scim输入法有没有正确的运行

显示信息应该类似如下:
6820 ? 00:00:00 scim <defunct>
7666 ? 00:00:05 scim-launcher
8107 ? 00:00:00 scim-helper-man
8108 ? 00:00:23 scim-panel-gtk
8110 ? 00:00:03 scim-launcher

前面的数字可能有所不同,如果你还是无法确定,就贴出来。

好了,现在最后需要告诉我们,在那个软件下调不出输入法?有重现此问题的规律吗?
最后让我们一起来解决这个本不应该存在的输入法的问题。

************对于无法变更目录名的问题***************

此问题已经得到修正,不过由于配置文件可能已经存在,因此部分用户升级后还是无法重命名文件夹,解决办法如下:
有两种办法:
办法一: 如果你不使用fglrx或者其它的第三方使用到了libstdc++5的程序可以使用 im-switch -s scim-immodule 来解决这个问题。(注此方法是通过设置 GTK_IM_MODULE=scim 来回避这个问题)

办法二(推荐):
1 使用 im-switch -s none 设置没有输入法,注销再次登录,这样就不会自动启动scim(注因为scim在运行时修改配置无效)
2 修改 ~/.scim/config 文件,将 /FrontEnd/X11/Dynamic false 修改为 /FrontEnd/X11/Dynamic true
3 使用 im-switch -s scim 设置输入法,注销再次登录。就应该正常了。
上次由 oneleaf 在 2008-04-21 21:26,总共编辑 8 次。
paopaozj
帖子: 823
注册时间: 2007-10-28 23:35

#2

帖子 paopaozj » 2007-11-10 15:23

好的 LZ费心了。。
yuffey
帖子: 193
注册时间: 2007-09-06 16:24
来自: 中国上海

#3

帖子 yuffey » 2007-11-10 16:13

为什么会有两个lanucher,难道一个是用户得,一个是root得?
paopaozj 写了:好的 LZ费心了。。
头像
内存不足
论坛版主
帖子: 3277
注册时间: 2005-08-18 18:43
联系:

#4

帖子 内存不足 » 2007-11-10 16:17

偶的

代码: 全选

env|grep im
QT_IM_MODULE=scim
XMODIFIERS=@im=SCIM
GTK_IM_MODULE=scim
貌似还正常............. :P
是因为QT程序少?? 只有个skype输入也正常
໌→ iCookie Gtk Theme
໌→DropPlusBluetheme
กรัก กรัก`菠萝
头像
justinavril
帖子: 328
注册时间: 2007-10-11 15:45
联系:

#5

帖子 justinavril » 2007-11-10 16:18

ii scim 1.4.7-1ubuntu2 smart common input method platform
ii scim-chewing 0.3.1-2ubuntu2 Chewing IM engine module for SCIM
ii scim-gtk2-immodule 1.4.7-1ubuntu2 GTK+2 input method module with SCIM as backe
ii scim-modules-socket 1.4.7-1ubuntu2 socket modules for SCIM platform
ii scim-modules-table 0.5.7-1ubuntu2 generic tables IM engine module for SCIM pla
ii scim-pinyin 0.5.91-0ubuntu12 smart pinyin IM engine for SCIM platform
ii scim-tables-additional 0.5.7-1ubuntu2 miscellaneous input method data tables for S
ii scim-tables-zh 0.5.7-1ubuntu2 Chinese input method data tables for SCIM pl


我的少了倒数第三个,这个是什么?要紧吗?
我在给桌面图标或者文件夹重命名时就调不出来~~~
头像
xiehuoli
帖子: 5941
注册时间: 2006-06-10 8:43
来自: 中国 CS

#6

帖子 xiehuoli » 2007-11-10 16:20

太可怕了
我的只有这么一句
env |grep im
XMODIFIERS=@im=fcitx
年轻没有失败! ! ! ! ! !
噢!有怪兽,有怪兽!
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

#7

帖子 BigSnake.NET » 2007-11-10 16:20

justinavril 写了:ii scim 1.4.7-1ubuntu2 smart common input method platform
ii scim-chewing 0.3.1-2ubuntu2 Chewing IM engine module for SCIM
ii scim-gtk2-immodule 1.4.7-1ubuntu2 GTK+2 input method module with SCIM as backe
ii scim-modules-socket 1.4.7-1ubuntu2 socket modules for SCIM platform
ii scim-modules-table 0.5.7-1ubuntu2 generic tables IM engine module for SCIM pla
ii scim-pinyin 0.5.91-0ubuntu12 smart pinyin IM engine for SCIM platform
ii scim-tables-additional 0.5.7-1ubuntu2 miscellaneous input method data tables for S
ii scim-tables-zh 0.5.7-1ubuntu2 Chinese input method data tables for SCIM pl


我的少了倒数第三个,这个是什么?要紧吗?
我在给桌面图标或者文件夹重命名时就调不出来~~~
倒数第三个是qt程序输入时用的
重命名的问题请搜索论坛, 是个打包bug
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#8

帖子 oneleaf » 2007-11-10 17:00

文件夹无法重命名的问题,当前的scim中已经处理,安装完毕后,升级一下就好了。
如果没有升级,可以临时使用 在修改文件名的栏位按鼠标右键,选择 输入法->默认就好了,如果还是不行就选择 输入法 -> SCIM Input Method。
头像
stlxv
论坛版主
帖子: 8275
注册时间: 2006-05-03 0:39
来自: المريخ

#9

帖子 stlxv » 2007-11-10 17:15

用默认的scim,一切都正常,不管是qt或者gtk程序都是正常

7.10的scim有两个大毛病:
1. 选字列表窗口第一次出现总是出现在屏幕左上角(0,0)
2. 未完全汉化问题比较严重。
PHP是最好的语言!不服来战!
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

建议多用这个看,信息更容易理解。

#10

帖子 eexpress » 2007-11-10 18:42

代码: 全选

☎  im-switch -l 
Your input method setup under zh_CN locale as below. 
======================================================= 
The configuration "/home/exp/.xinput.d/zh_CN" is defined as a link pointing to 
scim 
This private configuration supersedes the system wide default. 
======================================================= 
The system wide default is pointed by "/etc/alternatives/xinput-zh_CN" . 
xinput-zh_CN - 状态为 auto 
 链接目前指向 scim 
scim - 优先级 50 
scim-immodule - 优先级 0 
scim-pinyin - 优先级 50 
目前“最佳”的版本为 scim。 
======================================================= 
The available input method configuration files are: 
default none scim scim-chewing scim.dpkg-old scim-immodule scim-pinyin scim_xim th-xim 
=======================================================
● 鸣学
生化面包
帖子: 12
注册时间: 2007-11-07 9:36

#11

帖子 生化面包 » 2007-11-10 20:02

输入env|grep im什么也没有显示

输入dpkg -l scim*|grep ii显示
dpkg: need an action option

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*].

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
\bash: scim*: command not found

输入ps -A |grep scim什么也没有显示
cyberkoa
帖子: 9
注册时间: 2005-10-19 23:21

#12

帖子 cyberkoa » 2007-11-10 20:03

目前scim 能够使用, 但是在 QT based 的软件如skype 就不能启动 scim panel 。

在 Firefox 下 , scim 速度明显慢, 而且似乎有两个 scim 在运行。 ps -A 的结果也显示显示两个 gtk-panel & launcher。

我是使用 en_US locale , 使用 im-switch 来作修改。 一路从 5.10 升级到 7.10。

代码: 全选

super@ubuntu:~$ env|grep im
QT_IM_MODULE=xim
XMODIFIERS=@im=SCIM
GTK_IM_MODULE=scim

代码: 全选

super@ubuntu:~$ dpkg -l scim*|grep ii
ii  scim                   1.4.7-1ubuntu2   smart common input method platform
ii  scim-chewing           0.3.1-2ubuntu2   Chewing IM engine module for SCIM
ii  scim-gtk2-immodule     1.4.7-1ubuntu2   GTK+2 input method module with SCIM as backe
ii  scim-modules-socket    1.4.7-1ubuntu2   socket modules for SCIM platform
ii  scim-modules-table     0.5.7-1ubuntu2   generic tables IM engine module for SCIM pla
ii  scim-pinyin            0.5.91-0ubuntu12 smart pinyin IM engine for SCIM platform
ii  scim-qtimm             0.9.4-2ubuntu2   SCIM context plugin for qt-immodule
ii  scim-tables-additional 0.5.7-1ubuntu2   miscellaneous input method data tables for S
ii  scim-tables-zh         0.5.7-1ubuntu2   Chinese input method data tables for SCIM pl

代码: 全选

super@ubuntu:~$ ps -A|grep scim
 5701 ?        00:00:17 scim-launcher
 5709 ?        00:00:00 scim-helper-man
 5710 ?        00:00:00 scim-panel-gtk
 5712 ?        00:00:00 scim-launcher
 6039 ?        00:00:51 scim-panel-gtk
satiling
帖子: 14
注册时间: 2007-11-05 10:52

#13

帖子 satiling » 2007-11-10 21:23

我的输入法无法在面板中固定,请问如何解决
陶子
帖子: 4
注册时间: 2007-11-10 20:06

大家教教我怎么在英文环境使用中文输入法好么?

#14

帖子 陶子 » 2007-11-10 21:44

我在安装时选择的是英文环境,可是在安装中文输入法的过程中遇到很多的麻烦哦(菜鸟么),好几次都是在WIN和UBU之间来回的切.下在了 小企鹅解压后的INSTALL文件 双击也是无法运行 . 我也是刚刚接触LINUX 盘还是在网站上要的 很快 不到一星期就航空信寄过来了 还有老总的签名呢.
本菜鸟,在此跟大家讨教 哪为高手能具体详细的步骤高诉我么 直接 送邮箱也行哦 taoqifox1018@yahoo.com.cn 拜托
头像
oneleaf
论坛管理员
帖子: 10441
注册时间: 2005-03-27 0:06
系统: Ubuntu 12.04

#15

帖子 oneleaf » 2007-11-10 22:20

生化面包 写了:输入env|grep im什么也没有显示

输入dpkg -l scim*|grep ii显示
dpkg: need an action option

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*].

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
\bash: scim*: command not found

输入ps -A |grep scim什么也没有显示
系统 -> 系统管理 -> 语言支持
在支持的语言中,选择Chinese 打勾
在默认语言中,选择Chinese。
再试试。
回复