From 79ff9e86f5aad068ea77655760dd922c5d3f8807 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 12 Mar 2024 13:32:34 -0300 Subject: start transition to webkitgtk-6.0 --- TODO.md | 2 +- user-scripts/debian-12/install-with-dependencies.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index ebe4401..07a9a7c 100644 --- a/TODO.md +++ b/TODO.md @@ -9,7 +9,7 @@ - [ ] Set [`webkit_web_context_set_sandbox_enabled`](), as recommended [here]() - [ ] Use something other than Whatsapp as an example syslink. - [ ] Fix bug about distorted audio. Maybe related to [this pipewire issue]()? -- [ ] Upgrade to GTK-4 / Webkitgtk 6.0? Will take a fair amount of time, since these are not available on Ubuntu 20.04. +- [ ] Upgrade to GTK-4 / Webkitgtk 6.0? Will take a fair amount of time, since these are not available on Ubuntu 20.04. Instructions [here](https://github.com/WebKit/WebKit/blob/ed1422596dce5ff012e64a38faf402ac1674fc7e/Source/WebKit/gtk/migrating-to-webkitgtk-6.0.md) # Previously done diff --git a/user-scripts/debian-12/install-with-dependencies.sh b/user-scripts/debian-12/install-with-dependencies.sh index 25721db..c30b932 100644 --- a/user-scripts/debian-12/install-with-dependencies.sh +++ b/user-scripts/debian-12/install-with-dependencies.sh @@ -1,6 +1,6 @@ # Key dependencies sudo apt install git vim gcc make -sudo apt install libwebkit2gtk-4.0-dev +sudo apt install libwebkit2gtk-4.1-dev # Optional adblock git clone https://github.com/jun7/wyebadblock -- cgit v1.2.3