The Following User Says Thank You to 009N For This Useful Post: | ||
|
2010-11-01
, 04:52
|
Posts: 81 |
Thanked: 20 times |
Joined on Sep 2010
|
#2
|
|
2010-11-01
, 05:21
|
|
Posts: 66 |
Thanked: 77 times |
Joined on Jul 2010
@ intheclouds
|
#3
|
apt-get purge mscim*
|
2010-11-01
, 05:29
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#4
|
The Following User Says Thank You to jakiman For This Useful Post: | ||
|
2010-11-01
, 07:50
|
Posts: 152 |
Thanked: 58 times |
Joined on Oct 2010
@ void
|
#5
|
sudo gainroot (requires the rootsh package) apt-get --purge remove mscim rm -f /etc/event.d/scim (if the file is till there) /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules reboot
cd sudo gainroot mkdir mscim-bak mv /etc/event.d/scim ./mscim-bak /usr/bin/gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules reboot
cd sudo gainroot cp mscim-bak/scim /etc/event.d reboot
|
2010-11-01
, 09:01
|
|
Posts: 66 |
Thanked: 77 times |
Joined on Jul 2010
@ intheclouds
|
#6
|
|
2010-11-01
, 09:10
|
Posts: 69 |
Thanked: 18 times |
Joined on Apr 2010
|
#7
|
The Following User Says Thank You to rexii23 For This Useful Post: | ||
|
2010-11-01
, 10:07
|
|
Posts: 122 |
Thanked: 22 times |
Joined on Jun 2010
@ China
|
#8
|
|
2010-11-01
, 10:17
|
Posts: 13 |
Thanked: 3 times |
Joined on Feb 2010
@ Peking,China
|
#9
|
The Following User Says Thank You to snnn For This Useful Post: | ||
|
2010-11-01
, 13:35
|
|
Posts: 122 |
Thanked: 22 times |
Joined on Jun 2010
@ China
|
#10
|
Nokia-N900:~# cat /etc/gtk-2.0/gtk.immodules-vkb-ON "/usr/lib/gtk-2.0/2.10.0/immodules/hildon-im-module.so" "hildon-input-method" "Hildon Input Method" "hildon-input-method-framework" "/usr/share/locale" "*" Nokia-N900:~# cat /etc/gtk-2.0/gtk.immodules-vkb-OFF "/usr/lib/gtk-2.0/2.10.0/immodules/im-scim.so" "scim" "SCIM Input Method" "scim" "/usr/share/locale" "*" Nokia-N900:~# cat /etc/gtk-2.0/gtk.immodules.status 0
Nokia-N900:~# cat imvk-swap.sh #!/bin/sh #/etc/gtk-2.0/gtk.immodules-vkb-OFF #/etc/gtk-2.0/gtk.immodules-vkb-ON VKBON=$(cat /etc/gtk-2.0/gtk.immodules.status) if [ "$VKBON" == "0" ] then echo 'Switching to ONBOARD...' cat /etc/gtk-2.0/gtk.immodules-vkb-ON > \ /etc/gtk-2.0/gtk.immodules echo '1' > /etc/gtk-2.0/gtk.immodules.status else echo 'Switching to PINYIN...' cat /etc/gtk-2.0/gtk.immodules-vkb-OFF > \ /etc/gtk-2.0/gtk.immodules echo '0' > /etc/gtk-2.0/gtk.immodules.status fi
Here is the issue. I have installed these mscim packages from extras-devel:
- mscim
- mscim-modules-table
- mscim-n900-ppinputmethod (<= penpower)
- mscim-tables-symbol
- mscim-tables-zh-extras
- mscim-tables-additional
With these packages installed, the virtual keyboard no longer starts (Fn + Ctrl).
even with only mscim and penpower the problem remains.
Does anyone also run into this issue? Any fix? Thanks.
EDIT
sorry there are already a few old threads related to this issue.
still is there any fix for missing virtual keyboard?
Last edited by 009N; 2010-11-01 at 04:17.