I've been recently encountering issues with image loading and/or image uploads. Restarting the application helps, but sometimes more than once. Are others encountering this issue too, or it's just me?
Search Criteria
Package Details: whatsapp-nativefier 2.3000.1017392363-1
Package Actions
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: | 135 |
Popularity: | 1.17 |
First Submitted: | 2018-12-14 22:30 (UTC) |
Last Updated: | 2024-10-16 17:54 (UTC) |
Dependencies (7)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- nodejs-nativefierAUR (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- libindicator-gtk3 (optional)
Required by (5)
Sources (3)
Nowaker commented on 2024-09-02 20:29 (UTC)
aurel1510 commented on 2023-12-27 19:06 (UTC)
I cannot run this from dmenu, any advice why?
shelra commented on 2023-12-05 04:52 (UTC)
Thank you so much for your work @frealgagu, this is by far the most efficient client I have used, other clients straight up use 2-3x times more resources. Will this still be maintaintained now that nativefier is unmaintained?-- side request- if you are still working on this please look into notification issue!
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)
mkoloberdin commented on 2023-09-20 12:56 (UTC)
Saving images does not work - the "download" button does nothing.
neuronestanco commented on 2023-09-20 10:30 (UTC) (edited on 2023-09-20 10:31 (UTC) by neuronestanco)
I confirm as written by mijin, there is a permissions problem which can be solved with:
sudo chmod g=rx /opt/whatsapp-nativefier
sudo chmod o=rx /opt/whatsapp-nativefier
neuronestanco commented on 2023-09-19 19:21 (UTC)
I have installed the package several times without error notifications but every time I try to launch the program the system notification appears: unable to find the whatsapp-nativefier program... what could be the problem please?
meijin commented on 2023-09-14 05:11 (UTC)
seems like the /opt/whatsapp-nvrivifier
directory is with 0700
instead of 0755
permissions
meijin commented on 2023-09-13 06:19 (UTC)
Some more info:
When building with makepkg
and running the app directly, it seems to be working, with some warnings
/pkg/whatsapp-nativefier/opt/whatsapp-nativefier/WhatsApp
(WhatsApp:319123): dconf-WARNING **: 09:18:08.457: unable to open file '/etc/dconf/db/site': Failed to open file “/etc/dconf/db/site”: open() failed: No such file or directory; expect degraded performance
(WhatsApp:319123): dconf-WARNING **: 09:18:08.457: unable to open file '/etc/dconf/db/distro': Failed to open file “/etc/dconf/db/distro”: open() failed: No such file or directory; expect degraded performance
[319157:0913/091811.527616:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[319157:0913/091814.602627:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[319157:0913/091844.449708:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
Only problem after copying to destination probably?
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());