<div dir="ltr">Hello,<div><br></div><div>do you have a main.xml file in your plasmoid?</div><div><br></div><div style>In order to be able to write something into the plasma config file</div><div style>you need a xml like this one,</div>
<div style><br></div><div><div><?xml version="1.0" encoding="UTF-8"?></div><div><kcfg xmlns="<a href="http://www.kde.org/standards/kcfg/1.0">http://www.kde.org/standards/kcfg/1.0</a>"</div>
<div>     xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>" </div><div>     xsi:schemaLocation="<a href="http://www.kde.org/standards/kcfg/1.0">http://www.kde.org/standards/kcfg/1.0</a></div>
<div>     <a href="http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">http://www.kde.org/standards/kcfg/1.0/kcfg.xsd</a>"></div><div>    <kcfgfile name=""/></div><div>    <group name="General"></div>
<div>        <entry name="testfoo" type="string"></div><div>            <label>bla bla</label></div><div>            <default>somevalue</default></div><div>        </entry></div>
<div>    </group></div><div></kcfg></div><div class="gmail_extra"><div><br></div><div style>If you don't have a xml like this one, when you do plasmoid.writeConfig</div><div style>nothing will happen.</div>
<div><br></div><div style>Regards,</div><div style>Giorgos</div><div><br></div>-- <br><div dir="ltr">Giorgos Tsiapaliokas (terietor)<br><br><a href="http://terietor.org" target="_blank">terietor.org</a></div>
</div></div></div>