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

List:       kde-commits
Subject:    branches/KDE/4.4/kdelibs/plasma
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2010-01-20 8:40:05
Message-ID: 1263976805.904466.5989.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1077441 by annma:

support .tar.bzip2 packages
Zachary, that should fix most problems with non installed packages. Some themes \
however have other problems such as Plix which has an invalid .desktop file. I'll try \
to make the author fix it. Thanks for the report, this fix will make it to RC2 I \
think. BUG=223428


 M  +1 -1      package.cpp  


--- branches/KDE/4.4/kdelibs/plasma/package.cpp #1077440:1077441
@@ -347,7 +347,7 @@
         if (mimetype->is("application/zip")) {
             archive = new KZip(package);
         } else if (mimetype->is("application/x-compressed-tar") ||
-                   mimetype->is("application/x-tar")) {
+                   mimetype->is("application/x-tar") || \
mimetype->is("application/x-bzip-compressed-tar")) {  archive = new KTar(package);
         } else {
             kWarning() << "Could not open package file, unsupported archive format:" \
<< package << mimetype->name();


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

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