QUOTE(iamasmith @ May 6 2005, 01:18 PM)
When you run XQT normally your xlibs come from /opt/QtPalmtop/lib - this is where the XQT package installs libX11.so.* etc.
When you run the chroot debian the /usr/X11R6/libs are used.
There seems to be some keyboard handling stuff in the XQT xlibs that is specific to the Qtopia environment. I experimented with mount -o bind to overmount the /usr/X11R6/libs directory with the Qtopia versions but it ended up more stable using the debian versions. Using the XQT versions of the libs with debian produced some wierd results. The input applets would work but you couldn't enter things like the space character from the popup keyboard.
This is interesting, I'd like to experiment with it some, maybe for me it will be a workable solution.
I'm mainly interested in getting QPOBox working for predictive text input, so the popup-keyboard lack of working space wouldn't bother me. I was successful in getting Prime for uim-xim running, but it's very slow for entry, so QPOBox under XQt would be great.
How do I overmount the necessary libs? Is
CODE
sudo mount -o bind /opt/QtPalmtop/lib /mnt/card/debroot/usr/X11R6/lib
sufficient? Or do I have to go somehow lib by lib or...?