I would like to thank Meanie for the work on the cramfs package, this is exactly what I wanted to run these type of programs. So far everything looks good. It's cool to add some functionality in something that will, eventually, be relatively easy to install.
This is some notes from the installation. I am running a Sharp SL-6000L with the standard Sharp ROM:
A) Right now, the packages at
http://www.thegrinder.ws/Meanies_XQT/ seem out of date? They are only for October 23rd and lack the split packages. Or maybe that is all that is out right now.
I ran into the same installation problem mentioned here regarding libjpeg.so.62, and because I failed to read ahead, I forgot to correct it after running the app install. :/ Fortunately pure-ftp worked after the reboot so I could FTP in as root and replace the file, avoiding the reflash.
C) The /etc/fstab method that was used by the app installation script for some reason did not work on bootup. The Zaurus was giving a message that it wasn't recognizing the /usr/mnt.rom/ paths. I'm suspecting how the fstab is handled may be different for the C series. For now what I've done is modify the mntpython script that got dumped into /etc/rc.d/init.d/ to also mount the X/Qt cramfs images using the mount command. (The mntpython script comes from the Python cramfs image posted
here.)
D) The following apps did not work on the SL-6000L at least with my configuration: Abiword and Minimo (missing: g_type_class_add_private while loading libgtk-x11-2.0.so.0); XChat and Thunderbird (missing: g_type_class_add_private when loading libpangoft2-1.0.so.0)
The following apps at least ran : XMMS, Sypheed, Gimp, Firefox, Dillo, Ethereal. I didn't do much testing on how they worked, but I like what I see so far.
E) For the SL-6000L, the screen is upside down in rotated (640x480) mode, and the coordinates for tapping the stylus are reversed. The interesting thing is, the X/Qt server does not respond to rotation changes. So you actually can start in rotated mode, flip to the standard (480x640) mode, and you have a working 640x480 screen. It's kind of strange.
Here's a sample of what I mean...
[img]http://www.kcgould.net/temp/xqtzaurus.jpg\" border=\"0\" class=\"linked-image\" /]
My quest in installing this is to see if Firefox can run Java applets in the browser (as far as I know this is not available on any Qtopia-based browser yet). I'll give it a try tonight.