Bug 446001

Summary: Cannot open Index file manager on neon unstable due to missing dependency
Product: [KDE Neon] neon Reporter: Patrick Silva <bugseforuns>
Component: Packages Unstable EditionAssignee: Neon Bugs <neon-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: jr, neon-bugs-null, sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Patrick Silva 2021-11-23 21:51:07 UTC
output in Konsole when I try to open Index file manager:

' para desktop-file-utils (0.24-1ubuntu3) ...
stalker@neon-laptop:~$ index
CREATING INSTANCE OF MAUI APP
QCommandLineParser: option not defined: "author"
QCommandLineParser: option not defined: "license"
QCommandLineParser: option not defined: "desktopfile"
QQmlApplicationEngine failed to load component
qrc:/main.qml:35:5: Type FB.FileBrowser unavailable
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/mauikit/filebrowsing/FileBrowser.qml:726:17: Type FB.NewTagDialog unavailable
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/mauikit/filebrowsing/NewTagDialog.qml:44:10: Cannot assign to non-existent property "footerBackground"
Lets remove MauiApp singleton instance

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.23.80
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.3
Graphics Platform: X11
Comment 1 Patrick Silva 2022-04-25 15:57:29 UTC
Today I got this output in Konsole:

$ index
CREATING INSTANCE OF MAUI APP
QCommandLineParser: option not defined: "author"
QCommandLineParser: option not defined: "license"
QCommandLineParser: option not defined: "desktopfile"
QQmlApplicationEngine failed to load component
qrc:/main.qml:15:1: module "org.mauikit.filebrowsing" is not installed
Lets remove MauiApp singleton instance


Can open Index after manually installing qml-module-org-mauikit-filebrowsing package. It should be added as dependency though.

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 2 Patrick Silva 2023-11-17 03:32:37 UTC
Currently qml-module-org-mauikit-filebrowsing package is a dependency.