https://bugs.kde.org/show_bug.cgi?id=413800
--- Comment #1 from ci3...@gmail.com --- When using my workaround, systemsettings now crashes since quite a time when "discarding" the changes to new monitors. In detail, I have to do the following steps: 1. Open systemsettings 2. Plug the laptop into the dock (which attaches the external monitor). 3. The new monitor configuration is loaded (laptop monitor off, external monitor on). 4. Activate the internal monitor in addition to the external one in systemsettings as soon as possible and apply (I have only a few seconds until the external monitors goes off, again). 5. The new setting is applied. Nevertheless, the external monitor goes off and the internal monitor goes on. 6. Going from the monitor settings in systemsettings back to the overview page. 7. Systemsettings detects a change in the configuration and asks, if it should save or discard the changes. 8. Pressing discard causes a segfault in systemsettings. Here is the console log. Is there a method to get a debug log? ``` % systemsettings5 org.kde.kcoreaddons: Error loading plugin "kcm_kscreen" "Die dynamische Bibliothek konnte nicht gefunden werden." Plugin search paths are ("/usr/lib64/qt5/plugins", "/usr/bin") The environment variable QT_PLUGIN_PATH might be not correctly set file:///usr/lib64/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:136: TypeError: Value is undefined and could not be converted to an object file:///usr/lib64/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:136: TypeError: Value is undefined and could not be converted to an object file:///usr/lib64/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:136: TypeError: Value is undefined and could not be converted to an object file:///usr/lib64/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:136: TypeError: Value is undefined and could not be converted to an object file:///usr/lib64/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:136: TypeError: Value is undefined and could not be converted to an object org.kde.kcoreaddons: Error loading plugin "kcm_nightcolor" "Die dynamische Bibliothek konnte nicht gefunden werden." Plugin search paths are ("/usr/lib64/qt5/plugins", "/usr/bin") The environment variable QT_PLUGIN_PATH might be not correctly set file:///usr/lib64/qt5/qml/org/kde/kirigami.2/templates/InlineMessage.qml:136: TypeError: Value is undefined and could not be converted to an object WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: Phonon::createPath: Cannot connect Phonon::MediaObject ( no objectName ) to Phonon::AudioOutput ( no objectName ). WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin could not be loaded file:///usr/share/kpackage/kcms/kcm_nightcolor/contents/ui/main.qml:203:42: QML LocationsAutoView: Binding loop detected for property "implicitWidth" file:///usr/share/kpackage/kcms/kcm_nightcolor/contents/ui/main.qml:160:9: QML FormLayout: Binding loop detected for property "implicitWidth" file:///usr/share/kpackage/kcms/kcm_nightcolor/contents/ui/main.qml:160:9: QML FormLayout: Binding loop detected for property "implicitWidth" file:///usr/share/kpackage/kcms/kcm_nightcolor/contents/ui/main.qml:191:42: QML TimingsView: Binding loop detected for property "implicitWidth" file:///usr/share/kpackage/kcms/kcm_nightcolor/contents/ui/main.qml:102:9: QML FormLayout: Binding loop detected for property "implicitWidth" zsh: segmentation fault systemsettings5 ``` -- You are receiving this mail because: You are watching all bug changes.