OESF Portables Forum
Model Specific Forums => Cosmo Communicator => Cosmo Communicator - Linux => Topic started by: TheNetEffect 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.