User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.9) Gecko/20071103 Firefox/2.0.0.9 (Swiftfox) Build Identifier: Doing a right-click on a .7z archive does not bring the "Extract ..." options up. Digging in the code, the 7z mime-type seems missing in tap-provider.c ( TAP_MIME_TYPES[][34]). 7z mime-type is application/x-7z-compressed (sources [1]). [1] http://en.wikipedia.org/wiki/7z and /usr/share/mime/packages/freedesktop.org.xml on my Xubuntu 7.10 Reproducible: Always Steps to Reproduce: 1. Bring up context-menu of a ./z archive. Actual Results: Missing "Extract ..." options Expected Results: "Extract ..." options present
Fixed with revision 3646. 2007-11-26 Benedikt Meurer <benny@xfce.org> * thunar-archive-plugin/tap-provider.c: Add support for 7-Zip archives. Bug #3692.