]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Add gnome-ssh-askpass4 for GNOME 40+
authorJan Tojnar <jtojnar@gmail.com>
Thu, 18 May 2023 14:30:35 +0000 (16:30 +0200)
committerDamien Miller <djm@mindrot.org>
Mon, 14 Jul 2025 22:29:15 +0000 (15:29 -0700)
commite6805e2a6b33e001e1a7257b85ab779fd592a578
treee2776611ff8c796f16640dc5077352b8b7c3af8a
parentf9dc519259804702cab0fa0ca8b193a360e3ec38
Add gnome-ssh-askpass4 for GNOME 40+

GTK 3 has been in maintenance mode for a while now, and it is on the road
to being abandoned. As a result, the dialogue looks out of place on modern
systems.

We could port it to GTK 4 but without the program being registered as an
application (i.e. having a .desktop file), GNOME Shell would ask for
permission to grab input every time.

Let’s instead use the GNOME Shell’s native prompt through the unstable
Gcr API.
contrib/Makefile
contrib/README
contrib/gnome-ssh-askpass4.c [new file with mode: 0644]