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

Failed build via AUR

Open ArThirtyFour opened this issue 7 months ago • 2 comments

Describe the bug
I tried to build the app from AUR but it gave me an error

System Information

  • Kde: 6.3.4
  • Qt: 6.9.0
  • OS: Arch Linux
  • Installation Source: AUR plasma6-wallpapers-wallpaper-engine-git
  • Wallpaper Engine version: -

Additional context
Logs also here:

Image

ArThirtyFour avatar May 04 '25 18:05 ArThirtyFour

This is how I managed to compile it:

  • Follow steps from the README (https://github.com/catsout/wallpaper-engine-kde-plugin?tab=readme-ov-file#build-and-install)
  • you will get a CMAKE error after cmake -B build -S . -GNinja -DUSE_PLASMAPKG=ON
  • edit the Cmake file to require something higher than what it tells you (I used 4.0)
  • continue the steps until you get the error you sent with the missing cstdint import
  • Open src/backend_scene/third_party/glslang/SPIRV/SpvBuilder.h
  • add #include <cstdint> in line 64
  • run all the cmake commands again

InHUM44n avatar May 06 '25 11:05 InHUM44n

Fixed, but now the scenes don't work, only video and web - I'll attach everything below

Image

Image

ArThirtyFour avatar May 07 '25 21:05 ArThirtyFour