Enable wayland backend when available. (#3655)

This will become obsolete with firefox >= 121.
This commit is contained in:
hrdl 2024-02-06 17:28:28 +01:00 committed by GitHub
parent 5f5ceb9d87
commit 147ed028df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" "$@"