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
This commit is contained in:
RJ Trujillo 2023-08-12 15:32:29 -06:00
parent 532c692e76
commit 78eaaa4890

View File

@ -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