Package Details: peazip-gtk2-bin 9.7.1-1

Git Clone URL: https://aur.archlinux.org/peazip-gtk2-bin.git (read-only, click to copy)
Package Base: peazip-gtk2-bin
Description: PeaZip file manager and archiver (GTK 2)
Upstream URL: https://peazip.github.io
Keywords: 7z archiver brotli compression encryption extractor paq peazip rar zip zpaq zstandard
Licenses: LGPL-3.0-or-later
Conflicts: peazip-qt-bin, peazip-qt5, peazip-qt5-bin
Provides: peazip
Submitter: ragouel
Maintainer: Yvaniak
Last Packager: Yvaniak
Votes: 71
Popularity: 0.61
First Submitted: 2020-05-24 13:20 (UTC)
Last Updated: 2024-02-15 00:35 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

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

evernow commented on 2019-02-03 12:27 (UTC)

This doesn't even launch for me.. thank you p7zip-gui worked perfectly for me!

mozo commented on 2018-10-27 22:10 (UTC)

p7zip-gui has many problems too.