Anyone else having problems with this since updating to webkitgtk-6.0 ? Epiphany / Gnome Web also has problems with the web whatsapp app.
Search Criteria
Package Details: whatsapp-for-linux 1.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/whatsapp-for-linux.git (read-only, click to copy) |
---|---|
Package Base: | whatsapp-for-linux |
Description: | An unofficial WhatsApp desktop application for linux |
Upstream URL: | https://github.com/eneshecan/whatsapp-for-linux |
Keywords: | messaging whatsapp |
Licenses: | GPL3 |
Submitter: | xeco |
Maintainer: | bordam (AutoUpdateBot) |
Last Packager: | AutoUpdateBot |
Votes: | 60 |
Popularity: | 1.01 |
First Submitted: | 2020-09-09 15:32 (UTC) |
Last Updated: | 2024-10-20 07:57 (UTC) |
Dependencies (11)
- gst-libav (gst-libav-gitAUR)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gtkmm3
- libayatana-appindicator
- libcanberra
- webkit2gtk (webkit2gtk-imgpasteAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- hunspell-en_us (optional) – spell-checking
Required by (0)
Sources (1)
buttcake commented on 2024-09-19 14:23 (UTC)
deemon commented on 2024-06-26 20:33 (UTC) (edited on 2024-06-26 20:40 (UTC) by deemon)
@hmayer not really. Since using AUR in the first place has dependency to have base-devel installed (quote #1: "1. Ensure base-devel is installed."; quote #2: "2.1 Prerequisites
First, ensure that the necessary tools are installed by installing base-devel; this meta package has make and other tools needed for compiling from source, listed as dependencies. Note: Packages in the AUR assume that base-devel is installed in the build environment.").
Which incidentally has pkgconf included.
hmayer commented on 2024-06-26 17:39 (UTC)
Missing pkgconf dependency
gerson commented on 2024-06-25 17:20 (UTC)
Issues with nvidia. I had to edit the desktop file to run as
Exec=env WEBKIT_DISABLE_COMPOSITING_MODE=1 whatsapp-for-linux %u
Now it seems to be fine.
BrianAbdlh commented on 2024-06-22 02:06 (UTC) (edited on 2024-06-22 02:07 (UTC) by BrianAbdlh)
For thoose who get error like this
whatsapp-for-linux[1331]: (whatsapp-for-linux:1325): libenchant-WARNING **: 09:01:00.472: broker.vala:159: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
whatsapp-for-linux[1331]:
whatsapp-for-linux[1331]: (whatsapp-for-linux:1325): libenchant-WARNING **: 09:01:00.473: broker.vala:159: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
whatsapp-for-linux[1331]:
whatsapp-for-linux[1331]: (whatsapp-for-linux:1325): libenchant-WARNING **: 09:01:00.474: broker.vala:159: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
whatsapp-for-linux[1331]:
whatsapp-for-linux[1331]: (whatsapp-for-linux:1325): libenchant-WARNING **: 09:01:00.480: broker.vala:159: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
You can try to install libvoikko
, hspell
, nuspell
, hunspell
, aspell
via:
sudo pacman -Syyu libvoikko hspell nuspell hunspell aspell
caotic commented on 2024-06-19 19:06 (UTC)
I get no way to log into the service on one of my machines, the app just starts "blank" https://i.imgur.com/DWVilFc.png I even nuked the .config entry.
Fiddling with the UI elements does nothing to get like a login prompt.
I only get two types 2 messages when running it from cli
libenchant-WARNING **: 13:00:52.005: broker.vala:159: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
TIMESTAMP: AcceleratedSurfaceDMABuf was unable to construct a complete framebuffer
Manipulating the window is also incredible slow compared to any other windows
kysh commented on 2024-06-08 05:10 (UTC) (edited on 2024-06-08 07:14 (UTC) by kysh)
On KDE/Plasma successfully built with webkit2gtk-imgpaste but doesn't start with an error of
whatsapp-for-linux: error while loading shared libraries: libicuuc.so.74: cannot open shared object file: No such file or directory
Normally in an up to date system, icu75 (core/icu and multilib/lib32-icu) is installed. Solution is to build icu74 and install alongside icu75. More here
radarlog commented on 2024-05-06 15:54 (UTC)
I have the same issue as deemon
described
deemon commented on 2024-04-30 16:13 (UTC)
==> Validating source files with b2sums...
whatsapp-for-linux ... NOT FOUND
==> ERROR: One or more files did not pass the validity check!
vmsh0 commented on 2023-11-09 09:52 (UTC)
This package consistently and continually sucks up ~2/3rds of a core's time and copious amounts of virtual memory (~100GB after 10 days of uptime) on my modern Intel laptop, draining my battery. The Webkit process seems to be the issue. Is there a known solution?
Pinned Comments
xeco commented on 2022-09-28 21:43 (UTC) (edited on 2022-09-28 21:45 (UTC) by xeco)
For anyone who wants to make raw image data pasting work as mentioned here, please use webkit2gtk-imgpaste as the dependency.