GNOME Bugzilla – Bug 71589
Gnome-vfs support for AVFS requested
Last modified: 2004-12-22 21:47:04 UTC
Currently, GNOME has no support built in for Miklos Szeredi's fantastic AVFS code. From the AVFS homepage (http://www.inf.bme.hu/~mszeredi/avfs/), AVFS is: a system, which enables all programs to look inside gzip, tar, zip, etc. files or view remote (ftp, http, dav, etc.) files, without recompiling the programs. AVFS has the huge advantage over mc of allowing any program (cd, ls, etc.) to look into different types of files. This is a very UNIXy solution. A gnome-vfs module could be written to take advantage of AVFS, thus sharing code and functionality with both GNOME and the command line.
This is double usage with gnome-vfs already, it's very hackish (the LD_PRELOAD stuff), and is GPL (gnome-vfs is LGPL).