Re: plasmoid configuration using kconfigxt

2012-09-23 Thread Aaron J. Seigo
On Sunday, September 23, 2012 07:58:58 Reza Shah wrote: > or only the items inside 'Appearance' group which are belong to my > plasmoid will be deleted? only the settings belonging to the plasmoid are removed. so in the case you shared, the entries in plasma-desktoprc will remain while the settin

Re: plasmoid configuration using kconfigxt

2012-09-22 Thread Reza Shah
Hi Aaron, I forgot about the deletion. In plasma-desktop-appletrc,the plasmoid configuration is grouped like below: [Containments][8][Applets][26][Configuration] showComicTitle=true And in plasma-desktoprc, the same configuration is grouped in 'Appearance' (i'm using this in .kcfg file). [Appear

Re: plasmoid configuration using kconfigxt

2012-09-22 Thread Aaron J. Seigo
On Saturday, September 22, 2012 09:04:23 Reza Shah wrote: > I changed the configuration to kconfigxt, but now the settings are > keep inside plasma-desktoprc. Is this expected behavior? Yes, if you are doing it from a C++ plugin, this is exactly what will happen. >From a QML/JS plugin it should do

plasmoid configuration using kconfigxt

2012-09-21 Thread Reza Shah
Hi, I have questions regarding how/where plasma keep plasmoid configuration when using kconfigxt. In old comic plasmoid (using kconfig) the settings are keep inside plasma-desktop-appletrc. I changed the configuration to kconfigxt, but now the settings are keep inside plasma-desktoprc. Is this ex