-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
systemsettings appearance module crashes with kdecoration2-kde2 installed #5
Comments
Comment out lines 269-272 from skeleton.cpp. This seems to have the side effect of changing the theme's name to org.kde.kde2, but it fixes the crash and allows for the decoration to be used. |
I have similar issue, I will try commenting the lines 269:272 ... here is the stacktrace
|
I confirm, the bug is gone when I commented out the lines and rebuild. I can now use it. |
I confirm bug is gone. But I commented 269-271 because if I comment 272 it leaves out a closing bracket. Using Debaian testing, KDE Plasma 5.27.10, QT 5.15.10 |
Hello,
I would like to thank you first for your work at porting KDE2 decoration to Plasma 5. I have been using it for several years now and will not change.
There is an issue while trying to set the decoration with Qt 5.15.5, KF 5.95 and Plasma 5.25.2.
The install process runs without errors with cmake and make install. However. when I try to set the decoration in System Settings, there is inevitably a crash just after trying to open the "Appearance" module. This happens in both Arch Linux and Alpine Linux. This will not happen with previous versions of KF and Plasma (5.95 and 5.24.5, respectively).
Here are the steps to reproduce the error in Plasma 5.25.2 with KF 5.95 and built against Qt 5.15.5 :
1- Install kdedecoration2 as usual
2- Next, open System Settings and click on "Appearance" >> System Settings crashes (no dialog at all)
To see the error, you have to run systemsettings5 from the command line.
Here is the error generated by the crash while trying to access the "Appearance" module :
As I am no developer, I don't know how to solve it. Anyone else having this issue?
Please tell me if you need more information or any help.
All the best,
Christophe
The text was updated successfully, but these errors were encountered: