Bug 191147

Summary: Add LZMA support to Ark
Product: [Applications] ark Reporter: Grozdan <neutrino8>
Component: generalAssignee: Harald Hvaal <metellius>
Status: RESOLVED FIXED    
Severity: wishlist CC: kde, rakuco
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Screenshot

Description Grozdan 2009-04-30 15:55:46 UTC
Version:            (using KDE 4.2.2)
OS:                Linux
Installed from:    SuSE RPMs

Hi,

Currently in KDE 4.2.2, Ark does not know what to do with LZMA compressed files (file.lzma or file.tar.lzma). My wish is to add such support in Ark :)
Comment 1 Raphael Kubo da Costa 2009-04-30 16:00:06 UTC
It has already been implemented in trunk (in kdelibs as well), so expect it for 4.3.
Comment 2 Scott Kitterman 2009-07-12 03:10:09 UTC
Created attachment 35241 [details]
Screenshot

I am unable to decompress an lzma file with KDE 4.3 RC2.  The attached screenshot shows there is not an lzma option and the options I tried all resulted in errors.
Comment 3 Raphael Kubo da Costa 2009-07-12 03:13:00 UTC
Your kdelibs must be linked against xz-utils in order to have LZMA support enabled. Please make sure you have it setup this way.
Comment 4 Scott Kitterman 2009-07-12 04:12:31 UTC
OK.  It's not.  I'll go work on that.  Thanks for the advice.