taj-ny / kwin-effects-forceblur

Blur any window on KDE Plasma 6
GNU General Public License v3.0
107 stars 7 forks source link

installation issue #69

Closed kevaldonga closed 3 weeks ago

kevaldonga commented 1 month ago

This error is shown when trying to build it with cmake.

-- Could NOT find KF6KCMUtils (found version "6.2.0"), checked the following files: /usr/lib/cmake/KF6KCMUtils/KF6KCMUtilsConfig.cmake (version 6.2.0) Reason given by package: KF6KCMUtils could not be found because dependency KF6CoreAddons could not be found. CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find KF6 (missing: KIO Service Service KCMUtils) (found suitable version "6.0.0", minimum required is "5.240.0") Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /usr/share/ECM/find-modules/FindKF6.cmake:93 (find_package_handle_standard_args) CMakeLists.txt:42 (find_package)

taj-ny commented 1 month ago

Which distribution are you using?

kevaldonga commented 1 month ago

umm kde ? does kwin run on other distros too ?

D3SOX commented 1 month ago

KDE is not a distribution. Try sending the output of cat /etc/os-release

kevaldonga commented 1 month ago

oh sorry, I use arch

taj-ny commented 1 month ago

Did you run the command from the README to install dependencies? If so, try also installing kcrash kglobalaccel kio knotifications. I thought these packages would be installed since they're dependencies of plasma-meta, but I may have been wrong.

You can also just use the AUR package.

kevaldonga commented 1 month ago

I did installed them but issue remains the same.

D3SOX commented 1 month ago

Maybe you need to install kcoreaddons

kevaldonga commented 1 month ago

all of these packages having conflict with their git version *-git. which one should I keep ?

kevaldonga commented 1 month ago

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find KF6 (missing: KIO Service Service KCMUtils) (found suitable version "6.0.0", minimum required is "5.240.0") Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /usr/share/ECM/find-modules/FindKF6.cmake:93 (find_package_handle_standard_args) CMakeLists.txt:42 (find_package) now this error it found that package unsuitable

kevaldonga commented 1 month ago

which package is it pointing at ?

D3SOX commented 1 month ago

Don't use KDE git packages at all (unless you know what to do)

kevaldonga commented 1 month ago

I dont think the issue is on my side https://discuss.kde.org/t/cmake-complain-about-missing-kf6plasma/8675/2

iLostMyXbox21 commented 1 month ago

did you make sure to run

sudo pacman -S base-devel git extra-cmake-modules qt6-tools

im using arch as well and didnt run into any of those issues

kevaldonga commented 3 weeks ago

I am switching to hyprland. closing this now as it's still not resolved.