So I'm trying to install libkf6activities and apt is not finding it at all. Can anyone give me a package? (OS is Kubuntu 26.04 LTS)
Announcement
Collapse
No announcement yet.
libkf6activities Package
Collapse
X
-
apt list *activities*
should show it.
some stuff i did: https://github.com/droidgoo
Intel® Core™ i7-14700K | 64 GiB of RAM | AMD RX 6800
- Top
- Bottom
-
I got error saying: "CMake Error at CMakeLists.txt:33 (find_package):Originally posted by skyfishgoo View Postapt list *activities*
should show it.
Could not find a configuration file for package "PlasmaActivities" that is
compatible with requested version "6.6.5".
The following configuration files were considered but not accepted:
/usr/lib/x86_64-linux-gnu/cmake/PlasmaActivities/PlasmaActivitiesConfig.cmake, version: 6.6.4
The version found is not compatible with the version requested.
/lib/x86_64-linux-gnu/cmake/PlasmaActivities/PlasmaActivitiesConfig.cmake, version: 6.6.4
The version found is not compatible with the version requested."
What do I do now?
- Top
- Bottom
Comment
-
Why?Originally posted by cchipdive View PostSo I'm trying to install libkf6activities and apt is not finding it at all. Can anyone give me a package? (OS is Kubuntu 26.04 LTS)
Or rather, why do you think you need it, or this specifically named package?
It does not exist. What you are looking for would have a different name or perhaps be part of a different package.
Self-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/Kubuntu LTS
HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE Linux
- Top
- Bottom
Comment
-
The situation this was the fact that i was trying to install Aerothemeplasma and got a error (see my third post here)Originally posted by claydoh View PostWhy?
Or rather, why do you think you need it, or this specifically named package?
It does not exist. What you are looking for would have a different name or perhaps be part of a different package.
- Top
- Bottom
Comment
-
The error is not about a distro package here, which of course will be confuing.Originally posted by cchipdive View PostI got error saying: "CMake Error at CMakeLists.txt:33 (find_package):
Could not find a configuration file for package "PlasmaActivities" that is
compatible with requested version "6.6.5".
The following configuration files were considered but not accepted:
/usr/lib/x86_64-linux-gnu/cmake/PlasmaActivities/PlasmaActivitiesConfig.cmake, version: 6.6.4
The version found is not compatible with the version requested. /lib/x86_64-linux-gnu/cmake/PlasmaActivities/PlasmaActivitiesConfig.cmake, version: 6.6.4
The version found is not compatible with the version requested."
The cmake module file needed is mismatched you your Plasma version.
This file is found in libplasmaactivities-dev which is correctly at Plasma version 6.6.4 in 26.04. but you have upgraded using the PPA. which does not appear to have the -dev package, or a newer libplasmaactivities, for that matter.
I cannot say way this is so.
You won't be able to compile this without rolling back to Plasma 6.6.4 using ppa-purge.
I will see if I can find out anything, and poke some friendly dragons and such.
Self-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/Kubuntu LTS
HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE Linux
- Top
- Bottom
Comment
-
I am able to successfully configure the Plasma/6.6 branch of that repo with cmake using a 26.04 system with the backports PPA enabled and using -dev package from that PPA. So I am not sure why you are having a problem doing the same.On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click
- Top
- Bottom
Comment
-
The component that fails here is hard coded to require 6.6.5 everywhere, a bit too strict.
It would not build on 6.6.4, either so my suggestion to roll back isn't going to get you the theme, unfortunatelySelf-built: Asus PRIME B550M-K/Ryzen 5600GT/32Gb/Intel ARC B580 12Gb/KDE neon
HP Elitedesk 800 G3 Mini: i5-7500T(35w)/32Gb/Kubuntu LTS
HP Chromebook 14: i5-1135G7/8Gb/512Gb SSD/KDE Linux
- Top
- Bottom
Comment
Users Viewing This Topic
Collapse
There are 0 users viewing this topic.









Comment