Guidelines and HOWTOs/Change the default wallpaper
- Get VDG agreement on the wallpaper.
- Have git checkouts of the breeze, plasma-workspace, plasma-desktop, and plasma-workspace-wallpapers git repos.
git clone https://invent.kde.org/niccolove/kde-wallpaper-updater
and enter thekde-wallpaper-updater
folder.- Either delete the file named
.magic.config
, or edit it to have the correct repo paths on your system. - Install the
gitpython
python module using either your distro's package manager, or elsepython3 -m pip install gitpython
if you prefer to install python modules in your user folder rather than systemwide. - Run
python3 updater.py
and follow the instructions. - In each of breeze, plasma-workspace, plasma-desktop, and plasma-workspace-wallpapers repos, push your branch to origin and open a merge request. Merge once the pipeline is green!