commit 5bf476f1d7283bc805ac8ae6abe94f81ffd7be05 Author: Christian Persch Date: Fri Sep 23 20:43:47 2022 +0200 widget: Don't consume right clicks on gtk4 gtk4 still needs to handle context menus correctly, but on stable branch we need to remove always claiming the event since it doesn't do anything yet. https://gitlab.gnome.org/GNOME/vte/-/issues/2593 src/vte.cc | 9 --------- 1 file changed, 9 deletions(-) commit ff1b03e450fddae623401d8dc619a6c4f17df42d Author: Christian Persch Date: Fri Sep 23 20:43:47 2022 +0200 widget: Don't consume right clicks on gtk4 gtk4 still needs to handle context menus correctly, but on stable branch we need to remove always claiming the event since it doesn't do anything yet. https://gitlab.gnome.org/GNOME/vte/-/issues/2593 src/vte.cc | 10 ---------- 1 file changed, 10 deletions(-) commit 1f1f177ff797ac2bb453168951135865cfded900 Author: Christian Persch Date: Fri Sep 23 16:26:27 2022 +0200 build: Add define for darwin Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2592 (cherry picked from commit 8ef3f6b2f8043d28cbc82520eb094f09333b26ae) meson.build | 6 ++++++ 1 file changed, 6 insertions(+) commit 44d3a1f530e2e45d502955a72624f9219bf62a56 Author: Christian Persch Date: Fri Sep 23 16:26:27 2022 +0200 build: Fix netbsd define (cherry picked from commit e0675c6533c23c0bdda6531617428cdfe5979ad9)