The default background image style has been changed to "zoomed" in xfdesktop 4.11 [1]. Thunar's wallpaper plugin should use the same image style (int: 5) [2]. [1] http://git.xfce.org/xfce/xfdesktop/commit/?id=44fdba5491ad7684d0ca19c5ee80899b8e23c394 [2] http://git.xfce.org/xfce/thunar/tree/plugins/thunar-wallpaper/twp-provider.c#n312
Created attachment 5871 Change resize style in thunar-wallpaper plugin
Comment on attachment 5871 Change resize style in thunar-wallpaper plugin >From 5186fc87de78d6bf7ce2912fad9bf367d1af4360 Mon Sep 17 00:00:00 2001 >From: Thaddaeus Tintenfisch <thad.fisch@gmail.com> >Date: Mon, 19 Jan 2015 01:16:40 +0100 >Subject: [PATCH] Change resize style in thunar-wallpaper plugin (bug #11116) > >--- > plugins/thunar-wallpaper/twp-provider.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/plugins/thunar-wallpaper/twp-provider.c b/plugins/thunar-wallpaper/twp-provider.c >index 79874f6..8551801 100644 >--- a/plugins/thunar-wallpaper/twp-provider.c >+++ b/plugins/thunar-wallpaper/twp-provider.c >@@ -309,7 +309,7 @@ twp_action_set_wallpaper (GtkAction *action, > g_spawn_command_line_async (command, NULL); > g_free (command); > >- command = g_strdup_printf ("xfconf-query -c xfce4-desktop -p %s --create -t int -s 3", image_style_prop); >+ command = g_strdup_printf ("xfconf-query -c xfce4-desktop -p %s --create -t int -s 5", image_style_prop); > g_spawn_command_line_async (command, NULL); > g_free (command); > >-- >2.1.4 >
Fixed in http://git.xfce.org/xfce/thunar/commit/?id=e4519197b35824a82d57c45b354a1e5fd2c80b25