! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
[twp] Change image style to zoomed
Status:
RESOLVED: FIXED
Severity:
trivial

Comments

Description Thaddaeus Tintenfisch editbugs 2014-08-28 14:43:12 CEST
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
Comment 1 Thaddaeus Tintenfisch editbugs 2015-01-19 01:21:49 CET
Created attachment 5871 
Change resize style in thunar-wallpaper plugin
Comment 2 Thaddaeus Tintenfisch editbugs 2015-01-19 01:34:07 CET
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
>

Bug #11116

Reported by:
Thaddaeus Tintenfisch
Reported on: 2014-08-28
Last modified on: 2015-01-31

People

Assignee:
Jannis Pohlmann
CC List:
3 users

Version

Attachments

Change resize style in thunar-wallpaper plugin (1012 bytes, patch)
2015-01-19 01:21 CET , Thaddaeus Tintenfisch
no flags

Additional information