Jon_J, thank you. That thread is a wealth of information which I will want to add to the IPK documentation I am writing, as soon as I can digest it all.
wlaw, if you don't understand that thread, don't feel bad. It wasn't exactly written for a newbie. I'm not sure I can follow it without a lot of intense study, either!
I just had a similar problem installing a different application the other day, and here's what I would do, based on what worked for me installing an IPK whose icon didn't appear. First, get lists of all files on your Zaurus that start with the same names as those 2 files:
find / -name korganizer*; find / -name kaddressbook*
There are no guarantees, but the lists you get should show files ending with image extensions (png,jpg,gif,etc) and desktop. That will tell you where the important files are.
I suggest copying and pasting the output and saving it so you can post it all here so we can help you better.
Next, I would study that ikg status output again, and pick the name of some application that you know has an icon that works. Do the same kind of 'find' for that and that should show you the "correct" places to move the one image and desktop file for each app that is needed. I know there may be more image files than just the one needed, so figuring out which one to move may be tricky.
On my Sharp ROM, the "correct" place for the files are in the following directories, using "zfax" as an example:
/home/QtPalmtop/apps/Applications/zfax.desktop
/home/QtPalmtop/pics/zfax.png
sdjf