Package Details: whatsapp-for-linux 1.7.0-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: 60
Popularity: 1.82
First Submitted: 2020-09-09 15:32 (UTC)
Last Updated: 2024-10-20 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 8 Next › Last »

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.

gh0stzk commented on 2020-12-08 14:51 (UTC)

Thats great, finally system tray.... good work!

Another wish.. could u make it with other agent browser? i mean when install there is a message that says use chrome or firefox, to use all options,, that will be great because, chats doesnt have the microphone option to send voice messages.

xeco commented on 2020-12-02 21:06 (UTC)

I've never experienced such issue. There might be a problem with your locale configurations but I am really not sure. Mine is like this:

$ locale -a
C
de_DE.utf8
en_US.utf8
POSIX