Summary: | System Setting crash on selecting any icon after changing button style | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Henning <wuelpi> |
Component: | kcm_style | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | kde, mail, nate, sk7506632, sommerluk, wuelpi |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.19.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
kdeglobals
diff of working version vs crashing one New crash information added by DrKonqi |
Description
Henning
2020-06-14 12:09:28 UTC
Can I have your ~/.config/kdeglobals please Created attachment 129657 [details]
kdeglobals
Created attachment 129658 [details]
diff of working version vs crashing one
Which style are you switching to? bb10dark, out of curiosity? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Sorry I don't remember from which status I was switching to. I hope I find the time to check if it happens with the current state in Tumbleweed (5.20 etc) and if I can provoke it again. I can't promise it though. Comment 3 shows you indeed switched to bb10dark. Please report this issue directly to bb10dark authors. Created attachment 137722 [details]
New crash information added by DrKonqi
systemsettings5 (5.21.4) using Qt 5.15.2
- What I was doing when the application crashed:
i was chaniging the icon style in icon settings menu
- Unusual behavior I noticed:
System suddenly crashed
- Custom settings of the application:
may be i changed icon pack to breeze
-- Backtrace (Reduced):
#4 0x00007f6b9748c42c in chameleon::ChameleonStyle::drawControl(QStyle::ControlElement, QStyleOption const*, QPainter*, QWidget const*) const () at /usr/lib/qt/plugins/styles/libchameleon.so
#5 0x00007f6b9748373d in chameleon::ChameleonStyle::drawComplexControl(QStyle::ComplexControl, QStyleOptionComplex const*, QPainter*, QWidget const*) const () at /usr/lib/qt/plugins/styles/libchameleon.so
[...]
#8 0x00007f6ba0f6f276 in QQuickWindowPrivate::polishItems() () at /usr/lib/libQt5Quick.so.5
#9 0x00007f6ba0ff7740 in QQuickRenderControl::polishItems() () at /usr/lib/libQt5Quick.so.5
[...]
#11 0x00007f6ba265166e in QWidget::event(QEvent*) () at /usr/lib/libQt5Widgets.so.5
>widgetStyle=bb10dark
You are using bb10dark, it is broken, and it is crashing. Please report a bug there.
(In reply to David Edmundson from comment #10) > >widgetStyle=bb10dark > > You are using bb10dark, it is broken, and it is crashing. Please report a > bug there. Sir may i ask you where you want me to report pls share the details The openSUSE folks. They're the ones shipping it by default, at least. (In reply to Nate Graham from comment #12) > The openSUSE folks. They're the ones shipping it by default, at least. But sir Im using Arch (In reply to Nate Graham from comment #12) > The openSUSE folks. They're the ones shipping it by default, at least. Sir kindly pls tell me wht should i do in detail.... thank you Arch is a DIY distro which means you must have installed that style yourself, or gotten it pulled in automatically as a dependency of something you did install. So find the relevant package for the bb10dark theme, examine its metadata, and contact the developers of the theme. If none of that makes sense to you, you should probably ask for help in an Arch-specific forum or user support group. (In reply to Nate Graham from comment #15) > Arch is a DIY distro which means you must have installed that style > yourself, or gotten it pulled in automatically as a dependency of something > you did install. So find the relevant package for the bb10dark theme, > examine its metadata, and contact the developers of the theme. > > If none of that makes sense to you, you should probably ask for help in an > Arch-specific forum or user support group. Sir Thanks for the details and your reply now im trying to get help from arch forum i hope they'll reply soon. 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. |