|
2008-05-08
, 03:18
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#12
|
|
2008-05-08
, 03:40
|
Posts: 39 |
Thanked: 66 times |
Joined on May 2008
@ Montreal
|
#13
|
|
2008-05-08
, 03:57
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#14
|
|
2008-05-08
, 13:01
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#15
|
Re: the color pixel detection: notice those gray "splotches" (I can't think of a better word for them between the quadrants in the squares? Those are intended to improve accuracy by not registering movement into them. This means doing a getpixel under the pen location, which means, programming-wise, that I'll have to convert the server-side pixmap to a client-side one. But I didn't know GTK+ at all until last week, so I'll have to do a bit of research.
As far as riding the bezel goes, I can't reproduce it myself (but then again, I'm running in landscape mode, so I have only one bezel that's really an issue). I suspect some sort of rounding error, and I have some ideas on how I could fix it, but I'd need you to beta test packages I'd send over to you, because I don't want to cut releases with changes I'm not that sure about...
|
2008-05-08
, 21:15
|
Posts: 39 |
Thanked: 66 times |
Joined on May 2008
@ Montreal
|
#16
|
It shows up as an "Input method" but it's faded out and can't be selected.
|
2008-05-08
, 22:28
|
Posts: 87 |
Thanked: 33 times |
Joined on Aug 2007
|
#17
|
Drat, looks like you had to be root after all... I had this problem on scratchbox at one point, and I can't remember at all how I fixed it exactly.
Try the following, after running sudo gainroot, and restarting the tablet in between tries:
- hildon-im-recache
- dpkg -i <where you downloaded the .deb>
- If nothing else works, send me the list of files you have in your /usr/lib/hildon-input-method directory and your /usr/lib/hildon-input-method/hildon-im-plugins.cache file by PM. I'll compare with mind and try to figure out what's going on.
... Preparing to replace hildon-input-method-plugins-qwikscript 0.9.0-1 (using hildon-input-method-plugins-qwikscript_0.9.1-1_armel.deb) ... Unpacking replacement hildon-input-method-plugins-qwikscript ... Setting up hildon-input-method-plugins-qwikscript (0.9.1-1) ... Processing: western_common_vim_settings.so hildon-im-recache[2421]: GLIB WARNING ** default - No available languages in western_common_vim_settings.so! This is not HIM plugin (probably it's a TIS plugin) Processing: him_vkb_qwikscript.so Processing: western_wc.so Processing: western_fkb.so Processing: western_hwr.so Processing: western_scv.so Processing: western_vkb.so Processing: western_onscreen_scv.so Processing: keyboard_monitor.so Number of plugins processed: 8
ls -lrt /usr/lib/hildon-input-method/ -rw-r--r-- 1 root root 18508 Nov 20 16:53 western_scv.so -rw-r--r-- 1 root root 18660 Nov 20 16:53 western_common_vim_settings.so -rw-r--r-- 1 root root 28036 Nov 20 16:53 western_vkb.so -rw-r--r-- 1 root root 16780 Nov 20 16:53 western_onscreen_scv.so -rw-r--r-- 1 root root 51920 Nov 20 16:53 western_fkb.so -rw-r--r-- 1 root root 18960 Nov 20 16:53 keyboard_monitor.so -rw-r--r-- 1 root root 28000 Nov 20 16:53 western_wc.so -rw-r--r-- 1 root root 24680 Nov 20 16:53 western_hwr.so -rw-r--r-- 1 root root 221696 May 8 03:23 him_vkb_qwikscript.so -rw-r--r-- 1 root root 1868 May 9 00:22 hildon-im-plugins.cache
|
2008-05-08
, 23:28
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#18
|
|
2008-05-09
, 00:03
|
Posts: 39 |
Thanked: 66 times |
Joined on May 2008
@ Montreal
|
#19
|
|
2008-05-09
, 00:46
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#20
|
the problem is that I only support en_US for now, and you're probably using en_GB or something else.
As far as riding the bezel goes, I can't reproduce it myself (but then again, I'm running in landscape mode, so I have only one bezel that's really an issue). I suspect some sort of rounding error, and I have some ideas on how I could fix it, but I'd need you to beta test packages I'd send over to you, because I don't want to cut releases with changes I'm not that sure about...