From 9040aef331e69dd68f71967ce018aff634dafe0a Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Mon, 13 Jan 2025 14:30:51 +0100 Subject: [PATCH] feat(QtPass): New .desktop file to launch it correctly --- .local/share/applications/qtpass.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .local/share/applications/qtpass.desktop diff --git a/.local/share/applications/qtpass.desktop b/.local/share/applications/qtpass.desktop new file mode 100755 index 0000000..009ae88 --- /dev/null +++ b/.local/share/applications/qtpass.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=QtPass - Wayland +Comment=Un gestionnaire de mots de passe utilisant 'pass' +Exec=env QT_QPA_PLATFORM=xcb /usr/bin/qtpass +Icon=qtpass +Path= +Terminal=false +StartupNotify=true