So I&#39;ve continued to play around with scripting the default Plasma desktop (with JavaScript) and have a quick question: how can I set the wallpaper? I tried the following<br>---<br>var activity = new Activity(&quot;desktop&quot;);<br>
activity.currentConfigGroup = new Array(&quot;Wallpaper&quot;);<br>activity.writeConfig(&quot;wallpaper&quot;, &quot;/usr/share/wallpapers/Default_wallpaper/&quot;);<br>---<br>but with no joy.<br><br>Thanks in advance!<br>