| Summary: | Group widget creates huge memory leak | ||
|---|---|---|---|
| Product: | [Unmaintained] lattedock | Reporter: | Andres <kdebugs> |
| Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | ||
| Priority: | NOR | ||
| Version First Reported In: | git (master) | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | latte layout | ||
|
Description
Andres
2020-07-30 02:01:33 UTC
Created attachment 130499 [details]
latte layout
Can you reproduce with Latte default layout? I suppose you can also add your widgets one by one until you find out which widget is causing this. Latte can not take responsibility for widgets malfunctioning. (In reply to Michail Vourlakos from comment #3) > I suppose you can also add your widgets one by one until you find out which > widget is causing this. Latte can not take responsibility for widgets > malfunctioning. it should if the widget only malfunctions in latte-dock and not in a plasma panel like it is the case with the grouping widget. is there a way to remove the side pannel from the config file? so that I can fix this problem without having to delete my whole config? Group widget is a strange situation because it is considered a containment, like the systray case... So in Multiple Layouts mode is not supported at all yet. In Single layout mode I have no idea what is its behavior. Personally I dont even care, it will be the last thing I will take a look after all the other v0.10 requirements have been implemented. 1. Are you sure the memory leak occurs because of Group widget? 2. Either you will remove the relevant containment in the layout file manually, or you will remove the entire dock/panel that creates the issue after Latte has been loaded through, right click Dock->Edit Dock->Remove Yeah I figured out how to remove it I just deleted all the containment sections that mentioned the widgets. And I tried adding them all again first without the group ing we widget and then with.... And no issues this time everything works. I'm using a single layout not multiple. So I guess either something didn't get written correctly to the layout the first time around or idk. Anyway everything works now and I'm using the grouping widget just fine What should I mark the issue as ? leave it open and in case you find exact steps to reproduce please report back. After 2-3 months if there are no more information it will be closed. the Group applet with latest commits is now supported also for Multiple Layouts mode... So this bug needs to be updated in case it is still valid... |