MozillaFirefox/mozilla.sh.in
branchfirefox55
changeset 992 b2ba34e0dc10
parent 956 5353413a2411
child 997 ca8a6ac7fbf6
equal deleted inserted replaced
991:fde25c29562d 992:b2ba34e0dc10
   101 
   101 
   102 # disable Gnome crash dialog (doesn't make sense anyway)
   102 # disable Gnome crash dialog (doesn't make sense anyway)
   103 export GNOME_DISABLE_CRASH_DIALOG=1
   103 export GNOME_DISABLE_CRASH_DIALOG=1
   104 
   104 
   105 # enable xinput2 (boo#1032003)
   105 # enable xinput2 (boo#1032003)
   106 export MOZ_USE_XINPUT2=1
   106 # breaks too many things right now (boo#1053959)
       
   107 #export MOZ_USE_XINPUT2=1
   107 
   108 
   108 moz_debug=0
   109 moz_debug=0
   109 script_args=""
   110 script_args=""
   110 pass_arg_count=0
   111 pass_arg_count=0
   111 while [ $# -gt $pass_arg_count ]
   112 while [ $# -gt $pass_arg_count ]