projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49167d
)
www-client/firefox: enable MOZ_USE_XINPUT2
author
Thomas Deutschmann
<whissi@gentoo.org>
Sun, 29 Mar 2020 23:40:56 +0000
(
01:40
+0200)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Mon, 30 Mar 2020 11:45:10 +0000
(13:45 +0200)
Closes: https://bugs.gentoo.org/617344
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
www-client/firefox/files/firefox.sh
patch
|
blob
|
history
diff --git
a/www-client/firefox/files/firefox.sh
b/www-client/firefox/files/firefox.sh
index d942087ffa8645cb42acd3949f461c5b9717ff47..e3412b3b47c3f17b1f393ed951a2db0939f4c0d4 100644
(file)
--- 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