I&#39;ve been messing around with ways to script the appearance of KDE and found Kubuntu&#39;s <br>01-kubuntu-default-setup.js script, which (quite nicely) shows me how to do what I want. However, I&#39;ve run into a problem with the pager; I would like the default to be one row, instead of two. I dutifully added:<br>
---<br>pager = panel.addWidget(&quot;pager&quot;);<br>pager.writeConfig(&quot;rows&quot;, &quot;1&quot;);<br>---<br>to the script, but this didn&#39;t work. On closer inspection, I found that the pager looks for something like this:<br>
---<br>[AppletGlobals][plasma_applet_pager]<br>rows=1<br>---<br>So what would the command be to write that to plasma-desktop-appletsrc?<br>Thanks!<br>