Bug 453224 - Nothing happens when I click on 'Next' button
Summary: Nothing happens when I click on 'Next' button
Status: RESOLVED FIXED
Alias: None
Product: neon
Classification: KDE Neon
Component: general (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-30 11:00 UTC by Patrick Silva
Modified: 2024-04-11 14:34 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
screen recording (490.79 KB, video/webm)
2022-04-30 11:00 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2022-04-30 11:00:48 UTC
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
Comment 1 Harald Sitter 2022-04-30 23:28:32 UTC
Curious. Do you have output in your journal from around that time?
Comment 2 Patrick Silva 2022-05-01 10:46:45 UTC
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.
Comment 3 Harald Sitter 2022-05-01 11:06:16 UTC
Moving to neon as this is a packaging issue.
Comment 4 Ashley 2022-06-26 05:55:07 UTC
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
Comment 5 Daniel Milisic 2022-08-03 22:18:55 UTC
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
Comment 6 mydarkstar 2024-04-06 09:56:53 UTC
The package `qml-module-org-kde-syntaxhighlighting` seems to be installed on KDE neon now by default.
Is this still an open issue?