[ark] [Bug 365062] compress to zip does a compress to gzip intead

2016-07-13 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365062

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #8 from Elvis Angelaccio  ---
(In reply to Rog131 from comment #7)
> This sounds like the Ubuntu bug: Ark fails to produce zip archive instead
> making gzip with the zip suffix -
> https://bugs.launchpad.net/ubuntu/+source/ark/+bug/1388532

Yes, definitely.

Eric, as a workaround you can manually edit your kerfuffle_libarchive.desktop
and remove the string "application/zip;" from the MimeType line. Also, make
sure that the line ends with a semicolon.

*** This bug has been marked as a duplicate of bug 340456 ***

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


[ark] [Bug 365062] compress to zip does a compress to gzip intead

2016-07-13 Thread Rog131 via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365062

Rog131  changed:

   What|Removed |Added

 CC||samrog...@hotmail.com

--- Comment #7 from Rog131  ---
This sounds like the Ubuntu bug: Ark fails to produce zip archive instead
making gzip with the zip suffix -
https://bugs.launchpad.net/ubuntu/+source/ark/+bug/1388532

i.e

back then:
'The Ubuntu package has a patch 'use_libarchive_for_zip_files'. When compiling
the Ark without the patch the Ark is compressing to the .zip format.'

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


[ark] [Bug 365062] compress to zip does a compress to gzip intead

2016-07-12 Thread Eric Forgeot via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365062

--- Comment #6 from Eric Forgeot  ---
Created attachment 100048
  --> https://bugs.kde.org/attachment.cgi?id=100048=edit
kerfuffle_libarchive.desktop

here are they

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


[ark] [Bug 365062] compress to zip does a compress to gzip intead

2016-07-12 Thread Eric Forgeot via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365062

--- Comment #5 from Eric Forgeot  ---
Created attachment 100047
  --> https://bugs.kde.org/attachment.cgi?id=100047=edit
kerfuffle_libarchive_readonly.desktop

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


[ark] [Bug 365062] compress to zip does a compress to gzip intead

2016-07-12 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365062

--- Comment #4 from Elvis Angelaccio  ---
Can you also show the files kerfuffle_libarchive.desktop and
kerfuffle_libarchive_readonly.desktop?
Debian used to edit one of them to add zip support, this could explain your
problem.

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


[ark] [Bug 365062] compress to zip does a compress to gzip intead

2016-07-12 Thread Eric Forgeot via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365062

--- Comment #3 from Eric Forgeot  ---
On another computer using the same Linux mint 17.3 I have this problem as well.
On PC-BSD, with the same version of ark, it's working correctly, so I assume
it's a problem with Linux Mint or Ubuntu or Debian...

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


[ark] [Bug 365062] compress to zip does a compress to gzip intead

2016-07-12 Thread Eric Forgeot via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365062

--- Comment #2 from Eric Forgeot  ---
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.


[ark] [Bug 365062] compress to zip does a compress to gzip intead

2016-07-12 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365062

Elvis Angelaccio  changed:

   What|Removed |Added

  Component|general |general
 CC||elvis.angelac...@kdemail.ne
   ||t, rak...@freebsd.org,
   ||rthoms...@gmail.com
Product|dolphin |ark
Version|4.14.2  |2.19
   Assignee|dolphin-bugs-n...@kde.org   |elvis.angelac...@kdemail.ne
   ||t

--- Comment #1 from Elvis Angelaccio  ---
Moving to Ark.

Please locate the file ark_addtoservicemenu.desktop (which is installed by the
Ark package) and post here its content.

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