| Summary: | Does not load qml files to show in the plasmoid due to new PluginCheck feature | ||
|---|---|---|---|
| Product: | [Applications] kdeconnect | Reporter: | Eldhrimer <vico.220895> |
| Component: | plasmoid | Assignee: | Albert Vaca Cintora <albertvaka> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | grave | CC: | aleixpol |
| Priority: | NOR | ||
| Version First Reported In: | 1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Eldhrimer
2016-08-02 21:41:59 UTC
Are you sure it's not because you're trying to install it in /usr/local? I just 'make install'd in /usr/ and the same error appeared: --------------------------------- Error al cargar archivo QML: file:///usr/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/main.qml:48:34: Type FullRepresentation unavailable file:///usr/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/FullRepresentation.qml:55:23: Type DeviceDelegate unavailable file:///usr/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/DeviceDelegate.qml:94:13: Type Battery unavailable file:///usr/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/Battery.qml:26:1: PluginChecker is not a type ------------------------------------------ Also if I uninstall the distro given package, a new error pops up: ------------------------------------------- Error al cargar archivo QML: file:///usr/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/main.qml:24:1: module "org.kde.kdeconnect" is not installed ------------------------------------------- So... It's failing to import the module that it is? I'm a bit confused. Can you paste us the output of executing: plasmawindowed org.kde.kdeconnect Here it is: ------------------------------------------ Error al cargar archivo QML: file:///usr/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/main.qml:24:1: module "org.kde.kdeconnect" is not installed ------------------------------------------ Sorry, I just comment what showed up in the window. The console output was: ----------------- No metadata file in the package, expected it at: "/usr/local/share/plasma/plasmoids/org.kde.kdeconnect//metadata.desktop" No metadata file in the package, expected it at: "/usr/local/share/plasma/plasmoids/org.kde.kdeconnect//metadata.desktop" org.kde.plasma: invalid fallback path in "/usr/local/share/plasma/plasmoids/org.kde.kdeconnect/" Unable to load applet "org.kde.kdeconnect" with arguments () ---------------- Ok, since no additional help has been provided, I'm returning to use 0.9.6. Hope to see this update soon in the repo. Error al cargar archivo QML: file:///usr/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/main.qml:24:1: module "org.kde.kdeconnect" is not installed This clearly shows it's wrongly installed. It's a set up issue. |