> On May 14, 2015, 2:19 p.m., David Edmundson wrote: > > applets/systemtray/package/contents/ui/main.qml, line 126 > > <https://git.reviewboard.kde.org/r/123789/diff/3/?file=369034#file369034line126> > > > > is it this thing? > > http://tsdgeos.blogspot.co.uk/2015/02/qt-54-qml-c-qvariant-issues.html > > > > Could you test if this https://paste.kde.org/pgu5pnukc on kdeclarative > > fixes it?
seems it's that one. i tried your patch, but with the qml if (extraItems.length > 0) { plasmoid.configuration.extraItems = plasmoid.configuration.extraItems.concat(extraItems); } if (newKnownItems.length > 0) { lasmoid.configuration.knownItems = plasmoid.configuration.knownItems.concat(knownItems); } it still breaks the saved value - Marco ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123789/#review80346 ----------------------------------------------------------- On May 14, 2015, 11:20 a.m., Marco Martin wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/123789/ > ----------------------------------------------------------- > > (Updated May 14, 2015, 11:20 a.m.) > > > Review request for Plasma. > > > Bugs: 345872 > https://bugs.kde.org/show_bug.cgi?id=345872 > > > Repository: plasma-workspace > > > Description > ------- > > if new plasmoids are installed that are systray enabled and enabled by > default, automatically add them, unless they were disabled explicitly. This > solves a problem distributions seem to add while updating to new plasma > releases. > > obtain this by keeping both a list of explicitly enabled stuff and all the > already known stuff > > it does horrible things with arrays, that's due to some weird sideeffects of > having qstringlists as properties, of which we'll have to pay close attention > to > > > Diffs > ----- > > applets/systemtray/package/contents/config/main.xml 2967dba > applets/systemtray/package/contents/ui/main.qml fd59a14 > > Diff: https://git.reviewboard.kde.org/r/123789/diff/ > > > Testing > ------- > > > Thanks, > > Marco Martin > >
_______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel