When trying to run the latest version:
zsh: permission denied: whatsapp-nativefier
Git Clone URL: | https://aur.archlinux.org/whatsapp-nativefier.git (read-only, click to copy) |
---|---|
Package Base: | whatsapp-nativefier |
Description: | WhatsApp desktop built with nativefier (electron) |
Upstream URL: | https://web.whatsapp.com |
Licenses: | custom |
Submitter: | frealgagu |
Maintainer: | frealgagu |
Last Packager: | frealgagu |
Votes: | 136 |
Popularity: | 1.89 |
First Submitted: | 2018-12-14 22:30 (UTC) |
Last Updated: | 2024-10-16 17:54 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 .. 26 Next › Last »
When trying to run the latest version:
zsh: permission denied: whatsapp-nativefier
Notifications seem to have stopped working at least in Xfce, detailed description here : https://github.com/frealgagu/archlinux.whatsapp-nativefier/issues/31
@frealgagu thank you. I will ask there :)
Just got a temporary ban for using ’a third-party application’ - the only ‘unofficial’ thing I use is whatsapp-nativifier
, which should look like any other web browser to WhatsApp, shouldn’t it?
@Lightning5 it's actually something to ask in https://github.com/nativefier/nativefier/
Hi,
Is it possible to make this package respect flags in ~/.config/electron-flags.conf. This makes a huge difference for me as a Wayland user as, I don't have to add flags to desktop shortcuts to run WhatsApp in Wayland mode.
Hello guys,
It is solved by the new update of this evening with a correct user-agent argument in his PKGBUILD file...
I did a clean install when I was asked to PKGBUILDs to edit?. I edit the PKGBUILD and change the user-agent from safari to firefox.
I was able to temporarily fix the "Safari needs update" problem by editing the PKGBUILD:
yay -S --editmenu whatsapp-nativefier And changing the --user-agent param to use a more recent Safari UA:
--user-agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 12_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15"
This worked - Just missing the final \
Many thanks @TluTalk
Pinned Comments
matejdro commented on 2023-10-06 04:51 (UTC)
Warning to all existing users: Nativefier is now unmaintained (https://github.com/nativefier/nativefier/issues/1577)
frealgagu commented on 2020-12-05 22:39 (UTC)
I maintain the latest built package at:
https://github.com/frealgagu/archlinux.whatsapp-nativefier/releases/
saulocastelo commented on 2020-03-29 10:46 (UTC)
Hey guys,
I created the original fix.
And now I share another way to use whatsapp web on nativefier. No code injection required.
Pressing ctrl+shift+i (on Linux) and the Devtools window will open. Then click on Application -> Service Workers And check the option Bypass for network.
Now press ctrl+r to reload. And ctrl+shift+i to close the Devtools.
Whenever you open your whatsapp the problem will occur, but since the Bypass for network option has already been enabled, you only need to press ctrl+shift+i (open devtools), ctrl+r (reload), ctrl+shift+i (close devtools)
@frealgagu, thanks for your work. This package was in my list as one of required apps to be installed after install Arch. I saw your last update ( document.querySelector("a[href='https://support.google.com/chrome/answer/95414']") ), NICE/GREAT/GOOD!
Another way to do the same in 2 lines: document.querySelector("a[href='https://support.google.com/chrome/answer/95414']") && navigator.serviceWorker.getRegistration().then(r => r.unregister() && document.location.reload());