[SOLVED] "Please make sure qtwebhooks(qml module) installed, and open this again" (READ HERE!! THIS PAGE MIGHT FIX YOUR ISSUE)
Describe the bug
"Please make sure qtwebhooks(qml module) installed, and open this again"
i followed everything in the README but seems like some of the things arent downloaded
System Information
- Kde: Plasma 6.1.5
- Qt: --
- OS: Fedora
- Installation Source: KDE Plugins
- Wallpaper Engine version: Latest steam version
Additional context
i dont really understand the "warning.The lib version is inconsisten with the plugin version" message
You're most likely missing a package. I had this same error on openSUSE and I had to install qt6-websockets-imports. I don't know what the equivalent is for Fedora but try searching it with your package manager.
Have you also made sure to install the qt6 variants of the packages from the readme and not qt5?
You're most likely missing a package. I had this same error on openSUSE and I had to install
qt6-websockets-imports. I don't know what the equivalent is for Fedora but try searching it with your package manager.Have you also made sure to install the qt6 variants of the packages from the readme and not qt5?
which ones do i download? also "qt6-websockets-imports" doesnt download when i try
"sudo dnf install *qt6" works... i will try this
nope!
downloading those didnt change a thing
says: "these are already downloaded! nothing to do"
oh!! should have shared this before...
this commends are NOT working by the way...
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! No such file or directory CMake Error: Generator: execution of make failed. Make command was: CMake Error: Not a file: /home/hiracan/wallpaper-engine-kde-plugin/build/cmake_install.cmake CMake Error: Error processing file: /home/hiracan/wallpaper-engine-kde-plugin/build/cmake_install.cmake No such file or directory CMake Error: Generator: execution of make failed. Make command was: install_pkg
alright... installed "ninja-build" for Fedora... now that build is downloading~ i will write down the results later :3
well... this IS so annoying
critic error : qpa/qplatformnativeinterface.h: This folder does not exist
aaaaand... im out of ideas!!
i cant fix this
it is simply stuck like this...
i really want my wallpapers!!
You're most likely missing a package. I had this same error on openSUSE and I had to install
qt6-websockets-imports. I don't know what the equivalent is for Fedora but try searching it with your package manager.Have you also made sure to install the qt6 variants of the packages from the readme and not qt5?
OKEY!!!!
I SEE THAT I MISSED A FEW FILES!
now all i need is... plugin lib?? what is that??
ALRIGHT FOLKS HAHA!! https://github.com/catsout/wallpaper-engine-kde-plugin/issues/383#issuecomment-2025705401 FOLLOWED THE STEPS HERE AND ITS WOOOORKED after doing the things in that comment, start the "systemctl --user restart plasma-plasmashell.service" command aaaaand you my dear friend, are good to go! credits for that person :heart: !!
For Arch:
sudo pacman -S ninja
I'll get a push to update the readme shortly.