分页: 1 / 1
scim-launcher-daemon的虛擬記憶使用量很驚人
发表于 : 2005-10-31 17:08
由 ntony
不知道會不會貼錯區,若果有貼錯區的話請見諒。
安裝scim後系統有點不太穩,試過Thundbird在使用scim輸時系統出現不穩定的情況,之後Thunderbird就自動關閉了。
在小弟的圖中可看到scim-launcher-daemon的virtual memory使用量是5.6 GiB,請問各位兄弟也是這種情況嗎?我想討論一下。
圖有點大,還請見諒。
发表于 : 2005-10-31 18:58
由 roylez
scim确实问题多多。卸载那个大概叫scim-gtk-immodule的模块会好一点。
发表于 : 2005-10-31 21:47
由 eexpress
5.6 GiB?是多大
发表于 : 2005-10-31 22:15
由 ntony
nkzealot 写了:scim确实问题多多。卸载那个大概叫scim-gtk-immodule的模块会好一点。
請問scim-gtk-immodule的作用是什麼?
eexpress兄,GiB我真的不知道這個是什麼單位,參考其他數值的話,大概是會是GB(Gigabyte)吧?
发表于 : 2005-10-31 22:32
由 eexpress
scim-gtk2-immodule
GTK2 IMModule with SCIM as backend
This package is the GTK+ 2.x native input method module for SCIM. It provide a GTK IM module with SCIM as the input backend. This input method module should work within all GTK+ 2.x platforms, including gtk-x11, gtk-linuxfb and gtk-directfb.
我的机器才512M内存啊。半个G.
发表于 : 2005-10-31 22:40
由 leal
人家的是虚拟……
发表于 : 2005-10-31 22:48
由 ntony
eexpress 写了:scim-gtk2-immodule
GTK2 IMModule with SCIM as backend
This package is the GTK+ 2.x native input method module for SCIM. It provide a GTK IM module with SCIM as the input backend. This input method module should work within all GTK+ 2.x platforms, including gtk-x11, gtk-linuxfb and gtk-directfb.
我的机器才512M内存啊。半个G.
看樣子,那是不是不太應該remove這個module呢?
大家都沒有用scim嗎?
发表于 : 2005-10-31 22:51
由 eexpress
不懂
发表于 : 2005-10-31 23:05
由 ntony
啊!
怎麼這樣小巧?
但eexpress兄的是scim-launcher,而我的是scim-laucnher-daemon啊。
我的是daemon。
請是eexpress兄安裝scim的過程是怎樣?
发表于 : 2005-10-31 23:13
由 eexpress
第一次使用ubuntu的时候,我按照主页的方式安装的,就一直没动过。都正常,所以我说scim好用。也不知道你的为什么是进程守护程序的后缀。
这是我的包,你可以对比一下。
代码: 全选
$ dpkg -l scim*|grep ii
ii scim 1.2.2-0+SVN3ho Smart Common Input Method platform
ii scim-gtk2-immo 1.2.2-0+SVN3ho GTK2 IMModule with SCIM as backend
ii scim-input-pad 0.1.0-0+SVN0ho on-screen input pad IM module for SCIM
ii scim-modules-s 1.2.2-0+SVN3ho socket modules for SCIM
ii scim-modules-t 0.5.1-0+SVN0ho generic tables IM engine module for SCIM
ii scim-pinyin 0.5.0-0+SVN1ho Smart pinyin IM engine module for SCIM
ii scim-tables-zh 0.5.1-0+SVN0ho SCIM Chinese Input Method table data (WuBi,
发表于 : 2005-11-01 2:05
由 ntony
我是跟這個來設置的
http://wiki.ubuntu.org.tw/index.php/UbuntuL10n#SCIM
代码: 全选
sudo apt-get install scim
sudo apt-get install scim-chinese
sudo apt-get install scim-config-socket
sudo apt-get install scim-gtk2-immodule
sudo apt-get install scim-tables-zh
代码: 全选
sudo touch /etc/X11/Xsession.d/74custom-scim_startup
sudo chmod 646 /etc/X11/Xsession.d/74custom-scim_startup
echo 'export XMODIFIERS="@im=SCIM"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'export GTK_IM_MODULE="scim"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'export XIM_PROGRAM="scim -d"' >> /etc/X11/Xsession.d/74custom-scim_startup
echo 'export QT_IM_MODULE="scim"' >> /etc/X11/Xsession.d/74custom-scim_startup
sudo chmod 644 /etc/X11/Xsession.d/74custom-scim_startup
发表于 : 2005-11-01 8:58
由 eexpress
我按照这里的。
http://www.ubuntu.org.cn/support/docume ... st_install
代码: 全选
sudo apt-get install scim scim-modules-socket scim-modules-table scim-pinyin scim-tables-zh scim-input-pad
sudo sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim" ; scim -d ' > /etc/X11/Xsession.d/95xinput "
sudo chmod +755 /etc/X11/Xsession.d/95xinput
发表于 : 2005-11-02 0:08
由 solar
发表于 : 2005-11-02 2:56
由 ntony
為什麼我打開/etc/X11/Xsession.d/內的所有文件都沒有內容呢?
我想把export QT_IM_MODULE="scim"這一句加個#
因為我是使用Gnome的
发表于 : 2005-11-02 11:17
由 eexpress
都是root的。难道是0字节?
~$ ls -l /etc/X11/Xsession.d/
总用量 32
-rw-r--r-- 1 root root 1871 2005-09-23 15:42 20xorg-common_process-args
-rw-r--r-- 1 root root 985 2005-09-23 15:42 30xorg-common_xresources
-rw-r--r-- 1 root root 1565 2005-09-23 15:42 50xorg-common_determine-startup
-rw-r--r-- 1 root root 359 2005-09-06 19:18 55gnome-session_gnomerc
-rw-r--r-- 1 root root 381 2005-10-01 02:45 75dbus-1-utils_dbus-launch
-rw-r--r-- 1 root root 616 2005-09-23 15:42 90xorg-common_ssh-agent
-rwxr-xr-x 1 root root 66 2005-10-11 15:42 95xinput
-rw-r--r-- 1 root root 170 2005-09-23 15:42 99xorg-common_start