File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,16 @@ First, non-Python Dependencies
43
43
gp-saml-gui uses GTK, which requires Python 3 bindings.
44
44
45
45
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).
47
47
48
48
```
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.*'
50
50
```
51
51
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
+
52
56
On Fedora (and possibly RHEL/CentOS) the matching libraries are packaged in
53
57
` python3-gobject ` , ` gtk3-devel ` , and ` webkit2gtk3-devel ` :
54
58
You can’t perform that action at this time.
0 commit comments