
gnochive isssues (aka anything else that couldn't be placed in README)

gzipping a symlinked file will cause a gzip/gzip
to resolve file when adding/extracting respective file.

gnochive has the following compression levels explained below:

Comp Level	RAR		gzip	bzip2		zip	compress
========================================================================
    store	0		-1	-1		-1
    fastest	1		-2	-2		-2
    fast	2		-4	-4		-4
    normal	3(default)	-5	-5		-5	N/A
    good	4		-7	-7		-7
    best	5		-9	-9(default)	-9
========================================================================

custom compression (tar only) will parse a plain tar and filter like:
     ./custom file.tar

********************
*FIXED IN 0.6.3-dev*
********************
archivers path assume the 'un' symlink for each arciver is in the same path
(eg. /bin/gzip assumes /bin/gunzip
    /usr/local/rar assumes /usr/local/unrar
It's not the best way to handle the paths but ussualy the people puts gunzip
in the same path as gzip so it's ovious.
The 'un' required modules are: gunzip,unzip

selected files(archives) can be tested through context menu(right mouse click)
The menu, toolbar test icon will test an archive only if it's open else will
trigger test archive dialog.