<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 18, 2015 at 11:49 AM, Evgeniy Alekseev <span dir="ltr"><<a href="mailto:darkarcanis@mail.ru" target="_blank">darkarcanis@mail.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi, there!<br>
<br>
I'm a developer of several Plasma 5 widgets. After components upgrading (if I<br>
understand correctly the issue has been caused by the upgrading of plasma-<br>
frameworks to 5.12.0) my users have found that several instances of the same<br>
widget are no longer allowed. (To be more precise they are allowed but show<br>
the same data.)<br>
<br></blockquote><div>There /should/ be no difference until the app developer opts in, with a line in the .desktop file<br></div><div> 






<div>
<span style="font-family:monospace"><span style="color:rgb(24,178,24);background-color:rgb(255,255,255)">X-KDE-PluginInfo-Version=3.0</span><br></span></div>


<br></div><div>Can you link to your applet?<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I've researched the issue and found that the problem is in data transfer<br>
between plugin (C++) and ui (QML) plasmoid parts. I believe the issue has been<br>
caused by the fact that:<br>
<br>
1. All plasmoids load the one plugin instance.<br>
or<br>
2. Each plasmoid loads the own plugin instance but all of them use the one.<br>
<br>
Is there a correct way to run each plasmoid with own plugin instance and to do<br>
the bijection between plugin and ui in runtime?<br></blockquote><div> </div></div>The only time you'd have a problem is if you used singletons; the solution in that case is obviously to not use singletons.<br></div><div class="gmail_extra"><div class="gmail_quote"><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<span class=""><font color="#888888">--<br>
Sincerely yours,<br>
Evgeniy Alekseev<br>
<br>
e-mail: <a href="mailto:darkarcanis@mail.ru">darkarcanis@mail.ru</a><br>
ICQ: 407-398-235<br>
Jabber: <a href="mailto:arcanis@jabber.ru">arcanis@jabber.ru</a></font></span><br>_______________________________________________<br>
Plasma-devel mailing list<br>
<a href="mailto:Plasma-devel@kde.org">Plasma-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/plasma-devel" rel="noreferrer" target="_blank">https://mail.kde.org/mailman/listinfo/plasma-devel</a><br>
<br></blockquote></div><br></div></div>