4

After upgrade from Debian10 (buster) to Debian11 (bullseye = current testing) and rebooting, xfce4 shows a blueish wallpaper with a "debian^10" logo.

I should be able to override this choice from Menu > Settings > Desktop > Background, setting Style to None. However, this has no effect.

Joachim W
  • 361
  • 1
  • 4
  • 19

3 Answers3

2

A bit cumbersome, but you could use a different tool to handle your wallpaper, such as feh

feh --bg-scale /path/to/image

Hope this can help.

Hubcaps
  • 146
  • 5
1

I should be able to override this choice from Menu > Settings > Desktop > Background, setting Style to None. However, this has no effect.

Another option is setting the wallpaper via xfconf-query, (See: https://superuser.com/q/1327821/764283).

oxr463
  • 1,240
  • 1
  • 10
  • 19
0
xsetroot -solid midnightblue

(or whatever xorg color).

Joachim W
  • 361
  • 1
  • 4
  • 19