Guidelines and HOWTOs/Change the default wallpaper: Difference between revisions
m (Fix a wrong <tt> tag to </tt>) |
(Make it reflect reality) |
||
Line 1: | Line 1: | ||
# | # Get VDG agreement on the wallpaper. | ||
# Have git checkouts of the [https://invent.kde.org/plasma/breeze breeze], [https://invent.kde.org/plasma/plasma-workspace plasma-workspace], [https://invent.kde.org/plasma/plasma-desktop plasma-desktop], and [https://invent.kde.org/plasma/plasma-workspace-wallpapers plasma-workspace-wallpapers] git repos. | |||
# <code>git clone https://invent.kde.org/niccolove/kde-wallpaper-updater</code> and enter the <code>kde-wallpaper-updater</code> folder. | |||
# | # Either delete the file named <code>.magic.config</code>, or edit it to have the correct repo paths on your system. | ||
# | # Install the <code>gitpython</code> python module using either your distro's package manager, or else <code>python3 -m pip install gitpython</code> if you prefer to install python modules in your user folder rather than systemwide. | ||
# | # Run <code>python3 updater.py</code> 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! | |||
# Run < | |||
# | |||
Latest revision as of 02:23, 27 August 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!