Summary: | Rewrite kio_zip with fuse-zip backend | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Alexander Galanin <al-kde-bugs> |
Component: | zip | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | finex, nate |
Priority: | NOR | Keywords: | triaged |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | fuse-zip, kio-zip and kio-krarc performance comparison |
Description
Alexander Galanin
2008-06-14 08:33:53 UTC
Created attachment 25324 [details]
fuse-zip, kio-zip and kio-krarc performance comparison
Will implementing this add the possibility to write directly into a zip file like a "classic" folder too? > Will implementing this add the possibility to write directly into a zip file like a "classic" folder too?
Yes! You can test fuse-zip and make sure that you can transparently do anything with archive content: add/remove files, view/change content, make/remove directories...
> Will implementing this add the possibility to write directly into a zip file like a "classic" folder too? This is possible even with the current kioslave, as the KDE libraries already allow that. What is missing is the "glue code", see bug 77127. Switching the code used for reading the zip's to another solution does not add this "glue" automatically, of course. > Switching the code used for reading the zip's to another solution does not add this "glue" automatically, of course.
With fuse-zip based implementation you can write to zip files with fopen()/fread()/fwrite() without any "glue" code.
You still need to implement the kioslave part of this :-) > You still need to implement the kioslave part of this :-)
Yes, and it is content of my suggestion.
*** This bug has been confirmed by popular vote. *** What's the relationship between this request and Bug 75324? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! *** This bug has been marked as a duplicate of bug 75324 *** |