I just downloaded kzip, both windows and linux version. The linux version is bugyg, I tried to compress some files, but for one file it segfaults, for the other one it starts creating a really huge file (until it fills up the free space on the partition). The windows version seems to work fine, but since I use linux, I have to use wine. And maybe for this reasons ther eis a side effect: kzip adds files with full pathnames.
If you want I can send you the files, or I can try to find the bug also, if you can send the sources ;-)
Btw, pngout really rulez :-) Congratulations!
space at
Hi!
I found the problem with the fullpath names ;-) Of course it was on my side :-))
I used wine, and pack the files like this: wine kzip.exe new.zip *.*
In linux the shell evaluated the *.* and replaced with the file names, and wine translated this filenames to window path names.