You're a lifesaver, aloxaf. Thanks for maintaining this.
Search Criteria
Package Details: peazip-gtk2-bin 10.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/peazip-gtk2-bin.git (read-only, click to copy) |
---|---|
Package Base: | peazip-gtk2-bin |
Description: | Cross-platform file and archive manager (GTK2) |
Upstream URL: | https://github.com/peazip/PeaZip |
Licenses: | LGPL-3.0-or-later |
Conflicts: | peazip, peazip-gtk2-bin-debug |
Provides: | peazip |
Submitter: | ragouel |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 70 |
Popularity: | 0.45 |
First Submitted: | 2020-05-24 13:20 (UTC) |
Last Updated: | 2025-02-22 16:24 (UTC) |
Dependencies (6)
- 7zip
- brotli (brotli-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- patchelf (patchelf-gitAUR) (make)
- arcAUR (arc-binAUR) (optional) – Arc file archiver and compressor
Required by (0)
Sources (2)
Erde commented on 2019-10-16 08:36 (UTC)
laichiaheng commented on 2019-09-07 02:19 (UTC)
Can not find executable file in /opt/peazip....../peazip
avamk commented on 2019-05-07 06:23 (UTC)
Any updates on whether this will work out of the box? Or should I use another peazip package in the AUR? Thanks for maintaining this!
mozo commented on 2019-03-06 23:40 (UTC)
Thank you huyizheng :)
Thank you damonh for the update :)
huyz commented on 2019-02-26 12:24 (UTC) (edited on 2019-02-26 12:26 (UTC) by huyz)
This PKGBUILD has a bug:
for _file in ${pkgdir}/opt/${pkgname}/{peazip,res/pea,res/pealauncher}; do
ln -sf "$_file" "$pkgdir/usr/bin/$(basename "$_file")"
These two line will link the file in ${pkgdir} to /usr/bin rather than link those in /opt. Which means after install when you clean your ${pkgdir} you won't be able to launch /usr/bin/peazip.
One way to solve this is to change it into these:
for _file in {peazip,res/pea,res/pealauncher}; do
ln -sf "/opt/${pkgname}/$_file" "$pkgdir/usr/bin/$(basename "$_file")"
damonh commented on 2019-02-25 04:50 (UTC)
@ataraxy: Done ;-)
Ataraxy commented on 2019-02-24 06:42 (UTC)
One year old.
Any chance of a PKGBUILD
update?
Ataraxy commented on 2019-02-24 06:35 (UTC) (edited on 2019-02-24 06:52 (UTC) by Ataraxy)
For now, use peazip-gtk2-portable
, which is easily upgradable (see comments) to v6.7.0.
Avoid p7zip-gui
. It is flagged "Do Not Use" and is unmaintained. See comment 2019-02-22 19:09 for more details, .
Is the below a problem with upstream or this package?
If upstream, has an issue been raised, or is there further context?
% peazip 56.6s | 19-02-24 13:25:29
(peazip:24164): Gtk-WARNING **: 13:26:01.925: Unable to locate theme engine in module_path: "xfce",
(peazip:24164): Gtk-WARNING **: 13:26:01.925: Unable to locate theme engine in module_path: "xfce",
(peazip:24164): Gtk-WARNING **: 13:26:01.925: Unable to locate theme engine in module_path: "xfce",
(peazip:24164): GLib-GObject-CRITICAL **: 13:26:01.963: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
[FORMS.PP] ExceptionOccurred
Sender=EAccessViolation
Exception=Access violation
Stack trace:
$F7730F96
TApplication.HandleException Access violation
Stack trace:
$F7730F96
[FORMS.PP] ExceptionOccurred
Pinned Comments