Bug 449319 - Neochat crashes on launch on KDE Neon 5.23
Summary: Neochat crashes on launch on KDE Neon 5.23
Status: RESOLVED FIXED
Alias: None
Product: neon
Classification: KDE Neon
Component: Packages User Edition (other bugs)
Version First Reported In: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-29 14:09 UTC by Ashwin
Modified: 2022-03-30 12:52 UTC (History)
4 users (show)

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


Attachments
Dependencies of Neochat in the current setup (4.02 KB, text/plain)
2022-01-29 14:09 UTC, Ashwin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ashwin 2022-01-29 14:09:32 UTC
Created attachment 146042 [details]
Dependencies of Neochat in the current setup

SUMMARY
Neochat does not launch. It is a native package from the KDE Neon. The backtrace from the terminal is given below and the package versions  of dependencies are attached .

STEPS TO REPRODUCE
1. Make sure all packages are up-to-date using pkcon refresh && pkcon update
2. Install neochat
3. Open neochat in terminal

OBSERVED RESULT

$ neochat
QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:34:5: Type RoomPage unavailable
qrc:/imports/NeoChat/Page/RoomPage.qml:758:13: Type ChatBox unavailable
qrc:/imports/NeoChat/Component/ChatBox/ChatBox.qml:148:5: Type AttachmentPane unavailable
qrc:/imports/NeoChat/Component/ChatBox/AttachmentPane.qml:164:33: Type ImageEditorPage unavailable
qrc:/imports/NeoChat/Page/ImageEditorPage.qml:96:13: KQuickImageEditor.CropBackground is not a type

Possibly the current build / version of Neochat is incompatible with the Qt dependencies?

EXPECTED RESULT

No crash

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: KDE neon 5.23
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.3
Kernel Version: 5.14.0-1020-oem (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 4800H with Radeon Graphics
Memory: 15,1 GiB of RAM
Graphics Processor: AMD RENOIR

ADDITIONAL INFORMATION
Comment 1 goliash 2022-02-09 07:35:56 UTC
Workaround:
I've installed these two packages from here and it solves the issue:
https://origin.archive.neon.kde.org/testing/pool/main/k/kquickimageeditor/

kquickimageeditor-dev
qml-module-org-kde-kquickimageeditor

In neon user repo there is version 0.1.3 and it seems that 0.2.0 is required.
Comment 2 Jonathan Riddell 2022-03-30 12:52:59 UTC
now added