MozillaFirefox/mozilla.sh.in
branchfirefox73
changeset 1122 a9cd24eaa361
parent 1119 4c5d44d40a03
child 1138 4ac678bd2a26
equal deleted inserted replaced
1121:004e4b1efb26 1122:a9cd24eaa361
    79 export LIBXCB_ALLOW_SLOPPY_LOCK=1
    79 export LIBXCB_ALLOW_SLOPPY_LOCK=1
    80 
    80 
    81 # disable Gnome crash dialog (doesn't make sense anyway)
    81 # disable Gnome crash dialog (doesn't make sense anyway)
    82 export GNOME_DISABLE_CRASH_DIALOG=1
    82 export GNOME_DISABLE_CRASH_DIALOG=1
    83 
    83 
       
    84 # Wayland
       
    85 # $XDG_SESSION_TYPE should contain either x11 or wayland
       
    86 if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
       
    87   export MOZ_ENABLE_WAYLAND=1
       
    88 fi
       
    89 
    84 # enable xinput2 (boo#1032003)
    90 # enable xinput2 (boo#1032003)
    85 # breaks too many things right now (boo#1053959)
    91 # breaks too many things right now (boo#1053959)
    86 #export MOZ_USE_XINPUT2=1
    92 #export MOZ_USE_XINPUT2=1
    87 
    93 
    88 moz_debug=0
    94 moz_debug=0