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 »

xeco commented on 2023-02-07 09:07 (UTC)

@swsnr Thanks a lot for the heads up. Actually, I transferred the maintenance of this package to @bordam. So, could you please take care of those @bordam?

swsnr commented on 2023-02-06 10:54 (UTC)

Sorry, I only just noticed your question: As far as I understand the guide I think you should explicitly pass -DCMAKE_BUILD_TYPE=None.

I'd also like to point out that I had to apply the following patch

diff --git i/PKGBUILD w/PKGBUILD
index 76e9c5c..0d65619 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="An unofficial WhatsApp desktop application for linux"
 url=https://github.com/eneshecan/$pkgname
 arch=(i686 x86_64 armv7h aarch64)
 license=(GPL3)
-depends=(gtkmm3 webkit2gtk libayatana-appindicator gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav)
+depends=(gtkmm3 webkit2gtk libayatana-appindicator gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav libcanberra)
 makedepends=(cmake git)
 source=(git+$url#tag=v$pkgver)
 b2sums=(SKIP)

to build the latest update in a clean chroot; I think a dependency on libcanberra may be missing.

swsnr commented on 2023-01-14 16:28 (UTC)

Thanks!

xeco commented on 2023-01-13 08:37 (UTC)

@swsnr Done!

xeco commented on 2023-01-05 09:01 (UTC)

Thanks a lot for this @swsnr! @bordam Do you think you can do this by simply omitting the flag entirely for this and the other git package as well?

swsnr commented on 2023-01-01 16:12 (UTC)

This package currently builds with type Release, but the cmake packaging guidelines recommend to build with build type None, see https://wiki.archlinux.org/title/CMake_package_guidelines#Fixing_the_automatic_optimization_flag_override

Would you mind to change this?

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.

foggybrain commented on 2022-09-24 20:18 (UTC)

This program just locks up all the time. killall -s KILL whatsapp-for-linux is the only thing that closes it. Entering text is about all you can do.

MarcoDiFrancesco commented on 2022-09-15 06:59 (UTC)

Same problem here with Plasma. Locale is set to en_US.UTF-8 UTF-8 and Plasma settings do not change it, but running locale returned

locale: Cannot set LC_ALL to default locale: No such file or directory

Temporary solution: run export LC_ALL=en_US.UTF-8.

mdedetrich commented on 2022-09-03 10:28 (UTC)

@lugge

I think there is more to this issue then just broken locale's on your system. On my system I only have en_US.UTF-8 UTF-8 enabled in /etc/locale.gen and my output for locale -a is

C C.UTF-8 en_US.utf8 POSIX

From what I have researched online, the C and C.UTF-8 locales where added into archlinux/manjaro because of systemd and it caused issues because some software cannot handle this properly and it appears that whatsapp-for-linux is one of those issues. I am running Plasma and my region is set to en_US.UTF-8 although everything else is de_DE.UTF-8 (but this shouldn't break anything)