Bug 446001 - Cannot open Index file manager on neon unstable due to missing dependency
Summary: Cannot open Index file manager on neon unstable due to missing dependency
Status: RESOLVED FIXED
Alias: None
Product: neon
Classification: KDE Neon
Component: Packages Unstable Edition (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-23 21:51 UTC by Patrick Silva
Modified: 2023-11-17 03:32 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.