@Sithuk In menubar, go to Options | Settings | Advanced. Change 7z/p7zip syntax level to 17.05.
Update: Revised package so this is the default.
Git Clone URL: | https://aur.archlinux.org/peazip.git (read-only, click to copy) |
---|---|
Package Base: | peazip |
Description: | Cross-platform file and archive manager (Qt6) |
Upstream URL: | https://github.com/peazip/PeaZip |
Licenses: | LGPL-3.0-or-later |
Submitter: | xiota |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 7 |
Popularity: | 0.70 |
First Submitted: | 2024-06-01 17:35 (UTC) |
Last Updated: | 2025-02-22 16:46 (UTC) |
« First ‹ Previous 1 2
@Sithuk In menubar, go to Options | Settings | Advanced. Change 7z/p7zip syntax level to 17.05.
Update: Revised package so this is the default.
I installed peazip and unfortunately I couldn't get it to create a zip file. No error was given other than a vague hint about permissions. ARK worked fine to create the zip. I also tried peazip-qt-bin but got the same result.
I ran the console command that is provided on the peazip console tab and the command failed silently. "Echo $?" gave error code 2.
I had a fully updated system.
I installed the flatpak and it worked fine. Let me know if I can provide any further info.
@Yamashiro /usr/bin/7zz
is provided by aur/7-zip
. However, I am changing it to /usr/bin/7z
, which provided by extra/p7zip
.
@xiota I think there might be a typo on line 115 of the PKGBUILD.
ln -sf /usr/bin/7zz "$pkgdir/usr/lib/peazip/res/bin/7z/7z"
should probably be /usr/bin/7z
?
This is not a split package to avoid taking 3x as long to build. Change the _widgets
variable to use a different widgets set.
Viable options are gtk2
, qt5
, and qt6
. At this time, gtk3 does not work.
Pinned Comments
xiota commented on 2024-06-01 17:45 (UTC) (edited on 2024-10-26 16:46 (UTC) by xiota)
This is not a split package to avoid taking 3x as long to build. Change the
_widgets
variable to use a different widgets set.Viable options are
gtk2
,qt5
, andqt6
. At this time, gtk3 does not work.