https://bugs.kde.org/show_bug.cgi?id=405136
Bug ID: 405136
Summary: ark can not open .tar archives created with ark
Product: ark
Version: 18.12.2
Platform: Archlinux Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
ark can not open tar archives created with ark
STEPS TO REPRODUCE
1. Archive -> New
2. Select "Tar Archive" as Type
3. Drop a file into the archive
4. Quit Ark
5. run "ark <filename>.tar"
OBSERVED RESULT
Error:
Loading the archive <path>/<filename>.tar failed with the following error:
No suitable plugin found. Ark does not seem to support this file type.
Also /usr/bin/file does not recognizes the created file as tar archive (see
ADDITIONAL INFORMATION)
EXPECTED RESULT
Ark listing the one file dropped into the archive
SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
KDE Plasma Version: 5.15.2
KDE Frameworks Version: 5.55.0
Qt Version: 5.12.1
ADDITIONAL INFORMATION
$ file <filename>.tar
test1.tar: Zstandard compressed data (v0.8+), Dictionary ID: None
$ bsdtar -tf <filename>.tar
the_added_file.png
$ tar -tf <filename>.tar
tar: Ignoring unknown extended header keyword 'SCHILY.fflags'
the_added_file.png
--
You are receiving this mail because:
You are watching all bug changes.