HenkKalkwater / minecraft-ping-plasmoid

Plasmoid for displaying the status of a Minecraft server
GNU Lesser General Public License v3.0
4 stars 1 forks source link

there was an error loading minecraft server status #7

Open jakaco opened 2 years ago

jakaco commented 2 years ago

im on artix linux and my system is fully up to date, today i wanted to try using this plasmoid, i built it but when i put it on a desktop it doesnt work the error is

file:///usr/local/share/plasma/plasmoids/nl.netsoj.minecraftserverping/contents/ui/main.qml:25:1: module "nl.netsoj.minecraftserverping" is not installed

moxvallix commented 2 years ago

Any updates on this, I would really love to use this applet!

LoganMD commented 2 years ago

Same here, the plasmoid won't work. Same error

HenkKalkwater commented 1 year ago

So from what I've seen, on Artix cmake installs to the plugin to /usr/local/lib/qt/qml. Qt only seems to load plugins from /usr/lib/qt/qtml. To fix this, remove your build directory and run the build steps as described in the README again, but with cmake -DCMAKE_INSTALL_PREFIX=/usr .. instead of cmake ...

Warning: installing it in this may conflict with your system package manager, do it at your own risk.