Closed alex20137 closed 1 month ago
@alex20137
I was able to successfully compile and install on Kubuntu 24.10 by doing this:
sudo apt install git cmake g++ extra-cmake-modules kwin-dev qt6-base-dev-tools libkf6kcmutils6 libkf6kcmutils-dev qt6-declarative-private-dev
git clone https://github.com/matinlotfali/KDE-Rounded-Corners
cd KDE-Rounded-Corners
mkdir build
cd build
cmake ..
cmake --build . -j
sudo make install
I was able to replicate this on multiple machines running Kubuntu 24.10
I confirm that installing qt6-base-private-dev
fixes the issue. There is no need to install qt6-declarative-private-dev
which has qt6-base-private-dev
in its dependencies.
I will include it in the new pull request.
I confirm that installing
qt6-base-private-dev
fixes the issue. There is no need to installqt6-declarative-private-dev
which hasqt6-base-private-dev
in its dependencies.I will include it in the new pull request.
Please don't forget to also update the package list on the build instruction for "Ubuntu, Kubuntu, KDE Neon" here: https://github.com/matinlotfali/KDE-Rounded-Corners/blob/master/README.md#how-to-build-from-source-code
as kf6-kcmutils-dev
package can't be found but libkf6kcmutils-dev
has to be used instead.
Plasma 6 old line:
sudo apt install git cmake g++ extra-cmake-modules kwin-dev qt6-base-private-dev qt6-base-dev-tools kf6-kcmutils-dev
Plasma 6 new line
sudo apt install git cmake g++ extra-cmake-modules kwin-dev qt6-base-private-dev qt6-base-dev-tools libkf6kcmutils-dev
Nice catch! I fixed it.
On Kubuntu 24.10 I can't install this dependency per the instructions for plasma 6 Ubuntu; kf6-kcmutils-dev can't be found by apt. Instead I've installed libkf6kcmutils-dev (perhaps the instructions should be changed?) which did however work. Now I am faced with the following issue during build time: