Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/files/
Date: Mon, 30 Mar 2020 11:46:16
Message-Id: 1585568710.f53b263fb37b6029ac05878c70a11eca8513a60b.whissi@gentoo
1 commit: f53b263fb37b6029ac05878c70a11eca8513a60b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 23:43:09 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 11:45:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53b263f
7
8 www-client/firefox-bin: enable MOZ_USE_XINPUT2
9
10 Closes: https://bugs.gentoo.org/617344
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox-bin/files/firefox-bin.sh | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/www-client/firefox-bin/files/firefox-bin.sh b/www-client/firefox-bin/files/firefox-bin.sh
17 index 5bf52692b3d..069b474ac8a 100644
18 --- a/www-client/firefox-bin/files/firefox-bin.sh
19 +++ b/www-client/firefox-bin/files/firefox-bin.sh
20 @@ -80,6 +80,11 @@ if [[ "$XDG_CURRENT_DESKTOP" == "GNOME" ]]; then
21 export GNOME_DISABLE_CRASH_DIALOG
22 fi
23
24 +##
25 +## Enable Xinput2 (#617344)
26 +##
27 +export MOZ_USE_XINPUT2=1
28 +
29 # Don't throw "old profile" dialog box.
30 export MOZ_ALLOW_DOWNGRADE=1