Newer versions of Ubuntu Desktop have removed the capability to set the background to a solid color. You may run the following command in a terminal window to accomplish this task:

To clear the current image setting:

> gsettings set org.gnome.desktop.background picture-uri ""

To set the primary color (the first color in a gradient or the solid color):

> gsettings set org.gnome.desktop.background primary-color '#000000'

To set the secondary color (the second color in a gradient, ignored for solid):

> gsettings set org.gnome.desktop.background secondary-color '#000000'

To set the background type ('solid' for one color, 'horizontal' or 'vertical' for gradient):

> gsettings set org.gnome.desktop.background color-shading-type 'solid'

相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2021-12-13
  • 2021-11-23
  • 2022-01-16
  • 2022-12-23
  • 2021-11-13
  • 2020-06-04
猜你喜欢
  • 2021-09-29
  • 2021-11-25
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
  • 2022-01-29
相关资源
相似解决方案