Package Details: whatsapp-for-linux 1.6.4-1

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: 51
Popularity: 0.59
First Submitted: 2020-09-09 15:32 (UTC)
Last Updated: 2023-08-09 07:57 (UTC)

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.

Latest Comments

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

limokig421 commented on 2021-11-04 13:35 (UTC)

It works on my older arch machine, but on a new one it fails with:

(process:2237): Gtk-WARNING **: 14:34:46.477: Locale not supported by C library.
        Using the fallback 'C' locale.
Settings: Failed load ui resource: Invalid byte sequence in conversion input

can you help me debug this problem?

mitchellkrog commented on 2021-10-13 08:41 (UTC)

Well done I can finally stop using Opera for this.

haldrin commented on 2021-10-09 20:24 (UTC)

Great job guys !!! thanks for developers !!!

vikon commented on 2021-05-03 21:14 (UTC)

@ricardoqueen

This was the error that showed up here:

(process:20711): Gtk-WARNING **: 15:06:06.264: Locale not supported by C library. Using the fallback 'C' locale. Settings: Failed to load ui resource: Invalid byte sequence in conversion input

I checked my /etc/locale.gen file and re-run sudo locale-gen. Now the app works

ricardoqueen commented on 2021-04-01 01:37 (UTC) (edited on 2021-04-01 01:38 (UTC) by ricardoqueen)

Getting an error after installation, when trying to open it:

Settings: Failed to load ui resource: Invalid byte sequence in conversion input

v1.1.5-1

xeco commented on 2021-03-29 14:18 (UTC) (edited on 2021-03-29 14:24 (UTC) by xeco)

@fire100265 Thanks for the correction. Will fix it asap.

fire100265 commented on 2021-03-29 13:37 (UTC) (edited on 2021-03-29 13:38 (UTC) by fire100265)

According to the Arch Packaging Guidelines, packages cannot be installed to /usr/local. The prefix should be changed to /usr. Here is the diff of what I did to change the prefix:

diff --git a/PKGBUILD b/PKGBUILD index 23a0cc1..ffc2a12 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,7 +16,7 @@ md5sums=('5c8d6f27c1825a1cdcb89a8557d0a041')

build() { cd "$srcdir/$pkgname-$pkgver" - cmake -DCMAKE_BUILD_TYPE=Release . + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr . make }

xeco commented on 2020-12-08 18:32 (UTC)

Thanks! We use webkit2gtk as backend and unfortunately, Whatsapp web doesn't support it well. Maybe, we can switch to some other backend but I am not aware of any better candidate.