installers
installers copied to clipboard
Automatic installation fails on Fedora
First, during installation, some warnings on chmod:
chmod: cannot access '/usr/share/plasma/plasmoids/org.kde.plasma.mycroftplasmoid/contents/code/startservice.sh': No such file or directory
chmod: cannot access '/usr/share/plasma/plasmoids/org.kde.plasma.mycroftplasmoid/contents/code/stopservice.sh': No such file or directory
chmod: cannot access '/usr/share/plasma/plasmoids/org.kde.plasma.mycroftplasmoid/contents/code/pkgstartservice.sh': No such file or directory
chmod: cannot access '/usr/share/plasma/plasmoids/org.kde.plasma.mycroftplasmoid/contents/code/pkgstopservice.sh': No such file or directory
Everything is built and ready to go!
These files indeed do not exist:
# tree /usr/share/plasma/plasmoids/org.kde.plasma.mycroftplasmoid/contents/
/usr/share/plasma/plasmoids/org.kde.plasma.mycroftplasmoid/contents/
├── config
│ ├── config.qml
│ └── main.xml
├── images
│ ├── arleft.png
│ ├── arright.png
│ ├── ctxmenu.png
│ ├── logo.png
│ ├── mycroft-logo.svg
│ ├── mycroftmic.png
│ ├── mycroft-plasma-appicon.svg
│ ├── mycroftsmaller2.png
│ └── mycroftsmaller.png
└── ui
├── AutocompleteBox.qml
├── BottomBarViewComponent.qml
├── config
│ └── configGeneral.qml
├── ConversationDelegate.qml
├── FullRepresentation.qml
├── HintsModel.qml
├── HintsViewComponent.qml
├── HintsView.qml
├── Logic.qml
├── main.qml
├── MsmView.qml
├── RemoteStt.qml
├── SkillsInstallerComponent.qml
├── TopBarAnim.qml
└── TopBarViewComponent.qml
4 directories, 26 files
After reboot and adding the widget:
Error loading QML file: file:///usr/share/plasma/plasmoids/org.kde.plasma.mycroftplasmoid/contents/ui/main.qml:33:34: Type FullRepresentation unavailable
file:///usr/share/plasma/plasmoids/org.kde.plasma.mycroftplasmoid/contents/ui/FullRepresentation.qml:31:1: module "Mycroft" is not installed
Same error in the widget, running Manjaro KDE, Plasma Verison 5.17.5
same here, running Mageia 7.1 x86_64 KDE, Plasma Version 5.15.4...
I've run into the same problem using Plasma 5.18.3 on Fedora 32.