Bug 394549 - No visible error reporting when QML KCM fails to load
Summary: No visible error reporting when QML KCM fails to load
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kdeclarative
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-22 07:49 UTC by Kai Uwe Broulik
Modified: 2020-01-05 22:50 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Uwe Broulik 2018-05-22 07:49:39 UTC
When a QML KCM fails to load due to syntax error or missing QML import, there is no visual error message shown but just an empty KCM.

KDeclarative ConfigModule should expose an error and KCModuleQML should use KCModuleLoader::reportError to communicate loading error just as it does when a library files to load.
Comment 1 David Edmundson 2020-01-05 22:50:16 UTC
Fixed by Kai.