Registered Member
|
system settings crashes on opening application style tab i don't know why it is doing this but i have this:
traceback:
terminal:
|
Registered Member
|
Hi!
What operating system are you using, what versions? The second code block contains
which tells you that you have produced a library mixup. Another possibility is running any graphical application with `sudo` which breaks user permissions. Did you do that? |
Registered Member
|
i didn't do that before this issue but while diagnosing i did that
|
Registered Member
|
So first check user permissions:
If there is any output, fix it using chown. What about the first questions? What distri? What packages? What Qt-version(s)? |
Registered Member
|
arch btw i have kde 5.24.5 and qt 5.14.4
|
Registered Member
|
Where did you get Qt5.14? Please upgrade your system first and do a reboot to be sure that every task uses the newer libs. After reboot check the journal for problems using `journalctl -b -p warning` which will show all errors and warnings since reboot.
`pacman -Qs qt5-base` should show something like
|
Registered Member
|
updating fixed this issue
|
Registered Member
|
I've had the same issue on Linux mint and the solutions brought up in this thread has not worked. For some reason running it under superuser does work (mostly).
here's what happens if I run it through the terminal (not under superuser): nausetjf@nausetjf-System-Product-Name:~$ systemsettings kf.kirigami: Warning: Theme implementations should use Kirigami.BasicThemeDefinition for its root item kf.kirigami: Failed to find a Kirigami platform plugin kf.kirigami: Failed to find a Kirigami platform plugin QQmlEngine::setContextForObject(): Object already has a QQmlContext kf.kirigami: Failed to find a Kirigami platform plugin QQmlEngine::setContextForObject(): Object already has a QQmlContext file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kcm/GridView.qml:42: TypeError: Value is null and could not be converted to an object qml: The item SubCategoryPage_QMLTYPE_93(0x55f68e843590) is already in the PageRow kf.kirigami: Failed to find a Kirigami platform plugin QQmlEngine::setContextForObject(): Object already has a QQmlContext file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kcm/GridView.qml:42: TypeError: Value is null and could not be converted to an object file:///usr/share/kpackage/kcms/kcm_style/contents/ui/main.qml:38:13: QML ColumnLayout: Cannot anchor to an item that isn't a parent or sibling. qml: The item SubCategoryPage_QMLTYPE_93(0x55f68e843590) is already in the PageRow (systemsettings:6423): GLib-GObject-WARNING **: 21:54:01.756: cannot register existing type 'GdkDisplayManager' (systemsettings:6423): GLib-CRITICAL **: 21:54:01.756: g_once_init_leave: assertion 'result != 0' failed (systemsettings:6423): GLib-GObject-CRITICAL **: 21:54:01.756: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed (systemsettings:6423): GLib-GObject-WARNING **: 21:54:01.756: invalid (NULL) pointer instance (systemsettings:6423): GLib-GObject-CRITICAL **: 21:54:01.756: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (systemsettings:6423): GLib-GObject-WARNING **: 21:54:01.756: invalid (NULL) pointer instance (systemsettings:6423): GLib-GObject-CRITICAL **: 21:54:01.756: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (systemsettings:6423): GLib-GObject-WARNING **: 21:54:01.757: cannot register existing type 'GdkDisplay' (systemsettings:6423): GLib-CRITICAL **: 21:54:01.757: g_once_init_leave: assertion 'result != 0' failed (systemsettings:6423): GLib-GObject-CRITICAL **: 21:54:01.757: g_type_register_static: assertion 'parent_type > 0' failed (systemsettings:6423): GLib-CRITICAL **: 21:54:01.757: g_once_init_leave: assertion 'result != 0' failed (systemsettings:6423): GLib-GObject-CRITICAL **: 21:54:01.757: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = systemsettings path = /usr/bin pid = 6423 KCrash: Arguments: /usr/bin/systemsettings KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi [1]+ Stopped systemsettings nausetjf@nausetjf-System-Product-Name:~$ |
Registered users: Bing [Bot], Evergrowing, Google [Bot], rblackwell