Summary: | systemsettings crashes when double clicking an item in icon view | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Jaak Ristioja <jaak> |
Component: | iconview | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | kde, nate |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.15.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot of transparent window |
Description
Jaak Ristioja
2019-03-03 07:54:13 UTC
Created attachment 118501 [details]
Screenshot of transparent window
Means the internal component ApplicationItem failed to compile, which almost certainly means you were missing a dependency. Especially as you're on gentoo. Please check you have Kirigami 2.4 installed, and reopen if you have. In the meantime I'll add a check for the case you hit - but all I can do is make it fail more explicitly Kirigami has always been installed, and was at version 5.55.0 when this crash occurred. Since it has been a while and Gentoo is a rolling-release distribution, so I'm already using sytemsettings 5.17.1 and Kirigami 5.63.0, and I'm now unable to reproduce this crash. Git commit 6f8610a1431aea00e7d6d3a713e9d2bd0f2ef104 by David Edmundson. Committed on 07/11/2019 at 18:11. Pushed by davidedmundson into branch 'master'. Add guard for missing kirigami Summary: We rely on the component being created correctly later in the module, better to fatal with a useful messgae than crash. Test Plan: Regular KCM still loaded fine Reviewers: #plasma, apol Reviewed By: apol Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D25115 M +4 -0 src/kcmoduleqml.cpp https://commits.kde.org/kcmutils/6f8610a1431aea00e7d6d3a713e9d2bd0f2ef104 >and I'm now unable to reproduce this crash.
|