-
Notifications
You must be signed in to change notification settings - Fork 4
Uninstalling
CaptSilver edited this page Jun 6, 2026
·
2 revisions
yay -R wallpaper-engine-kde-plugin-new-fork# Standard Fedora
sudo dnf remove wallpaper-engine-kde-plugin-qt6
# rpm-ostree (Bazzite, Silverblue, Kinoite)
rpm-ostree uninstall wallpaper-engine-kde-plugin-qt6
systemctl reboot-
Remove the files listed in
build/install_manifest.txt(cmake generates this when you rancmake --install):cd wallpaper-engine-kde-plugin sudo xargs rm -v < build/install_manifest.txt
-
Unregister the Plasma wallpaper package:
kpackagetool6 -t Plasma/Wallpaper -r com.github.catsout.wallpaperEngineKde
-
Restart Plasma:
systemctl --user restart plasma-plasmashell.service
If you also want to clear per-wallpaper settings (the JSON files the plugin writes for each wallpaper's properties):
rm -rf ~/.local/share/plasma/wallpapers/com.github.catsout.wallpaperEngineKde/
# and any plugin-specific config in:
ls ~/.config | grep -i wallpaperRepo · Scene Renderer · GPL-2.0