@mmmpipi Should work without symlinks now. Problem was caused by missing trailing slash when setting paths.
Search Criteria
Package Details: peazip 10.1.0-1
Package Actions
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: | 3 |
Popularity: | 1.66 |
First Submitted: | 2024-06-01 17:35 (UTC) |
Last Updated: | 2024-11-12 18:27 (UTC) |
Dependencies (10)
- brotli (brotli-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR)
- qt6pas
- zstd (zstd-gitAUR, zstd-staticAUR)
- git (git-gitAUR, git-glAUR) (make)
- lazarus (lazarus-betaAUR, lazarus-gitAUR) (make)
- xmlstarlet (xmlstarlet-gitAUR) (make)
- unace (optional)
- upx (upx-gitAUR) (optional)
Required by (0)
Sources (1)
xiota commented on 2024-10-31 16:29 (UTC)
mmmpipi commented on 2024-10-31 10:16 (UTC)
@xiota I change a bit of PKGBUILD,and it works!Do you need the PKGBUILD that I have modified?
mmmpipi commented on 2024-10-31 04:20 (UTC) (edited on 2024-10-31 07:44 (UTC) by mmmpipi)
I cant change the language ,I need create a Symbolic Link from /usr/share/peazip to /usr/bin/res/share,and need chmod 755 to /usr/bin/share/peazip/lang,and all directories in /usr/share/peazip s permission is 700,I should chmod 755 to all these directories. On the official website the bin file usually in /usr/lib/peazip/peazip,but in this package it in /usr/bin/peazip,the share files usually in /usr/lib/peazip/res/share,but in this package is in /usr/share/peazip.
xiota commented on 2024-10-28 08:26 (UTC) (edited on 2024-10-28 10:10 (UTC) by xiota)
@Sithuk In menubar, go to Options | Settings | Advanced. Change 7z/p7zip syntax level to 17.05.
Update: Revised package so this is the default.
Sithuk commented on 2024-10-28 07:49 (UTC)
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.
xiota commented on 2024-08-21 12:32 (UTC) (edited on 2024-10-28 08:27 (UTC) by xiota)
@Yamashiro /usr/bin/7zz
is provided by aur/7-zip
. However, I am changing it to /usr/bin/7z
, which provided by extra/p7zip
.
Yamashiro commented on 2024-08-20 15:24 (UTC)
@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
?
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.