From: Thomas Deutschmann Date: Sun, 29 Mar 2020 23:40:56 +0000 (+0200) Subject: www-client/firefox: enable MOZ_USE_XINPUT2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=68279af6b5e48cb6ddfcae07a645d9dce1bf8a4b;p=gentoo.git www-client/firefox: enable MOZ_USE_XINPUT2 Closes: https://bugs.gentoo.org/617344 Signed-off-by: Thomas Deutschmann --- diff --git a/www-client/firefox/files/firefox.sh b/www-client/firefox/files/firefox.sh index d942087ffa86..e3412b3b47c3 100644 --- a/www-client/firefox/files/firefox.sh +++ b/www-client/firefox/files/firefox.sh @@ -90,6 +90,11 @@ if [[ "$XDG_CURRENT_DESKTOP" == "GNOME" ]]; then export GNOME_DISABLE_CRASH_DIALOG fi +## +## Enable Xinput2 (#617344) +## +export MOZ_USE_XINPUT2=1 + # Don't throw "old profile" dialog box. export MOZ_ALLOW_DOWNGRADE=1