After serveral failed attempts to generate .avif (instead of the .heif) wallpapers on version 4.4.0, I decided to go back to v3.3.9. At least it worked fine for me.
I didn't found anything main site about how to uninstall (forgive me if it was and I could not found it), so I tried the basics.
# Start with a clean canvas
rm -rf ./build/*
cd ./build
# Create the Makefile
cmake ..
# Compile (don't know if I need it here, but just in case)
make
# Most common command to uninstall via Makefile
sudo make uninstall
And I get the following error:
CMake Error at ecm_uninstall.cmake:2 (message):
Cannot find install manifest:
.../plasma5-wallpapers-dynamic/build/install_manifest.txt
Am I doing something wrong or there's file missing somewhere, in some line? A wrong path may be?
Any ideas? Fixes? Things I'm doing wrong?
EDIT: After running tree .. -aif | egrep "install_manifest" nothing comes out, so is not a file not being copied. I think is either not being renamed or not being created.
After serveral failed attempts to generate
.avif
(instead of the.heif
) wallpapers on version 4.4.0, I decided to go back to v3.3.9. At least it worked fine for me.I didn't found anything main site about how to uninstall (forgive me if it was and I could not found it), so I tried the basics.
And I get the following error:
Am I doing something wrong or there's file missing somewhere, in some line? A wrong path may be?
Any ideas? Fixes? Things I'm doing wrong?
EDIT: After running
tree .. -aif | egrep "install_manifest"
nothing comes out, so is not a file not being copied. I think is either not being renamed or not being created.EDIT 2: About to run a...
Hope I don't break my OS instalation by recklessly deleting files. 🙃