diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-30 01:43:09 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-30 13:45:10 +0200 |
commit | f53b263fb37b6029ac05878c70a11eca8513a60b (patch) | |
tree | 4c7573b2cc605ddbf378352719f5bcfab7b88c1b /www-client/firefox-bin/files | |
parent | www-client/firefox: enable MOZ_USE_XINPUT2 (diff) | |
download | gentoo-f53b263fb37b6029ac05878c70a11eca8513a60b.tar.gz gentoo-f53b263fb37b6029ac05878c70a11eca8513a60b.tar.bz2 gentoo-f53b263fb37b6029ac05878c70a11eca8513a60b.zip |
www-client/firefox-bin: enable MOZ_USE_XINPUT2
Closes: https://bugs.gentoo.org/617344
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox-bin/files')
-rw-r--r-- | www-client/firefox-bin/files/firefox-bin.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www-client/firefox-bin/files/firefox-bin.sh b/www-client/firefox-bin/files/firefox-bin.sh index 5bf52692b3dc..069b474ac8a3 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 |