Skip to content

Commit 88027bb

Browse files
committed
Mention obsolescence of WebKit2Gtk 4.0
Thanks #92.
1 parent adf8261 commit 88027bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,16 @@ First, non-Python Dependencies
4343
gp-saml-gui uses GTK, which requires Python 3 bindings.
4444

4545
On Debian / Ubuntu, these are packaged as `python3-gi`, `gir1.2-gtk-3.0`, and
46-
`gir1.2-webkit2-4.0`:
46+
`gir1.2-webkit2-4.1` (or `gir1.2-webkit2-4.0` for older distributions).
4747

4848
```
49-
$ sudo apt install python3-gi gir1.2-gtk-3.0 gir1.2-webkit2-4.0
49+
$ sudo apt install python3-gi gir1.2-gtk-3.0 'gir1.2-webkit2-4.*'
5050
```
5151

52+
(Note that the older version, WebKit2GTK 4.0, is [no longer
53+
maintained](https://wiki.ubuntu.com/SecurityTeam/FAQ#WebKitGTK); more
54+
details in [#92](https://github.com/dlenski/gp-saml-gui/pull/92).)
55+
5256
On Fedora (and possibly RHEL/CentOS) the matching libraries are packaged in
5357
`python3-gobject`, `gtk3-devel`, and `webkit2gtk3-devel`:
5458

0 commit comments

Comments
 (0)