Wallpaper Changer
Wallpaper Changer
Anybody out there have a wallpaper changer that works on Salix Mate?
Re: Wallpaper Changer
Try Viewnior > Preferences > General > Desktop: GNOME2. Maybe Nitrogen would work.
Re: Wallpaper Changer
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.
Re: Wallpaper Changer
There should be a wallpaper changer of MATE which should be accessible via context-menu of desktop (right-click on desktop), but I do not know what its command.
If you want me to try to guess the relevant command, please open a terminal, enter mate-, then click on <TAB> key and post the list here.
If you want me to try to guess the relevant command, please open a terminal, enter mate-, then click on <TAB> key and post the list here.
Re: Wallpaper Changer
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)
Last edited by tharpa on 24. Jul 2014, 11:04, edited 1 time in total.
Re: Wallpaper Changer
If I tell you that you can change the wallpaper with this command:
can you make a wallpaper changer on your own? 
HINT: Take a look here and adjust accordingly: http://stackoverflow.com/questions/5550 ... -wallpaper
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
Re: Wallpaper Changer
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
