Skip to content

Commit

Permalink
Enable wayland backend when available. (#3655)
Browse files Browse the repository at this point in the history
This will become obsolete with firefox >= 121.
  • Loading branch information
hrdl-github committed Feb 6, 2024
1 parent 5f5ceb9 commit 147ed02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/linux/zotero
Expand Up @@ -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" "$@"

0 comments on commit 147ed02

Please sign in to comment.