naraesk / plasma-docker

Plasmoid for KDE Plasma to control docker containers
https://store.kde.org/p/1198473/
GNU General Public License v3.0
43 stars 4 forks source link

Can't find Plasma Docker after install #3

Closed thecyberd3m0n closed 5 years ago

thecyberd3m0n commented 5 years ago

I've installed Plasma Docker Control, but can't find it in widgets list.

image

naraesk commented 5 years ago

Do you use Ubuntu?

thecyberd3m0n commented 5 years ago

Nope, KDE Neon

naraesk commented 5 years ago

Ok, what's the output of kf5-config --prefix on your system?

thecyberd3m0n commented 5 years ago

/usr

naraesk commented 5 years ago

Hm, that's the expected output. Will have a look at it, but it'll take a few days.

Can you please post the output of the different make commands? It does not harm to run them again and reinstall the widget.

thecyberd3m0n commented 5 years ago

yes of course, feel free to ask

naraesk commented 5 years ago

Oh, I just had a second look at your screenshot. Did you install the widget automatically vai the Plasma Add New Widget Dialog? This does not work, unfortunately. You have to install it manually following the installation instructions in the README.

thecyberd3m0n commented 5 years ago

yes, it was auto install. It would be great to make it simple by this automated tool :)

naraesk commented 5 years ago

Plasma Widgets can be QML only (no compilation) or a mixture of QML and C++ (needs compilation). This tool only supports the first kind of widgets, so as far as I know there is nothing I can do about that.

thecyberd3m0n commented 5 years ago

thanks for feedback, I didn't know how Plasma Widgets work in this situation