Bug 406217 - Cannot display: module "org.kde.latte" is not installed after install
Summary: Cannot display: module "org.kde.latte" is not installed after install
Status: RESOLVED NOT A BUG
Alias: None
Product: lattedock
Classification: Plasma
Component: application (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-04 13:51 UTC by crosshe.ipad
Modified: 2019-04-17 04:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Output (53.25 KB, text/plain)
2019-04-16 12:53 UTC, crosshe.ipad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crosshe.ipad 2019-04-04 13:51:23 UTC
SUMMARY
Widget cannot properly display on desktop: showing Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.latte.plasmoid/contents/ui/main.qml:34:1: module "org.kde.latte" is not installed


STEPS TO REPRODUCE
1. Follow the installation guide on GituHub Kubuntu only and Kubuntu and KDE Neon part, installed the dependencies. (Or install.sh cannot proceed)
2. run install.sh
3. Add widget to desktop in KDE plasma.

OBSERVED RESULT
Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.latte.plasmoid/contents/ui/main.qml:34:1: module "org.kde.latte" is not installed

EXPECTED RESULT
Display properly

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Ubuntu 18.04 LTS/
(available in About System)
KDE Plasma Version: 5.12.7
KDE Frameworks Version: 5.47.0
Qt Version: 5.9.5

ADDITIONAL INFORMATION
Comment 1 Michail Vourlakos 2019-04-04 14:03:13 UTC
1. where did you find the Latte code?
2. which Latte version are you trying to install?
Comment 2 Michail Vourlakos 2019-04-15 20:04:44 UTC
...
Comment 3 crosshe.ipad 2019-04-16 02:03:59 UTC
(In reply to Michail Vourlakos from comment #1)
> 1. where did you find the Latte code?
> 2. which Latte version are you trying to install?

Thanks for reply! Sry the mail went wrong. 
The code occurs when I add the dock to my desk, the component displays as a frame where the error code located.
Previous version is 0.8.7, but 0.8.8 also isn't work.
Comment 4 Michail Vourlakos 2019-04-16 07:34:37 UTC
Your installation is broken... If you want the stable branch why don't you use the official packages provided for kubuntu?
Comment 5 crosshe.ipad 2019-04-16 11:05:20 UTC
(In reply to Michail Vourlakos from comment #4)
> Your installation is broken... If you want the stable branch why don't you
> use the official packages provided for kubuntu?

Just want to get up to date... Is it still able to get fully installed? I just ran the install.sh and make install.
PS: The first time I ran install.sh I installed the missing dependencies via apt.
Comment 6 Michail Vourlakos 2019-04-16 11:28:17 UTC
(In reply to crosshe.ipad from comment #5)
> (In reply to Michail Vourlakos from comment #4)
> > Your installation is broken... If you want the stable branch why don't you
> > use the official packages provided for kubuntu?
> 
> Just want to get up to date... Is it still able to get fully installed? I
> just ran the install.sh and make install.
> PS: The first time I ran install.sh I installed the missing dependencies via
> apt.

It sounds OK but something didn't go right with your I stallation. 

Try the following:
1. Remove folder build that was created from your installation
2. Run again sh install.sh and send afterwards every single line of the installation output
Comment 7 crosshe.ipad 2019-04-16 12:53:51 UTC
Created attachment 119436 [details]
Output
Comment 8 Michail Vourlakos 2019-04-16 22:31:29 UTC
(In reply to crosshe.ipad from comment #7)
> Created attachment 119436 [details]
> Output

From your output you are missing at least, 

plasma-framework
qtquick
qtquickcontrols
Comment 9 crosshe.ipad 2019-04-17 02:38:27 UTC
(In reply to Michail Vourlakos from comment #8)
> (In reply to crosshe.ipad from comment #7)
> > Created attachment 119436 [details]
> > Output
> 
> From your output you are missing at least, 
> 
> plasma-framework
> qtquick
> qtquickcontrols

All have installed. I have tried to install the additional qtquick control module and rebuilded, the error message of lost modules still exist but the dock displays well. 
Great thank for your help!