I use rar for a specific set of files (it has to be rar).
Rar was not part of the types Ark could handle at install, but manually installing rar made me able to, in Dolphin, right click a file > compress > compress to…
That way I could select rar and it worked flawlessly.
In plasma 6 however, doing that only shows a “success” window, but no file is created.
Using rar in cli works without problem.
Ie: rar a archive.rar files_to_compress
Using other compression methods in Ark work as well.
Since there is no error, I am not sure how to provide useful information for a bug report.
A bug is characterized by a unexpected outcome, this is a bug.
What you provided here is already good enough, a version and how to reproduce the bug with its symptoms. That’s all the information needed to fix the issue.
You can report that to bugs.kde.org for the ark application
I don’t have that… Is that a plugin I can get somewhere?
I marked the bug as “normal” since I just open a terminal in Dolphin and type rar a, but it IS a slower workflow so if there is a workaround I would appreciate it.
I don’t think I ever did anything else than just installing rar. I got it from the Arch User Repository AUR (en) - rar which points to the latest version of https://www.rarlab.com. You sure you don’t see something like this?
Dunno, maybe it reads some config file that you could try out, otherwise it could be another bug report about how it doesn’t remember the last selected option
I just added the info as a comment on the initial report.
Most likely RAR4 that no longer works for some reason that is causing this issue in the first place.
The following is an extract from the ‘whatsnew.txt’ file in the official RarLabs rar 7.0.0 package:
RarLabs have removed the ability to compress using RAR4 compression; and so when RAR4 compression is selected (currently the default for KDE/ARK), the action fails. The default compression needs to now be RAR5 and the ability to select RAR4 should be removed.
I have added a note after Bedna’s bug report; to hopefully clarify the situation and possibly save wasted time for whosoever is assigned to the task.
This has been my first KDE Discuss post; welcome to me.
edit
I just checked the bug report. Hejsan där… xD
I have pretty much left that forum for… reasons… I only read the release posts and report if I find a bug or something.
re: pull request - the whole -ma[45] thing has gone from options too - rar.txt
~> diff rar622.txt rar700.txt
...
...
1215,1216c1182
< This switch is supported only by RAR 5.0 format, so you
< need to use -ma switch with it.
---
> This switch is supported only by RAR 5.0 format.
1224c1190
< rar a -ma -htb lists.rar *.lst
---
> rar a -htb lists.rar *.lst
1413,1424d1378
< -ma[4|5]
< Specify a version of archiving format.
<
< By default RAR creates archives in RAR 5.0 format.
< Use -ma4 to create RAR 4.x archives.
< Use -ma5 or just -ma in case you need to override -ma4 saved
< in configuration and force RAR to use RAR 5.0 format.
<
< This switch is used only when creating a new archive.
< It is ignored when updating an existing archive.
<
<
...
...