mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-22 12:39:49 +00:00
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:
parent
532c692e76
commit
78eaaa4890
@ -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
|
Loading…
x
Reference in New Issue
Block a user