Linux – How to change wallpaper from command line in KDE 4.3

crondesktop-customizationkdekde-4linux

Basically question is in title, but let's elaborate a bit:

I have KDE 4.3 from Arch Linux. And a script which periodically downloads new wallpaper. So I'd like to set it as current wallpaper from command line (actually from cron job script, but it's not relevant).

In KDE 3, it was trival with dcop. Now, dcop is gone, and I can't find a way to do it with dbus.

Anybody's got idea how to do it?

Best Answer

A trivial solution is to change your wallpaper type in Appearance Settings to slide show, point the directory to the one where your downloaded images can be found, and set an interval thereafter you want a new wallpaper.

Related Question