From 18090c67d46e498e75d3948f4fb2459b136986e3 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Fri, 10 Jan 2025 20:46:48 +0100 Subject: [PATCH] feat(bin): avoid qtpass problem on Wayland + non 0,0 position monitors * starts qtpass in Xwayland because it sucks! Cf. https://github.com/IJHack/QtPass/issues/663#issuecomment-2583291264 --- bin/qtpass-wayland | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/qtpass-wayland b/bin/qtpass-wayland index 4a70c50..3e488c0 100755 --- a/bin/qtpass-wayland +++ b/bin/qtpass-wayland @@ -1,4 +1,4 @@ #!/usr/bin/env bash # Compatible with Wayland. Cf. https://github.com/IJHack/QtPass/issues/663 -QT_QPA_PLATFORM=xcb /usr/bin/qtpass +export QT_QPA_PLATFORM=xcb && /usr/bin/qtpass