Lenovo Yoga og Linux Mint. Få touch screen screolling til å fungere.

  • Quick Test: Open your terminal and run env MOZ_USE_XINPUT2=1 firefox. Test if touch scrolling works.
  • Permanent Fix: Edit your Firefox desktop file so it always uses this flag by running
    sudo nano /usr/share/applications/firefox.desktop
    and changing the line that starts with Exec=firefox to Exec=env MOZ_USE_XINPUT2=1 firefox %u.
  • Browser Setting: You can also type about:config into your Firefox address bar, search for dom.w3c_touch_events.enabled, and set it to 1. [1, 2]