http://qa.mandrakesoft.com/show_bug.cgi?id=2948
------- Additional Comments From [EMAIL PROTECTED] 2003-03-19 06:32 -------
The problem lies in
/usr/share/apps/konqueror/servicemenus/compress-zip.desktop.
Zip expects an archive name as the first argument, to which it then
appends .zip. Giving it a url (e.g., './Documents' as opposed to
Documents) causes it to fail with:
zip error: Zip file structure invalid (./.Documents)
Changing
Exec=zip -r %u %u
to
Exec=zip -r %u.zip %u
solves the problem.
Note: I'm using cooker SRPMs rebuilt for 9.0, but that shouldn't
affect the validity of this report.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date:
description:
It works in folders, but not on Desktop...