Author Topic: Firefox ESR Scrolling / Zoom  (Read 2797 times)

TheNetEffect

  • Newbie
  • *
  • Posts: 25
    • View Profile
Firefox ESR Scrolling / Zoom
« on: March 15, 2021, 03:08:41 pm »
I like Firefox but I noticed that scroll and zoom was not working by default when installed.

To fix this:

sudo pico /usr/share/applications/firefox-esr.desktop

Change Exec= from:

Exec=firefox %u

to:

Exec=env MOZ_USE_XINPUT2=1 firefox %u

Exit and save

Scrolling and two finger zoom in firefox will then work.