Summary: | SDDM (Breeze theme) crashes when clicking the "Different User" button. | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | jakob-m |
Component: | QtQuickControls | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | nate, simon.vogl |
Priority: | NOR | ||
Version: | 5.15.4 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-workspace/a282bc9d612a8e325da5206b9d7b1257606b42b9 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | journalctl output |
Description
jakob-m
2019-05-04 16:46:06 UTC
Yikes, can reproduce with Qt 5.12.3... but not with 5.12.0. This points to it being a Qt regression, urgh. Can you please report it to them? Then please paste the URL of the Qt bug report into a comment in this ticket. Thanks! Well, I'm having the same issue, I reported it to QT now: https://bugreports.qt.io/browse/QTBUG-75900 Git commit a282bc9d612a8e325da5206b9d7b1257606b42b9 by David Edmundson. Committed on 22/05/2019 at 01:13. Pushed by davidedmundson into branch 'Plasma/5.16'. Don't assign a QtObject to a model Summary: It's a weird thing to do, and that's causing us to hit https://bugreports.qt.io/browse/QTBUG-75900 when it tries to lookup a property (icon) that we don't have. Test Plan: Opened sddm-greeter --test-mode --theme clicked button Reviewers: #plasma, fvogt Reviewed By: fvogt Subscribers: fvogt, apol, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D21274 M +10 -3 sddm-theme/Main.qml https://commits.kde.org/plasma-workspace/a282bc9d612a8e325da5206b9d7b1257606b42b9 |