Summary: | Archive function does not switch to relative paths | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | ByteHamster <info> |
Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | info, snd.noise |
Priority: | NOR | Flags: | snd.noise:
low_hanging+
|
Version First Reported In: | 16.08.0 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to fix this bug |
Description
ByteHamster
2016-08-23 08:43:14 UTC
Created attachment 102073 [details]
Patch to fix this bug
Git commit a8e87f2975913a627266332e424da87c6896834a by Jean-Baptiste Mardelle. Committed on 07/11/2016 at 21:21. Pushed by mardelle into branch 'master'. Fix incorrect Url handling in archive feature M +25 -25 src/project/dialogs/archivewidget.cpp http://commits.kde.org/kdenlive/a8e87f2975913a627266332e424da87c6896834a Git commit 2871dee6c51c827f41ad074c5a5d6b7435c69e08 by Jean-Baptiste Mardelle. Committed on 07/11/2016 at 21:22. Pushed by mardelle into branch 'Applications/16.08'. Fix incorrect Url handling in archive feature M +25 -25 src/project/dialogs/archivewidget.cpp http://commits.kde.org/kdenlive/2871dee6c51c827f41ad074c5a5d6b7435c69e08 Thanks for your report and patch. There were indeed several issues in the way the archive widget handled the paths. I committed a patch in the 16.08 branch that correct the biggest issues. Patch is here: http://commits.kde.org/kdenlive/2871dee6c51c827f41ad074c5a5d6b7435c69e08 I also have pushed the fix to the testing PPA: https://launchpad.net/~kdenlive/+archive/ubuntu/kdenlive-testing In a quick test, it seems to fix the bug you describe. Is there a way for you to test it ? I just tested your commit. It fully fixes the "Compressed archive" function - thank you very much! Additionally, it fixes the "Cannot create directory" issues when using the un-compressed archive function. Unfortunately, the un-compressed archive still contains absolute paths, so half of the archive function remains broken. Would be great if you could fix that too. (My attempt did not touch the un-compressed archive function, so it would be great if you could fix it completely ;) ) |