From 78eaaa489025bd6f6c3d7a9e07f80ac46a2453cd Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Sat, 12 Aug 2023 15:32:29 -0600 Subject: [PATCH] fix(GNOME): Allow gnome-ssh-askpass to inhibit shortcuts If initially opted into Otherwise GNOME Shell (specifically under Wayland) will continuously prompt the user asking for permission to do so. This requires a desktop file be present so this adds one and hides it from the application menu --- .../usr/share/applications/gnome-ssh-askpass.desktop | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 system_files/desktop/silverblue/usr/share/applications/gnome-ssh-askpass.desktop diff --git a/system_files/desktop/silverblue/usr/share/applications/gnome-ssh-askpass.desktop b/system_files/desktop/silverblue/usr/share/applications/gnome-ssh-askpass.desktop new file mode 100644 index 00000000..db5bd353 --- /dev/null +++ b/system_files/desktop/silverblue/usr/share/applications/gnome-ssh-askpass.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=GNOME ssh-askpass +GenericName=ssh-askpass +Type=Application +Exec=/usr/libexec/openssh/gnome-ssh-askpass +Terminal=false +NoDisplay=true