Index: head/x11-fm/caja/files/patch-eel_eel-background.c =================================================================== --- head/x11-fm/caja/files/patch-eel_eel-background.c (nonexistent) +++ head/x11-fm/caja/files/patch-eel_eel-background.c (revision 546724) @@ -0,0 +1,29 @@ +--- eel/eel-background.c.orig 2020-08-28 11:28:14 UTC ++++ eel/eel-background.c +@@ -36,7 +36,6 @@ + #include + #include + #include +-#include + + enum + { +@@ -427,6 +426,7 @@ set_root_surface (EelBackground *self, + static void + init_fade (EelBackground *self) + { ++ GSettings *mate_background_preferences; + GtkWidget *widget = self->details->widget; + gboolean do_fade; + +@@ -434,8 +434,10 @@ init_fade (EelBackground *self) + return; + } + ++ mate_background_preferences = g_settings_new ("org.mate.background"); + do_fade = g_settings_get_boolean (mate_background_preferences, + MATE_BG_KEY_BACKGROUND_FADE); ++ g_object_unref (mate_background_preferences); + if (!do_fade) { + return; + } Property changes on: head/x11-fm/caja/files/patch-eel_eel-background.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-fm/caja/files/patch-libcaja-private_caja-global-preferences.c =================================================================== --- head/x11-fm/caja/files/patch-libcaja-private_caja-global-preferences.c (nonexistent) +++ head/x11-fm/caja/files/patch-libcaja-private_caja-global-preferences.c (revision 546724) @@ -0,0 +1,22 @@ +--- libcaja-private/caja-global-preferences.c.orig 2020-08-28 11:29:20 UTC ++++ libcaja-private/caja-global-preferences.c +@@ -34,6 +34,19 @@ + #include + #include + ++GSettings *caja_preferences; ++GSettings *caja_media_preferences; ++GSettings *caja_window_state; ++GSettings *caja_icon_view_preferences; ++GSettings *caja_desktop_preferences; ++GSettings *caja_tree_sidebar_preferences; ++GSettings *caja_compact_view_preferences; ++GSettings *caja_list_view_preferences; ++GSettings *caja_extension_preferences; ++ ++GSettings *mate_background_preferences; ++GSettings *mate_lockdown_preferences; ++ + /* + * Public functions + */ Property changes on: head/x11-fm/caja/files/patch-libcaja-private_caja-global-preferences.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-fm/caja/files/patch-libcaja-private_caja-global-preferences.h =================================================================== --- head/x11-fm/caja/files/patch-libcaja-private_caja-global-preferences.h (nonexistent) +++ head/x11-fm/caja/files/patch-libcaja-private_caja-global-preferences.h (revision 546724) @@ -0,0 +1,32 @@ +--- libcaja-private/caja-global-preferences.h.orig 2020-08-28 11:29:20 UTC ++++ libcaja-private/caja-global-preferences.h +@@ -211,18 +211,18 @@ typedef enum + void caja_global_preferences_init (void); + char *caja_global_preferences_get_default_folder_viewer_preference_as_iid (void); + +-GSettings *caja_preferences; +-GSettings *caja_media_preferences; +-GSettings *caja_window_state; +-GSettings *caja_icon_view_preferences; +-GSettings *caja_desktop_preferences; +-GSettings *caja_tree_sidebar_preferences; +-GSettings *caja_compact_view_preferences; +-GSettings *caja_list_view_preferences; +-GSettings *caja_extension_preferences; ++extern GSettings *caja_preferences; ++extern GSettings *caja_media_preferences; ++extern GSettings *caja_window_state; ++extern GSettings *caja_icon_view_preferences; ++extern GSettings *caja_desktop_preferences; ++extern GSettings *caja_tree_sidebar_preferences; ++extern GSettings *caja_compact_view_preferences; ++extern GSettings *caja_list_view_preferences; ++extern GSettings *caja_extension_preferences; + +-GSettings *mate_background_preferences; +-GSettings *mate_lockdown_preferences; ++extern GSettings *mate_background_preferences; ++extern GSettings *mate_lockdown_preferences; + + G_END_DECLS + Property changes on: head/x11-fm/caja/files/patch-libcaja-private_caja-global-preferences.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property