Summary: | systemsettings5 PID: 8040 Señal: Segmentation fault (11) Time: 15/9/20 23:12:40 to can be opened after the instalation. I can´t open efects kde in the windows as magic lamp and others | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Victor <quetz23> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | ihwansimdig2000, kde, moisesfb274, sommerluk |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 5.14.5 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Victor
2020-09-16 04:25:35 UTC
>chameleon::ChameleonStyle::drawComplexControl
This is in the style that you are using
*** Bug 427248 has been marked as a duplicate of this bug. *** Created attachment 133587 [details]
New crash information added by DrKonqi
systemsettings5 (5.20.2) using Qt 5.15.2
- What I was doing when the application crashed: I was starting my browser;
- Unusual behavior I noticed: An icon whose emoticon was a sad face appeared on my panel;
- Custom settings of the application: Everything in McMojave theme.
-- Backtrace (Reduced):
#4 0x00007f6108278b30 in QObject::objectName() const () at /usr/lib/libQt5Core.so.5
#5 0x00007f6101cc4ac8 in chameleon::ChameleonStyle::drawControl(QStyle::ControlElement, QStyleOption const*, QPainter*, QWidget const*) const () at /usr/lib/qt/plugins/styles/libchameleon.so
#6 0x00007f6101cbeddd in chameleon::ChameleonStyle::drawComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPainter*, QWidget const*) const () at /usr/lib/qt/plugins/styles/libchameleon.so
[...]
#9 0x00007f61076d9096 in QQuickWindowPrivate::polishItems() () at /usr/lib/libQt5Quick.so.5
#10 0x00007f6107761540 in QQuickRenderControl::polishItems() () at /usr/lib/libQt5Quick.so.5
This bug with using the chameleon style has been solved now: https://github.com/linuxdeepin/qt5integration/issues/49 The problem was apparently not in the chameleon style, but in the associated dde-qt5integration. I've tested it with dde-qt5integration 5.5.17, and it does not crash any more. Following the comments in the bug report, it has been solved since dde-qt5integration 5.1.0.13. |