https://github.com/fedoradesign/backgrounds
A set of default and supplemental wallpapers for Fedora
https://github.com/fedoradesign/backgrounds
design-suite fedora fedora-workstation kde labs spin supplemental-wallpapers wallpaper
Last synced: 5 days ago
JSON representation
A set of default and supplemental wallpapers for Fedora
- Host: GitHub
- URL: https://github.com/fedoradesign/backgrounds
- Owner: fedoradesign
- License: other
- Created: 2016-09-23T00:33:55.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-09-19T01:17:04.000Z (4 months ago)
- Last Synced: 2026-01-14T17:48:40.486Z (13 days ago)
- Topics: design-suite, fedora, fedora-workstation, kde, labs, spin, supplemental-wallpapers, wallpaper
- Language: Ruby
- Homepage: https://fedoraproject.org/wiki/design
- Size: 2.34 GB
- Stars: 174
- Watchers: 22
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# f43-backgrounds
A set of default wallpapers for Fedora 43
## Testing
One way to test these is to install them on your system
* obtain the src rpm, for example using
```bash
wget https://github.com/fedoradesign/backgrounds/releases/download/v43.0.1/f43-backgrounds-43.0.4-1.fc43.src.rpm
```
* install tools to build an rpm file, [follow the guide](https://fedoramagazine.org/how-rpm-packages-are-made-the-source-rpm/):
```bash
sudo dnf install fedora-packager
```
* then build the rpm
```bash
sudo dnf builddep f43-backgrounds-43.0.4-1.fc43.src.rpm
rpmbuild --rebuild f43-backgrounds-43.0.4-1.fc43.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
```bash
cd rpmbuild/RPMS/noarch
```
* then install the base
```bash
dnf install f43-backgrounds-base-43.0.4-1.fc43.noarch.rpm
```
* finally install backgrounds for your desktop, for example for KDE
```bash
dnf install f43-backgrounds-kde-43.0.4-1.fc43.noarch.rpm
```
The directory should also contain the following rpms
* f43-backgrounds-43.0.4-1.fc43.noarch.rpm
* f43-backgrounds-base-43.0.4-1.fc43.noarch.rpm
* f43-backgrounds-budgie-43.0.4-1.fc43.noarch.rpm
* f43-backgrounds-gnome-43.0.4-1.fc43.noarch.rpm
* f43-backgrounds-kde-43.0.4-1.fc43.noarch.rpm
* f43-backgrounds-mate-43.0.4-1.fc43.noarch.rpm
* f43-backgrounds-xfce-43.0.4-1.fc43.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.