Created attachment 148471 [details] screen recording SUMMARY Please watch the attached screen recording. EXPECTED RESULT 'Next' button should work SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.24.80 KDE Frameworks Version: 5.94.0 Qt Version: 5.15.3 Graphics Platform: Wayland
Curious. Do you have output in your journal from around that time?
journalctl says: mai 01 07:29:14 neon-laptop drkonqi[9454]: QQmlComponent: Component is not ready mai 01 07:29:14 neon-laptop drkonqi[9454]: file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:878: Error: Error while loading page: qrc:/ui/BacktracePage.qml:11 Type DeveloperPage unavailable qrc:/ui/DeveloperPage.qml:8 module "org.kde.syntaxhighlighting" is not installed Installing qml-module-org-kde-syntaxhighlighting package fixed the button.
Moving to neon as this is a packaging issue.
Hit a similar issue when attempting to click on the 'Developer Information' button in a konqi dialog. file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:878: Error: Error while loading page: qrc:/ui/DeveloperPage.qml:8 module "org.kde.syntaxhighlighting" is not installed Was resolved by installing the package qml-module-org-kde-syntaxhighlighting as initial report suggested. Operating System: KDE neon 5.25 KDE Plasma Version: 5.25.0 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.4 Graphics Platform: X11
I joined the bug tracker to submit a report and found you folks way ahead of me :) Can confirm, I got hit with the same issue -- Installing qml-module-org-kde-syntaxhighlighting fixed the issue. Seems like DrKonqui either needs to include this as a dependency or get patched to live without it. Cheers, D. zero@Neon:~$ systemsettings5 QQmlEngine::setContextForObject(): Object already has a QQmlContext QQmlEngine::setContextForObject(): Object already has a QQmlContext kf.xmlgui: cannot find .rc file "kinfocenterui.rc" for component "kinfocenter" QQmlEngine::setContextForObject(): Object already has a QQmlContext QLayout::removeWidget: Cannot remove a null widget. KCrash: crashing... crashRecursionCounter = 2 KCrash: Application Name = systemsettings path = /usr/bin pid = 554 KCrash: Arguments: /usr/bin/systemsettings KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi QQmlComponent: Component is not ready file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:878: Error: Error while loading page: qrc:/ui/DeveloperPage.qml:8 module "org.kde.syntaxhighlighting" is not installed Operating System: KDE neon 20.04 KDE Plasma Version: 5.25.3 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Kernel Version: 4.4.0-22621-Microsoft (64-bit) Graphics Platform: X11 Memory: 8.0 GiB of RAM Graphics Processor: llvmpipe
The package `qml-module-org-kde-syntaxhighlighting` seems to be installed on KDE neon now by default. Is this still an open issue?