8

I need to change the background of my desktop in Ubuntu 12. 04 with a command in terminal, in order to make a script with bash. Does anyone know how to do it?

jokerdino
  • 41,320
user73587
  • 81
  • 1
  • 1
  • 2

1 Answers1

18

Run the following command in Terminal

gsettings set org.gnome.desktop.background picture-uri file:///path/to/your/image.png

This will change the Desktop Background to image.png.

jokerdino
  • 41,320
dobey
  • 40,982