I'm trying to install this onto my poodle (5600), so I don't know if it's even possible. I've successfully installed & configred the package, but I get the following errors:
[zaurus@grond]<~/Install_Files/watapon/xqt>$ sudo ipkg -d card install xqt-gtk-jumbopack_0.4.3-0.6_arm.ipk
Unpacking xqt-gtk-jumbopack...Done.
Configuring xqt-gtk-jumbopack.../mnt/card1/packages/usr/lib/ipkg/info/xqt-gtk-jumbopack.postinst: /opt/QtPalmtop/share/
loading libraries ...
generating pango.modules ...
/mnt/card1/packages/usr/lib/ipkg/info/xqt-gtk-jumbopack.postinst: cannot create /etc/pango/pango.modules: directory non
generating gdk-pixbuf.loaders ...
/mnt/card1/packages/usr/lib/ipkg/info/xqt-gtk-jumbopack.postinst: cannot create /etc/gtk-2.0/gdk-pixbuf.loaders: direct
/mnt/card1/packages/usr/lib/ipkg/info/xqt-gtk-jumbopack.postinst: /opt/QtPalmtop/share/bin/mozhomefix: not found
X/Qt installed sucessfully.
Done.
After using ipkg-link successfully & restarting qtopia, I have the tab & all the icons, but nothing happens when I hit the startx icon, so I started some command line testing & edited the startx-wrapper, replacing the hdd3 references to point to the ext2 partition of my sd card (where the package is installed). It still failed after running the startx script.
So I edited the startx script to properly assign the hostname (the hostname command is linked to busybox in my rom which doesn't recognoze the '-f' switch). Finally it got the the end but failed finding librarys:
[...snip...]
+ xauth list :0
+ grep ':0 '
xauth: error while loading shared libraries: libXmuu.so.1: cannot load shared object file: No such file or directory
+ xauth
xauth: error while loading shared libraries: libXmuu.so.1: cannot load shared object file: No such file or directory
+ removelist=:0
+ xauth list grond:0
xauth: error while loading shared libraries: libXmuu.so.1: cannot load shared object file: No such file or directory
+ grep 'grond:0 '
+ xauth
xauth: error while loading shared libraries: libXmuu.so.1: cannot load shared object file: No such file or directory
+ removelist=grond:0 :0
+ xinit /home/zaurus/.xinitrc -- /home/zaurus/.xserverrc
xinit: error while loading shared libraries: libXmuu.so.1: cannot load shared object file: No such file or directory
+ '[' 'xgrond:0 :0 ' '!=' x ']'
+ xauth remove grond:0 :0
xauth: error while loading shared libraries: libXmuu.so.1: cannot load shared object file: No such file or directory
+ command -v deallocvt
+ deallocvt
I found a libXmuu.so.1.0 library linked under /opt/QtPalmtop/libs, so I linked that to ibXmuu.so.1, but still the same error. I'm not a unix programmer, so I'm not sure where xinit & xauth are looking for libs, but all the other *X* libs are in that same directory, so I can't be far off .
Any helpful tips? Am I just missing a package?
Thanks in advance
[div align=\"right\"][a href=\"index.php?act=findpost&pid=89056\"][{POST_SNAPBACK}][/a][/div]
Never had a poodle before so not sure how much different it is, but it seems like all the binaries installed successfully, however, the postinstall script failed due to things being in different locations.
you might need to edit the scripts and rerun them, in particular xqtliblinks which creates all the required symlinks
xqtliblinks assumes all the libraries have been installed to /opt/QtPalmtop/lib (which is a symlink itself on my Spitz)
and creates additional symlinks for each of the installed libraries.
since i do not have ipkg-link i do not know exactly what it does, but i assume it relinks everything in /opt/QtPalmtop/lib to the location on your SD card?
if that's so then simply rerunning xqtliblinks might just fix it for you, but if not, then you might have to update xqtliblinks manually to make it link to the right location for your poodle.
good luck