From da0968a55109720c1472f19206a5aff8e9338f3a Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 15 Jan 2025 10:29:44 +0100 Subject: [PATCH] fix(applications): delete useless ~/bin/qtpass-wayland file Because we use .local/share/applications/qtpass.desktop instead! --- bin/qtpass-wayland | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 bin/qtpass-wayland diff --git a/bin/qtpass-wayland b/bin/qtpass-wayland deleted file mode 100755 index 3e488c0..0000000 --- a/bin/qtpass-wayland +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -# Compatible with Wayland. Cf. https://github.com/IJHack/QtPass/issues/663 -export QT_QPA_PLATFORM=xcb && /usr/bin/qtpass