From 81ee746ad4a5aa2faad1b9225b44b4ff31058b62 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 9 Jan 2025 16:32:43 +0100 Subject: [PATCH] fix(qtpass): Add new binary for wayland compat. --- bin/qtpass-wayland | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/qtpass-wayland diff --git a/bin/qtpass-wayland b/bin/qtpass-wayland new file mode 100755 index 0000000..4a70c50 --- /dev/null +++ b/bin/qtpass-wayland @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +# Compatible with Wayland. Cf. https://github.com/IJHack/QtPass/issues/663 +QT_QPA_PLATFORM=xcb /usr/bin/qtpass