you have not said how it breaks. if you can provide a link to (or attach) your
kcfg file and say what the expected behaviour is and what actually happens, i'm
sure we can help :)

Old kcfg file: https://github.com/psifidotos/workflow-project/blob/keynavigation/dataengines/workareas/workareas.kcfg

The new kcfg file is attached...

Problem is that ActiveMode field from the new kcfg file can not be stored.
The workaround is to add manually in the user's workflowrc field
ActiveMode=true
afterwards the ActiveMode field can be stored without issues in the workflowrc.
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0";
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
                          http://www.kde.org/standards/kcfg/1.0/kcfg.xsd"; >
  <kcfgfile name="workflowrc"/>
  <group name="workflow">
    <entry name="Activities" type="StringList">
      <label>The various activities ids</label>
    </entry>
    <entry name="NoOfWorkareas" type="StringList">
      <label>the number of workareas per activity</label>
    </entry>
    <entry name="WorkareasNames" type="StringList">
      <label>the various workareas names per activity</label>
    </entry>    
    <entry name="ActiveMode" type="Bool">
      <label>this is the mode where default VDs behavior is enabled</label>
      <default>true</default>
    </entry>
  </group>
</kcfg>
_______________________________________________
Plasma-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to