https://bugzilla.novell.com/show_bug.cgi?id=461228 Summary: add lzop file compression utility Product: openSUSE 11.2 Version: Alpha 0 Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: devzero@web.de QAContact: qa@suse.de Found By: --- please consider adding lzop, as it is the best utility for compressing large amounts of data in reasonable time. (for example, it`s very nice for compressing virtual machines you don`t need for a while) bzip2 and gzip were just completed by lzma to have better compression. now please complete bzip2, gzip and lzma by lzop to have better speed. oh, btw, opensuse comes with file-roller, telling that this tool supports lzop compression. but it can`t, as opensuse doesn´t ship with lzop. http://www.novell.com/products/linuxpackages/opensuse/file-roller.html file-roller An Archive Manager for GNOME File Roller is an archive manager for GNOME. With it, you can create and modify archives, view the contents of an archive, view a file contained in the archive, and extract files from the archive. File Roller is a front-end (a graphical interface) for archiving programs like tar and zip. The supported file types are: * Tar archives uncompressed (.tar) or compressed with - gzip (.tar.gz, .tgz) - bzip (.tar.bz, .tbz) - bzip2 (.tar.bz2, .tbz2) - compress (.tar.Z, .taz) - lzop (.tar.lzo, .tzo) * Zip archives (.zip) * Jar archives (.jar, .ear, .war) * Lha archives (.lzh) * Rar archives (.rar) * Single files compressed with gzip, bzip, bzip2, compress, lzop strace file-roller 2>&1 |grep lzop access("/sbin/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/usr/sbin/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/usr/local/sbin/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/root/bin/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/usr/local/bin/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/usr/bin/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/bin/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/usr/bin/X11/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/usr/X11R6/bin/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/usr/games/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/usr/lib/jvm/jre/bin/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/usr/lib/mit/bin/lzop", X_OK) = -1 ENOENT (No such file or directory) access("/usr/lib/mit/sbin/lzop", X_OK) = -1 ENOENT (No such file or directory) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.