wallpaper-engine-kde-plugin icon indicating copy to clipboard operation
wallpaper-engine-kde-plugin copied to clipboard

Plugin lib not found. to support scene, please compile and install

Open Yousif-code opened this issue 1 year ago • 6 comments

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

Screenshot_20240929_053339

Yousif-code avatar Sep 29 '24 02:09 Yousif-code

follow the readme build it with branch "qt5",not the "main"

Pd-ch avatar Oct 01 '24 15:10 Pd-ch

thanks a lot, this saved my life

totolgueimer avatar Oct 10 '24 18:10 totolgueimer

i using qt5 still same issue i already install mpv on debian but still not work

KnoyanMitsu avatar Oct 11 '24 02:10 KnoyanMitsu

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

totolgueimer avatar Oct 11 '24 18:10 totolgueimer

@KnoyanMitsu but first of all, clean the source folder

totolgueimer avatar Oct 11 '24 18:10 totolgueimer

@KnoyanMitsu but first of all, clean the source folder

sorry for late reply

i follow your instructions but stll same error...

image image

KnoyanMitsu avatar Oct 12 '24 06:10 KnoyanMitsu