Yes, that's what I receive in response:
$ qmlscene ~/SnowyNightMiku/contents/splash/Splash.qml
~/SnowyNightMiku/contents/splash/Splash.qml:1 module "QtQuick" version 2.7 is not installed
And how to install it something I do not understand ..
Ok, it should be "fixed" now. I was setting all of my imported library versions to the ones in QT5.7 (which I don't really need to do). I'm not sure if plasmapkg2 overwrites the previous install, but if it doesn't, you can remove the splash with:
"plasmapkg2 -t lookandfeel -r SnowyNightMiku"
And then reinstall the new splash.
This is really great. We're really shown an example of what qml splash screen can do. I had fun editing your theme. Not that difficult though and it's good.
Ratings & Comments
8 Comments
How to install in the plasma 5?
It's supposed to be something like this (you need to extract it first though): plasmapkg2 -t lookandfeel -i ~/Downloads/SnowyNightMiku
The plasma 5.6.5 for some reason does not work. Instead, I see empty screen saver.
Could you try pastebinning the output of "qmlscnene~/Downloads/snowynightmiku/contents/splash/Splash.qml"?
Yes, that's what I receive in response: $ qmlscene ~/SnowyNightMiku/contents/splash/Splash.qml ~/SnowyNightMiku/contents/splash/Splash.qml:1 module "QtQuick" version 2.7 is not installed And how to install it something I do not understand ..
Ok, it should be "fixed" now. I was setting all of my imported library versions to the ones in QT5.7 (which I don't really need to do). I'm not sure if plasmapkg2 overwrites the previous install, but if it doesn't, you can remove the splash with: "plasmapkg2 -t lookandfeel -r SnowyNightMiku" And then reinstall the new splash.
Super! Now it works but with a slight addition: it is necessary to install QtQuick.Particles Thanks so mutch!
This is really great. We're really shown an example of what qml splash screen can do. I had fun editing your theme. Not that difficult though and it's good.