View Single Post
Old 12-14-2012, 03:48 AM   #195
R0nd
Junior Member
R0nd has become a pillar of the MobileRead communityR0nd has become a pillar of the MobileRead communityR0nd has become a pillar of the MobileRead communityR0nd has become a pillar of the MobileRead communityR0nd has become a pillar of the MobileRead communityR0nd has become a pillar of the MobileRead communityR0nd has become a pillar of the MobileRead communityR0nd has become a pillar of the MobileRead communityR0nd has become a pillar of the MobileRead communityR0nd has become a pillar of the MobileRead communityR0nd has become a pillar of the MobileRead community
 
Posts: 8
Karma: 15842
Join Date: Dec 2012
Device: Kindle Paperwhite
Quote:
Originally Posted by baf View Post
Please replace matchbox-keyboard binary with attached one and run xterm.sh. I put matchbox keyboard on dialog layer and move it to the bottom of the screen. Maybe it will work on PW.
Thanks, I poked around a bit, and here's what I found: I can launch matchbox-keyboard alone and it's visible on the home screen. But here's the problem: when I run xterm.sh, matchbox-keyboard is obscured by xterm window, which is fullscreen
Code:
[root@kindle bin]# xwininfo -root -children | grep term
     0x160000d "L:A_N:application_ID:XTerm_PC:N_O:URL": ("kterm" "XTerm")  758x1024+0+0  +0+0  MapState=IsViewable
I tried adding -geometry argument to xterm.sh so it goes like this:
Code:
${EXTENSION}/bin/xterm -name kterm -geometry 126x52 &
${EXTENSION}/bin/matchbox-keyboard &
but it didn't change anything.
R0nd is offline   Reply With Quote