Wallpaper Changer
Posted: 21. Jul 2014, 22:43
Anybody out there have a wallpaper changer that works on Salix Mate?
Thanks, Zach, but Viewnior is a picture viewer, not a wallpaper changer. Nitrogen appears to be completely obsolete: all it does is set one background at a time. You can do this on any OS or any distro with a desktop by right-clicking on the desktop and going to Change Desktop Background (or similar). (And it doesn't even do that for me!) What I'm looking for is a background changer that will change backgrounds selecting randomly from a directory every so often. As far as I can tell, all of the modern background changers will also automatically download pictures, if you wish, from sites like Flickr, but I'd settle for one that didn't.zAchAry wrote:Try Viewnior > Preferences > General > Desktop: GNOME2. Maybe Nitrogen would work.
tharpa wrote:You can do this on any OS or any distro with a desktop by right-clicking on the desktop and going to Change Desktop Background (or similar).... What I'm looking for is a background changer that will change backgrounds selecting randomly from a directory every so often.
Yes, I know that. What I'm looking for is a background changer that will change backgrounds selecting randomly from a directory every so often. I guess I'll have to write some sort of script.zAchAry wrote:There should be a wallpaper changer of MATE which should be accessible via context-menu of desktop (right-click on desktop)
Code: Select all
gsettings set org.mate.background picture-filename /path/to/wallpaper.jpg
Hey, I got someone who actually read what I wrote before responding!gapan wrote:If I tell you that you can change the wallpaper with this command:can you make a wallpaper changer on your own?Code: Select all
gsettings set org.mate.background picture-filename /path/to/wallpaper.jpg
HINT: Take a look here and adjust accordingly: http://stackoverflow.com/questions/5550 ... -wallpaper