[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 139374] lha and ace compressors support bug
From:       linuxboy <linuxboy () fel ! hopto ! org>
Date:       2007-12-09 13:54:32
Message-ID: 20071209135432.21680.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=139374         




------- Additional Comments From linuxboy fel hopto org  2007-12-09 14:54 -------
> Still Ark complains that the command "lha" is not in the path, when I try to
> open an LhA archive with it. 
 
seems that if i apply this patch to lha.cpp file, ark works with lha decompression \
(kde 3.5.8):

--- a/ark/lha.cpp	2006-05-22 20:08:38.000000000 +0200
+++ b/ark/lha.cpp	2007-12-09 13:47:07.000000000 +0100
 @ -57,6 +57,8  @
 {
   m_archiver_program = "lha";
   verifyCompressUtilityIsAvailable( m_archiver_program );
+  m_unarchiver_program = "lha";
+  verifyUncompressUtilityIsAvailable( m_unarchiver_program );
 
   m_headerString = "----";
 }
 
I've simply added an unarchiver voice. I think that it isn't final solution. \
Hernrique, please, check it out.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic