commit: f53b263fb37b6029ac05878c70a11eca8513a60b Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Mar 29 23:43:09 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Mon Mar 30 11:45:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53b263f
www-client/firefox-bin: enable MOZ_USE_XINPUT2 Closes: https://bugs.gentoo.org/617344 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> www-client/firefox-bin/files/firefox-bin.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www-client/firefox-bin/files/firefox-bin.sh b/www-client/firefox-bin/files/firefox-bin.sh index 5bf52692b3d..069b474ac8a 100644 --- a/www-client/firefox-bin/files/firefox-bin.sh +++ b/www-client/firefox-bin/files/firefox-bin.sh @@ -80,6 +80,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