From 939e8ca9ba0754584bbfe8920007d0cc482b5083 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Sat, 21 Dec 2024 21:39:17 +0100 Subject: Welcome XFCE 4.20 to the FreeBSD ports tree! Announcement: https://xfce.org/about/news/?post=1734220800 This release has experimental Wayland support, but not all components have been ported, YMMV. From upstream announcement: Important Notice: Please be aware that the Wayland support in Xfce 4.20 is experimental. It is recommended for advanced users only, as you may encounter bugs and experience incomplete functionality. Proceed with caution! Highlight of this commit: - Adding new port x11/libxfce4windowing - Changing some WWW links to XFCE project gitlab - Cleaned up Makefiles - Remove unneeded intltool dependencies - Added WAYLAND option where applicable, enabled by default Many thanks to Olivier Duchateau who provided a set of patches I started work from. PR: 283345 --- .../xfce4-settings/files/patch-xfsettingsd_gtk-settings.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sysutils/xfce4-settings/files/patch-xfsettingsd_gtk-settings.c (limited to 'sysutils/xfce4-settings/files/patch-xfsettingsd_gtk-settings.c') diff --git a/sysutils/xfce4-settings/files/patch-xfsettingsd_gtk-settings.c b/sysutils/xfce4-settings/files/patch-xfsettingsd_gtk-settings.c new file mode 100644 index 000000000000..f95c843db542 --- /dev/null +++ b/sysutils/xfce4-settings/files/patch-xfsettingsd_gtk-settings.c @@ -0,0 +1,13 @@ +--- xfsettingsd/gtk-settings.c.orig 2024-12-01 15:21:41 UTC ++++ xfsettingsd/gtk-settings.c +@@ -226,8 +226,8 @@ xfce_gtk_settings_helper_init (XfceGtkSettingsHelper * + } + + net_properties = g_hash_table_new (g_str_hash, g_str_equal); +- for (guint i = 0; i < G_N_ELEMENTS (xsettings_properties_Net); i++) +- g_hash_table_add (net_properties, (gpointer) xsettings_properties_Net[i]); ++ /*for (guint i = 0; i < G_N_ELEMENTS (xsettings_properties_Net); i++) ++ g_hash_table_add (net_properties, (gpointer) xsettings_properties_Net[i]);*/ + + helper->gsettings_objs = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, g_object_unref); + helper->gsettings_data = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free); -- cgit v1.2.3