Package Details: whatsapp-for-linux 1.6.5-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.46
First Submitted: 2020-09-09 15:32 (UTC)
Last Updated: 2024-04-26 08:01 (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 »

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

alex-kas commented on 2020-11-09 18:08 (UTC) (edited on 2020-11-09 18:08 (UTC) by alex-kas)

Only runs for me like

LC_ALL=en_US.utf8 whatsapp-for-linux

and throws

Settings: terminate called after throwing an instance of 'Glib::ConvertError'

if started w/o LC_ALL=en_US.utf8 Is this by design?

mmkodali commented on 2020-09-28 06:41 (UTC) (edited on 2020-09-28 06:42 (UTC) by mmkodali)

build fails with following error.

error: failed to commit transaction (conflicting files)
nuspell: /usr/lib/libnuspell.so.3 exists in filesystem
Errors occurred, no packages were upgraded.
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> nuspell
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

xeco commented on 2020-09-14 18:43 (UTC)

Well, there is no way of doing that right now but it's one of our future plans. See https://github.com/eneshecan/whatsapp-for-linux/issues/9 please.

gh0stzk commented on 2020-09-14 17:47 (UTC)

Hello, how to add a systemray icon?

the_daame commented on 2020-09-10 16:25 (UTC)

Works perfekt. Thanks a Lot.

xeco commented on 2020-09-10 07:48 (UTC)

Thanks a lot for this. I just made it static as you proposed.