Package Details: zapzap 6.0.1.8-1

Git Clone URL: https://aur.archlinux.org/zapzap.git (read-only, click to copy)
Package Base: zapzap
Description: WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine
Upstream URL: https://github.com/rafatosta/zapzap
Licenses: GPL3
Submitter: bordam
Maintainer: alllexx88 (AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 36
Popularity: 2.12
First Submitted: 2022-09-25 10:47 (UTC)
Last Updated: 2025-03-08 07:56 (UTC)

Pinned Comments

alllexx88 commented on 2024-12-24 08:51 (UTC)

Since python has recently been upgraded to 3.13, you need to rebuild the package if you installed it last before the upgrade, e.g., with yay (thanks @marco.righi) you can:

yay -S zapzap --rebuildtree  --noconfirm  --rebuild --sudoloop

alllexx88 commented on 2024-04-06 19:31 (UTC)

This PKGBUILD uses a pacman feature to compute checksums in CVS packages, which requires pacman>=6.1.0. If you're coming from Manjaro or an other Arch-based distro with pacman<6.1.0, you need to pass --skipchecksums to makepkg, if building manually, or, if installing with yay, add --mflags --skipchecksums, e.g.:

yay -S --mflags --skipchecksums zapzap

Latest Comments

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

hsantanna commented on 2024-02-29 15:18 (UTC) (edited on 2024-02-29 15:22 (UTC) by hsantanna)

zapzap 5.1-1, qt6-base 6.7.0beta3-1, python 3.11.7-1

Currently wont open anymore:

Traceback (most recent call last):
File "/usr/bin/zapzap", line 33, in <module>
sys.exit(load_entry_point('zapzap==5.0', 'gui_scripts', 'zapzap')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/zapzap", line 25, in importlib_load_entry_point
return next(matches).load()
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load
module = import_module(match.group('module'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/usr/lib/python3.11/site-packages/zapzap/__main__.py", line 3, in <module>
from zapzap.controllers.SingleApplication import SingleApplication
File "/usr/lib/python3.11/site-packages/zapzap/controllers/SingleApplication.py", line 1, in <module>
from PyQt6.QtWidgets import QApplication
ImportError: /usr/lib/python3.11/site-packages/PyQt6/QtGui.abi3.so: undefined symbol: _ZN5QFont11tagToStringEj, version Qt_6

xiota commented on 2023-12-26 11:29 (UTC)

Please update to PEP517 install method.

igoutta commented on 2023-11-05 04:13 (UTC) (edited on 2023-11-05 04:38 (UTC) by igoutta)

The repository has change of place to https://github.com/zapzap-linux/zapzap . The current version 4.5.2 is stable but outdated, last checked was 4.5.5.1. I suggest to delete the character v in the source() line.

Btw, there is a lot of packages is warning that lead to missing icons and unexistent checkboxes in the app, like the followings:

check.warn(importable)
/usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zapzap.assets.icons.app.dark' is absent from the `packages` configuration.
check.warn(importable)
/usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'zapzap.assets.icons.app.light' is absent from the `packages` configuration.

Just to name a few.

papa33 commented on 2023-11-01 10:12 (UTC)

ERROR Missing dependencies: setuptools jaraco.text -> inflect -> pydantic>=1.9.1 -> typing-extensions>=4.6.1 setuptools>=40.8.0 jaraco.text -> inflect -> pydantic>=1.9.1 -> typing-extensions>=4.6.1 setuptools jaraco.text -> inflect -> pydantic>=1.9.1 -> pydantic-core==2.10.1 -> typing-extensions>=4.6.0 setuptools>=40.8.0 jaraco.text -> inflect -> pydantic>=1.9.1 -> pydantic-core==2.10.1 -> typing-extensions>=4.6.0

neranjana commented on 2023-10-29 08:40 (UTC) (edited on 2023-10-29 08:40 (UTC) by neranjana)

System tray icon is not visible, but can be clicked.

OS : Manajro Linux

Version : 4.5.2-1 (AUR)

petronny commented on 2023-06-01 06:38 (UTC)

==> Extracting sources...
  -> Creating working copy of zapzap git repo...
Cloning into 'zapzap'...
done.
fatal: invalid reference: v4.4.6
==> ERROR: Failure while creating working copy of zapzap git repo

https://github.com/arch4edu/aur-auto-update/actions/runs/5140995050/jobs/9253004635

elppans commented on 2023-05-13 02:31 (UTC)

Com a atualização do python para a versão 3.11, o aplicativo parou de funcionar, mas resolvi apenas removendo, limpando e reinstalando utilizando o yay:

yay -Rsunc zapzap
yay -Scc --noconfirm
yay -S zapzap

doppelhelix commented on 2023-05-06 16:28 (UTC) (edited on 2023-05-06 16:29 (UTC) by doppelhelix)

@rogeriotds

You may need to rebuild any Python packages you've installed from the AUR. To get a list of them, you can run:

pacman -Qoq /usr/lib/python3.10

And to rebuild them all at once with an AUR helper such as yay, you can do:

yay -S $(pacman -Qoq /usr/lib/python3.10) --answerclean All

But if any of the packages don't work with Python 3.11 yet, this might fail halfway through and you'll have to do rebuild the remaining ones one or a few at a time.

rogeriotds commented on 2023-05-04 14:45 (UTC)

Hello. After updating python to version 3.11, zapzap stopped working.

broken.pipe commented on 2023-04-12 03:59 (UTC) (edited on 2023-04-12 04:00 (UTC) by broken.pipe)

I get the following error, any ideas?

warning: copy relocation against non-copyable protected symbol _ZN10QByteArray6_emptyE' in/usr/lib/qt6/../libQt6Core.so.6' /usr/lib/qt6/QtWebEngineProcess: _ZN10QByteArray6_emptyE: /usr/lib/qt6/../libQt6Core.so.6: error due to GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS