Enable wayland backend when available. (#3655)
This will become obsolete with firefox >= 121.
This commit is contained in:
parent
5f5ceb9d87
commit
147ed028df
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ ulimit -n 4096
|
|||
export MOZ_ALLOW_DOWNGRADE=1
|
||||
# Don't create dedicated profile (default-esr)
|
||||
export MOZ_LEGACY_PROFILES=1
|
||||
# Use wayland backend when available
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
CALLDIR="$(dirname "$(readlink -f "$0")")"
|
||||
"$CALLDIR/zotero-bin" -app "$CALLDIR/app/application.ini" "$@"
|
||||
|
|
Loading…
Reference in a new issue