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.
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: | 62 |
Popularity: | 0.72 |
First Submitted: | 2020-09-09 15:32 (UTC) |
Last Updated: | 2024-10-20 07:57 (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.
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
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
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
I have the same issue as deemon
described
==> Validating source files with b2sums...
whatsapp-for-linux ... NOT FOUND
==> ERROR: One or more files did not pass the validity check!
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?
missing PKGCONF dependency
CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
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.