3

After updating from 21.10 to 22.04 I no longer get the kinetic scrolling effect in Firefox that was working fine before. apz.gtk.kinetic_scroll.enabled is still true.

How do I get it back?

Andreas
  • 921
  • 1
  • 9
  • 26
  • 1
    Does switching to the .deb package help? https://askubuntu.com/questions/1399383/how-to-install-firefox-as-a-traditional-deb-package-in-ubuntu-22-04-jammy/1404401#1404401 – Archisman Panigrahi Apr 25 '22 at 06:07
  • 1
    @ArchismanPanigrahi Yes! Worked nicely, thanks. Add it as an answer if you want and I'll accept it. It's a mystery how Ubuntu is going to keep its users when they continuously break their users' customisations on every update. I mean, even basic features are absent and require third party gnome extensions, which break on every release like clockwork. Fascinating strategy. – Andreas Apr 25 '22 at 12:18
  • 1
  • Instead of adding a duplicate answer, let's mark this as a duplicate of that question, because the solutions are the same. If you want, you can upvote the helpful answers in that question. – Archisman Panigrahi Apr 25 '22 at 18:37
  • @ArchismanPanigrahi I don't think that's what duplicate question means. When these comments are gone this would just be an unanswered incorrect duplicate. It's allowed to link to an existing answer as an answer though, so no need to duplicate it more than has already been done in these comments. – Andreas Apr 25 '22 at 19:48
  • I have answered the question so that the link can be found even if the comments are gone. – Archisman Panigrahi Apr 26 '22 at 04:37
  • i have the very same issue but i already used the raw non-snap version downloaded from mozillas website. version 105. i start it with "MOZ_USE_XINPUT2=1 /home/besitzer/.mozilla/firefox-bin/firefox" however, instead of scrolling, it just selects text when using the touch screen of my lenovo yoga 7. since 22.04.... 21.10 worked like a charm. still use x11, not wayland. its not even installed. ppa version didnt fix it either, as expected. – lightstar Sep 28 '22 at 18:33

1 Answers1

4

This is another bug with the snap version of Firefox shipped with Ubuntu 22.04. The workaround is to replace the snap version of Firefox with the apt version, e.g. from the Mozilla Team PPA.

See How to install Firefox as a traditional deb package (without snap) in Ubuntu 22.04 (jammy) for more details.

Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212
  • Is the bug reported anywhere? – partofthething Jun 29 '22 at 01:41
  • This fixes the scrolling issue, but creates new issues like that the connectivity between YouTube and Gnome is now gone meaning I cannot control the playback from my bluetooth headphones (skip songs, play, pause, etc). – user171780 Dec 23 '22 at 17:01
  • I find myself returning to this answer for the third time. Nothing has changed. Firefox has even added support for two finger back and forwards gestures in the meantime, none of which you get access to in the snap version. – Andreas Oct 17 '23 at 13:57