From 4663cb3a70f7be45b196229b45e6c4cede1bfd59 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 12 Mar 2024 14:46:41 -0300 Subject: gtk3 to gtk4: notes on transition --- TODO.md | 9 ++++++++- makefile | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 07a9a7c..bf02638 100644 --- a/TODO.md +++ b/TODO.md @@ -9,7 +9,14 @@ - [ ] 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. Instructions [here](https://github.com/WebKit/WebKit/blob/ed1422596dce5ff012e64a38faf402ac1674fc7e/Source/WebKit/gtk/migrating-to-webkitgtk-6.0.md) +- [ ] Upgrade to GTK-4 / Webkitgtk 6.0? Will take a fair amount of time, since these are not available on Ubuntu 20.04. + - Instructions for webkit-6.0 [here](https://github.com/WebKit/WebKit/blob/ed1422596dce5ff012e64a38faf402ac1674fc7e/Source/WebKit/gtk/migrating-to-webkitgtk-6.0.md) + - Instructions for GTK-4 [here](https://docs.gtk.org/gtk4/migrating-3to4.html) + - [ ] Update to webkit2gtk-4.1 + - [ ] Prepare for GTK-3 to GTK-4 transition + - [ ] Remove webkit2gtk-4.1 and download webkit2gtk-6.0 + - [ ] Attempt to compile + - [ ] Change README and point to last Ubuntu 20.04 commit # Previously done diff --git a/makefile b/makefile index 44723ae..1ee729d 100644 --- a/makefile +++ b/makefile @@ -93,3 +93,6 @@ format: $(SRC) $(PLUGINS) diagnose_deprecations: make && G_ENABLE_DIAGNOSTIC=1 ./rose + +view-gtk3-version: + dpkg -l libgtk-3-0 -- cgit v1.2.3