costales / gufw

Linux Firewall
GNU General Public License v3.0
129 stars 33 forks source link

Switch from webkit2gtk 4.0 to 4.1 #68

Closed jbicha closed 8 months ago

jbicha commented 8 months ago

Fedora has removed webkitgtk 4.0 in preparation for Fedora 40 in a few months. Debian and Ubuntu are working on that too.

webkitgtk 4.1 is the same as 4.0 except that 4.1 uses libsoup3 and 4.0 uses libsoup2.4. Since gufw doesn't use libsoup directly, this is an easy switch.

webkitgtk 4.1 is available in Ubuntu 22.04 LTS, Debian 12, and other actively supported distros.

costales commented 8 months ago

Thank you very much @jbicha !!