This is working well. I tested a few other clients and it seems to be the best option (whatsie is very similar but uses more ram). If you need the absolute minimum, nchat is a command line option, very light, but no image support.
Search Criteria
Package Details: zapzap 5.3.8-1
Package Actions
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: | 25 |
Popularity: | 3.14 |
First Submitted: | 2022-09-25 10:47 (UTC) |
Last Updated: | 2024-10-27 07:56 (UTC) |
Dependencies (15)
- dbus-python (python-dbus)
- python-inflect
- python-jaraco.text
- python-pydantic (python-pydantic-gitAUR)
- python-pyqt6
- python-pyqt6-webengine
- python-typing_extensions
- qt6-wayland
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- hunspell (hunspell-gitAUR) (optional) – spell check
Required by (0)
Sources (1)
LuxFerre commented on 2024-11-11 18:50 (UTC)
RicardoPQ commented on 2024-11-08 13:53 (UTC)
I have too the audio message playback problem, tried downgrading pyqt6, as found in some forum, but it didn't work
43615 commented on 2024-11-07 01:48 (UTC)
Audio message playback has been broken in this version for a while, probably a broken dependency. Use the Flatpak version for now.
carlosal1015 commented on 2024-08-05 04:29 (UTC) (edited on 2024-08-05 04:32 (UTC) by carlosal1015)
Hi @alllexx88, I try this program over x11 last time and worked fine, but now over wayland when I run the program does not start and when
$ zapzap
Path override failed for key base::DIR_APP_DICTIONARIES and path '/usr/bin/qtwebengine_dictionaries'
Path override failed for key base::DIR_APP_DICTIONARIES and path '/usr/lib/qt6/qtwebengine_dictionaries'
Path override failed for key base::DIR_APP_DICTIONARIES and path '/usr/lib/qt6/qtwebengine_dictionaries'
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
QPropertyAnimation: you're trying to animate the non-writable property width of your QObject
qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x0
js: Error with Permissions-Policy header: Feature xr-spatial-tracking's parameters are ignored.
js: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'attribution-reporting'.
js: Error with Permissions-Policy header: Unrecognized feature: 'battery'.
js: Error with Permissions-Policy header: Unrecognized feature: 'bluetooth'.
js: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'compute-pressure'.
js: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
js: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'shared-storage'.
js: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'shared-storage-select-url'.
js: Error with Permissions-Policy header: Unrecognized feature: 'usb-unrestricted'.
Some hint? I used two GPU, one intel and other Nvidia.
Edited: I see is an open issue https://github.com/rafatosta/zapzap/issues/215
marco.righi commented on 2024-05-27 19:45 (UTC) (edited on 2024-05-27 19:46 (UTC) by marco.righi)
Hi, Zapzap uses a lot of CPU (only to be executed). This is my configuration
Graphics:
Device-1: NVIDIA GK107 [GeForce GT 640] driver: nvidia v: 470.239.06
Device-2: Owon USB CAMERA driver: snd-usb-audio,uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.13 with: Xwayland v: 24.1.0 driver: X:
loaded: nvidia gpu: nvidia,nvidia-nvswitch resolution: 1: 1920x1080~60Hz
2: 1920x1080~60Hz 3: 1440x900~60Hz
API: EGL v: 1.5 drivers: kms_swrast,nvidia,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: nvidia mesa v: 470.239.06
renderer: NVIDIA GeForce GT 640/PCIe/SSE2
API: Vulkan v: 1.3.279 drivers: nvidia surfaces: xcb,xlib
Any suggestions?
Thx
alllexx88 commented on 2024-05-09 12:49 (UTC)
@phill.hardstaff thanks for the report, fixed.
phill.hardstaff commented on 2024-05-08 23:28 (UTC)
Hi, thanks for this package, it's one of the better WhatsApp apps out there.
As of today (as I used this yesterday OK) the upstream URL is a 404 (for me anyways). I was able to build by downloading PKGBUILD and changing Github URL to https://github.com/rafatosta/zapzap then makepkg --skipchecksums. After that it installed and worked just fine.
Phill
alllexx88 commented on 2024-04-28 08:03 (UTC)
@43615 As always with python major upgrade, all python packages have to be rebuilt. A simple package rebuild helps, but I also just bumped pkgrel
to force AUR helpers do this.
43615 commented on 2024-04-28 02:13 (UTC)
Doesn't start after updating Python, no idea what to do:
Traceback (most recent call last):
File "/usr/bin/zapzap", line 5, in <module>
from zapzap.__main__ import main
ModuleNotFoundError: No module named 'zapzap'
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
Pinned Comments
alllexx88 commented on 2024-04-06 19:31 (UTC)
This PKGBUILD uses a
pacman
feature to compute checksums in CVS packages, which requirespacman>=6.1.0
. If you're coming from Manjaro or an other Arch-based distro withpacman<6.1.0
, you need to pass--skipchecksums
tomakepkg
, if building manually, or, if installing withyay
, add--mflags --skipchecksums
, e.g.: