koldbyte / termoid

Terminal in a Plasmoid
https://store.kde.org/p/1169451/
45 stars 6 forks source link

Error loading QML file: file:///....termoid/contents/ui/main.qml:24:1: module "QMLTermWidget" is not installed #7

Open tzimme opened 6 years ago

tzimme commented 6 years ago

When adding the widget to the desktop i get the following error on kubuntu 17.10

Error loading QML file: file:///home/*/.local/share/plasma/plasmoids/com.koldbyte.kde.termoid/contents/ui/main.qml:24:1: module "QMLTermWidget" is not installed

koldbyte commented 6 years ago

Duplicate of #5 . You will need to install the latest version of qmltermwidget. https://github.com/Swordfish90/qmltermwidget

I will see if I can find any latest PPA for Ubuntu based distros. Try this package qml-module-qmltermwidget1.0

ronnocnave commented 6 years ago

It should be noted that the qml-module-qmltermwidget1.0 package is not available in 16.04 or earlier, so a manual installation of that package will be required. Might want to mention that on the instructions page. (I got here by trying to get the Plasmoid to work after installation through Plasma's add plasmoid function and found the same error). I did not test to see if manual installation breaks anything.

Vistaus commented 6 years ago

I have the same problem on Solus. I've compiled qmltermwidget from the latest git master of Swordfish90's repo and installed it but Termoid keeps complaining that it can't find QMLTermWidget.

Triple7Factor commented 5 years ago

I'm also seeing this on Debian 9. I compiled qmltermwidget 1.0 and am able to load the sample application, but the widget still shows the error in the OP :disappointed:

cyclane commented 5 years ago

Same situation for me as the last two :|