Bug 420419 - Failure to launch an "On Demand SideBar" from "Latte SideBar Button"
Summary: Failure to launch an "On Demand SideBar" from "Latte SideBar Button"
Status: RESOLVED FIXED
Alias: None
Product: lattedock
Classification: Plasma
Component: library (show other bugs)
Version: git (master)
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-22 12:21 UTC by Ali Tajelsir
Modified: 2020-05-16 08:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ali Tajelsir 2020-04-22 12:21:18 UTC
SUMMARY
- Can't launch an "On Demand SideBar" from "Latte SideBar Button"

STEPS TO REPRODUCE
- Try to launch an "On Demand SideBar" from "Latte SideBar Button" 

OBSERVED RESULT
-  Failure to launch with the following error:
```
Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.latte.sidebarbutton/contents/ui/main.qml:99:5: Type Icons.GeneralIcon unavailable
file:///usr/share/plasma/plasmoids/org.kde.latte.sidebarbutton/contents/ui/icons/GeneralIcon.qml:43:9: Type LatteIcon unavailable
file:///usr/share/plasma/plasmoids/org.kde.latte.sidebarbutton/contents/ui/icons/LatteIcon.qml:24:1: Latte.IconItem is not a type
```

EXPECTED RESULT
- Launch an "On Demand SideBar" 

SOFTWARE/OS VERSIONS
Linux: EndeavourOS
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.69.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION
- I was using the master branch version packaged by [Archlinux CN Repository](https://github.com/archlinuxcn/repo/tree/master/archlinuxcn/latte-dock-git). So, to exclude a packaging issue I installed the [github version](https://github.com/KDE/latte-dock.git), but with the same results.
- Downgrading to `latte-dock-git 0.9.11.r0.gff490a41-5` solves the issue.
Comment 1 Michail Vourlakos 2020-04-22 13:05:12 UTC
You can install SideBar button applet from its repo or wait for an updatefor it in kde store
Comment 2 Ali Tajelsir 2020-04-22 13:09:56 UTC
(In reply to Michail Vourlakos from comment #1)
> You can install SideBar button applet from its repo or wait for an updatefor
> it in kde store

- I'll and report back
Comment 3 Ali Tajelsir 2020-04-22 13:42:40 UTC
(In reply to Michail Vourlakos from comment #1)
> You can install SideBar button applet from its repo or wait for an updatefor
> it in kde store

- I can confirm that it's working after updating the "SideBar Button" to the git version. Thanks.