XFCE upgraded to 4.16
Andrea Venturoli
ml at netfence.it
Sat Jan 9 21:31:32 UTC 2021
On 1/9/21 10:29 PM, Andrea Venturoli wrote:
> Of course this should be fixed upstream, but in the meantime I'm
> attaching a patch that solves for me.
Sorry.
The patch was removed by the list.
Here it is as plain text:
files/patch-dialogs_appearance_settings_main.c:
--- dialogs/appearance-settings/main.c.orig 2021-01-09 18:02:18 UTC
+++ dialogs/appearance-settings/main.c
@@ -994,7 +994,7 @@ appearance_settings_install_theme_cb (GtkButton *widge
gchar **uris;
GtkFileChooser *chooser = GTK_FILE_CHOOSER (dialog);
- uris = g_new0 (gchar *, 1);
+ uris = g_new0 (gchar *, 2);
filename = gtk_file_chooser_get_filename (chooser);
uris[0] = g_filename_to_uri (filename, NULL, NULL);
install_theme (window, uris, builder);
More information about the freebsd-xfce
mailing list