- Ruby 41.5%
- Makefile 34.6%
- Python 23.9%
|
|
||
|---|---|---|
| .github/workflows | ||
| default | ||
| extras | ||
| Attribution | ||
| Attribution-Extras | ||
| CC-BY-SA-4.0 | ||
| check_jxl_format.py | ||
| check_png_format.py | ||
| COPYING | ||
| f45-backgrounds.spec | ||
| Makefile | ||
| README.md | ||
f45-backgrounds
A set of default wallpapers for Fedora 45
Testing
One way to test these is to install them on your system
- obtain the src rpm, for example using
wget https://github.com/fedoradesign/backgrounds/releases/download/v45.0.2/f45-backgrounds-45.0.2-1.fc44.src.rpm
- install tools to build an rpm file, follow the guide:
sudo dnf install fedora-packager
- then build the rpm
sudo dnf builddep f45-backgrounds-45.0.2-1.fc44.src.rpm
rpmbuild --rebuild f45-backgrounds-45.0.2-1.fc44.src.rpm
- to install the rpm go to the directory where it has been built, assuming the commands above have been used, the following should work
cd rpmbuild/RPMS/noarch
- then install the base
dnf install f45-backgrounds-base-45.0.2-1.fc44.noarch.rpm
- finally install backgrounds for your desktop, for example for KDE
dnf install f45-backgrounds-kde-45.0.2-1.fc44.noarch.rpm
The directory should also contain the following rpms
-
f45-backgrounds-45.0.2-1.fc44.noarch.rpm
-
f45-backgrounds-base-45.0.2-1.fc44.noarch.rpm
-
f45-backgrounds-budgie-45.0.2-1.fc44.noarch.rpm
-
f45-backgrounds-gnome-45.0.2-1.fc44.noarch.rpm
-
f45-backgrounds-gnome-time-of-day-45.0.2-1.fc44.noarch.rpm
-
f45-backgrounds-kde-45.0.2-1.fc44.noarch.rpm
-
f45-backgrounds-mate-45.0.2-1.fc44.noarch.rpm
-
f45-backgrounds-mate-time-of-day-45.0.2-1.fc44.noarch.rpm
-
f45-backgrounds-xfce-45.0.2-1.fc44.noarch.rpm
-
You can then change the wallpaper, for example on KDE, right click on the desktop and a menu should appear. Click on the menu and choose Configure Desktop then select the icon Wallpaper and choose one of the newly installed wallpapers.