Plugin lib not found. to support scene, please compile and install
the background says "Plugin lib not found. tp support scene, please compile and install"
System Information
- Kde: [5.27.11]
- Qt: [5.15.13]
- OS: [Debian, plasmaKDE]
- Wallpaper Engine version: latest
follow the readme build it with branch "qt5",not the "main"
thanks a lot, this saved my life
i using qt5 still same issue i already install mpv on debian but still not work
i using qt5 still same issue i already install mpv on debian but still not work
First, install dependencies
sudo apt install build-essential libvulkan-dev plasma-workspace-dev gstreamer1.0-libav
liblz4-dev libmpv-dev python3-websockets qtbase5-private-dev
libqt5x11extras5-dev
qml-module-qtwebchannel qml-module-qtwebsockets cmake
then
Download source
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git cd wallpaper-engine-kde-plugin
Download submodule
git submodule update --init --force --recursive
Configure
'USE_PLASMAPKG=ON': using plasmapkg2 tool to install plugin
mkdir build && cd build cmake .. -DUSE_PLASMAPKG=ON
Build
make -j$nproc
Install package (ignore if USE_PLASMAPKG=OFF for system-wide installation)
make install_pkg
install lib
sudo make install
and finally, reboot
@KnoyanMitsu but first of all, clean the source folder
@KnoyanMitsu but first of all, clean the source folder
sorry for late reply
i follow your instructions but stll same error...