I wanted to make a bash script that takes a random picture from a folder and sets it as the desktop background. I figured out the algorithm (it's not hard) but I can't find a command that would change the background picture if you give it the path to the picture.
I found gconftool
for bash 2.~ and gsettings
for bash 3.~, but i have GNU bash, version 4.3.42(1)-release on Ubuntu 16.04 LTS and these don't work.