Comment 6 for bug 2061914

Revision history for this message
Kevin Yue (yuezk) wrote :

Further research indicates that `webkit2gtk-4.0` is legacy and removed on purpose, which I fully understand, and bringing it back might not be a practical operation.

My project (GlobalProtect-openconnect) uses Tauri 1.x, which depends on `webkit2gtk-4.0`. Tauri started to use `webkit2gtk-4.1` in 2.0, but it has not been released yet. Since few breaking changes exist between `webkit2gtk-4.1` and `webkit2gtk-4.0`, I plan to port the Tauri 1.x to use `webkit2gtk-4.1`. I have managed to make this work but with one error. And I'm currently working on it.