Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Firefox 116.0.3 (64-bit) do not paste in whatsapp web and other applications

  • 5 antwoorden
  • 0 hebben dit probleem
  • 115 weergaven
  • Laatste antwoord van belchech

more options

Firefox 116.0.3 (64-bit) do not paste in whatsapp web and other applications exemple I copy an image and want to past it in whatsapp web nothing but it work in brave browser...

Firefox 116.0.3 (64-bit) do not paste in whatsapp web and other applications exemple I copy an image and want to past it in whatsapp web nothing but it work in brave browser...

Gekozen oplossing

I found myself the procedure :

1) remove all old firefox versions : sudo apt purge firefox* sudo apt autoremove --purge dpkg -l | grep '^rc' | awk '{print $2}' | sudo xargs dpkg --purge dpkg -l | grep '^rc' | awk '{print $2}' | xargs sudo apt-get purge


2) install snap and firefox with snap (other repository versions and Software Manager integrzted version are bullshit with 21.2 (Victoria) : copy/ paste error) (used firefox version 29 August 2023 version 117.0 (64-bit)) sudo apt install snapd sudo snap install firefox

Hope this will help others

Dit antwoord in context lezen 👍 0

Alle antwoorden (5)

more options

Where are the files you try to paste store (your home directory or elsewhere) ? Are you possibly using the Snap Firefox version as that version has restrictions about accessing files ?

You can try Firefox from the official Mozilla server if you currently use a version from the repositories of your Linux distribution to see if it behaves differently.

more options

Also make sure you have updated the WhatsApp web app as it may take opening a new WhatsApp web window to get the update notification. WhatsApp put out an update on Monday to fix the paste issue.

Bewerkt door James op

more options

I have tried simple things and compare with other browsers problem is coming from Firefox. This action is used every time in the day everyday and it should be corrected! I have seen a lot of forum talking about that and no real solution for years now...

more options

I reinstall Firefox with snap and terminal and now it works for the copy paste and it is twice the speed but now firefox do not start from menu only with command line : killall firefox firefox

more options

Gekozen oplossing

I found myself the procedure :

1) remove all old firefox versions : sudo apt purge firefox* sudo apt autoremove --purge dpkg -l | grep '^rc' | awk '{print $2}' | sudo xargs dpkg --purge dpkg -l | grep '^rc' | awk '{print $2}' | xargs sudo apt-get purge


2) install snap and firefox with snap (other repository versions and Software Manager integrzted version are bullshit with 21.2 (Victoria) : copy/ paste error) (used firefox version 29 August 2023 version 117.0 (64-bit)) sudo apt install snapd sudo snap install firefox

Hope this will help others