From 83471af222e6fa0bf7cf26bd8fc1bb4e7dbd518f Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Thu, 29 Dec 2022 17:41:58 +0100 Subject: [PATCH] Update Wayland flags --- com.bitwarden.desktop.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.bitwarden.desktop.yaml b/com.bitwarden.desktop.yaml index 77dd5bf..5b9bf3c 100644 --- a/com.bitwarden.desktop.yaml +++ b/com.bitwarden.desktop.yaml @@ -52,7 +52,7 @@ modules: commands: - export TMPDIR="${XDG_RUNTIME_DIR}/app/${FLATPAK_ID}" - if [ "${XDG_SESSION_TYPE}" == "wayland" ]; then - - zypak-wrapper /app/Bitwarden/bitwarden --enable-features=UseOzonePlatform --ozone-platform=wayland "$@" + - zypak-wrapper /app/Bitwarden/bitwarden --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations "$@" - else - zypak-wrapper /app/Bitwarden/bitwarden "$@" - fi