mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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 <duchateau.olivier@gmail.com> who provided a set of patches I started work from. PR: 283345
13 lines
757 B
C
13 lines
757 B
C
--- 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);
|