lxqt / lxqt-archiver

A simple & lightweight desktop-agnostic Qt file archiver
https://lxqt.github.io
GNU General Public License v2.0
39 stars 29 forks source link

[Arch Linux] zip file cannot be opened even if zip is installed #397

Closed coldReactive closed 4 months ago

coldReactive commented 4 months ago
Expected Behavior

The file opens.

Current Behavior

image

Possible Solution
Steps to Reproduce (for bugs)
  1. Install zip from the repositories in arch linux after installing lxqt-archiver
  2. Try to open a zip file.
Context

Not applicable.

System Information
tsujan commented 4 months ago

Not reproducible, with Arch's zip 3.0-11.

stefonarch commented 4 months ago
 yay -Qo /bin/unzip
/usr/bin/unzip è contenuto in unzip 6.0-21
coldReactive commented 4 months ago
 yay -Qo /bin/unzip
/usr/bin/unzip è contenuto in unzip 6.0-21

What's the english command for this?

coldReactive commented 4 months ago

Not reproducible, with Arch's zip 3.0-11.

I was using that version.

I then installed unzip instead via octopi after removing zip, and it now works.

tsujan commented 4 months ago

zip is for making zip files, unzip for opening/extracting them. That's why zip alone didn't have an effect.