From 8d87b9d362fc8d5f6d45df060f2d39944963ad53 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