Summary: | Plasmashell adds obsolete widgets | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | RalphB <pub> |
Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | kde, pub |
Priority: | NOR | ||
Version First Reported In: | 5.5.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RalphB
2016-09-13 19:09:26 UTC
are you quitting plasma in between 3 to 6? No, I don't. So I am supposed to do that? This makes testing of widgets (where plasmawindowed is not enough) quite difficult. Is there a workaround/different tool (kpackagetool5?) that won't require logging off? BTW, I'm note sure if this is related, but when I "download a new plasma widget", they are shown as "installed", but they won't actually show in the widget menu right away. This is really confusing at it seems that the installation failed. Ah sorry, I withdraw comment 3 -- that installation (from GitHub) DID fail. :-/ Installing as ZIP directly adds the widget to the widget menu. >No, I don't. So I am supposed to do that? This makes testing of widgets (where plasmawindowed is not enough) quite difficult.
Yes. Sorry.
QML internally has a component cache. So when you instantiate it the seocnd time you're not loading the source again. Theoretically calling engine->trimComponentCache() on applet removal might do it.. but it will still make it slower for our users.
plasmoidviewer from plasma-sdk should be better than plasmawindowed. (though it's still not great, feel free to improve it)
OK, that's fine, I understand. Two suggestions (although this is probably not the best place for this): 1. add a note in the tutorials/documentation 2. create a widget/program that does just call engine->trimComponentCache(), if that is possible |