Closed alxlg closed 7 years ago
$ plasmapkg2 -t plasmoid --install .plasmoid produces the following error: Error: Installation of failed: No such file:
$ plasmapkg2 -t plasmoid --install .plasmoid
Error: Installation of failed: No such file:
How to compile the .plasmoid file?
Edit: it works with kpackagetool5 -t Plasma/Applet --install plasmoid. If it's right please update the README
kpackagetool5 -t Plasma/Applet --install plasmoid
It depends on your plasma version. In older versions, there is plasmapkg2 (I am using kubuntu 16.04). However, I also have kpackagetool5, so I will update the README to only show kpackagetool5.
plasmapkg2
kpackagetool5
$ plasmapkg2 -t plasmoid --install .plasmoid
produces the following error:Error: Installation of failed: No such file:
How to compile the .plasmoid file?
Edit: it works with
kpackagetool5 -t Plasma/Applet --install plasmoid
. If it's right please update the README