For xarchiver 0.5.2-i586-3vl70:
Can't view the help file. When I try, it gives me the following feedback:
Failed to open URI "file:///usr/share/doc/xarchiver/html/index.html".
Error stating file '/usr/share/doc/xarchiver/html/index.html': No such file or directory.
(later edit)
Apparently the package developer put the files in /usr/doc rather than /usr/share/doc. So, for myself I fixed it by creating links with the following:
vector://usr/share/doc
root:# mkdir xarchiver
vector://usr/share/doc
root:# cd xarchiver
vector://usr/share/doc/xarchiver
root:# mkdir html
vector://usr/share/doc/xarchiver
root:# cd html
vector://usr/share/doc/xarchiver/html
root:# ls
vector://usr/share/doc/xarchiver/html
root:# ln -s /usr/doc/xarchiver-0.5.2/html/index.html index.html
Anyway, I'm having problems trying to create an archive of various files (including directories) with this tool. If anyone has done this and can share with me how it's done using xarchiver, feel free to share.