https://bugs.kde.org/show_bug.cgi?id=365062

--- Comment #2 from Eric Forgeot <eforg...@yahoo.fr> ---
Thank you for pointing me to the right desktop file.

I have this:

/usr/share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop

[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/all;
Actions=compressHere;compressAsZip;compressAsRar;compressAsTar;compressTo;
X-KDE-Submenu=Compress
/.../
Exec=ark --changetofirstpath --add --autofilename tar.gz %F
/.../
[Desktop Action compressAsZip]
Name=As ZIP Archive
Exec=ark --changetofirstpath --add --autofilename zip %F
/.../
Exec=ark --changetofirstpath --add --autofilename rar %F
Exec=ark --changetofirstpath --add --autofilename tar.gz %F
Exec=ark --add --changetofirstpath --dialog %F

If I try this from the command line:

ark --changetofirstpath --add --autofilename zip test

file test.zip 
test.zip: gzip compressed data, from Unix, last modified: Tue Jul 12 20:57:18
2016

yet zip is working correctly on my system:
zip -r test2.zip test

file test2.zip 
test2.zip: Zip archive data, at least v1.0 to extract

and ark handles well for example the 7z format:

ark --changetofirstpath --add --autofilename 7z test
file test.7z 
test.7z: 7-zip archive data, version 0.3

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to