Design/Wallpapers/Change the default wallpaper: Difference between revisions
(Make it reflect reality) |
m (Ngraham moved page Guidelines and HOWTOs/Change the default wallpaper to Design/Wallpapers/Change the default wallpaper) |
(No difference)
|
Latest revision as of 16:41, 19 December 2024
- 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!