|
1 | 1 | # f43-backgrounds |
2 | | -A set of default and supplemental wallpapers for Fedora 43 |
| 2 | +A set of default wallpapers for Fedora 43 |
3 | 3 |
|
4 | 4 | ## Testing |
5 | 5 |
|
6 | 6 | One way to test these is to install them on your system |
7 | 7 | * obtain the src rpm, for example using |
8 | 8 | ```bash |
9 | | - wget https://github.com/fedoradesign/backgrounds/releases/download/v43.0.0/f40-backgrounds-43.0.0-1.fc43.src.rpm |
| 9 | + wget https://github.com/fedoradesign/backgrounds/releases/download/v43.0.1/f40-backgrounds-43.0.1-1.fc42.src.rpm |
10 | 10 | ``` |
11 | 11 | * install tools to build an rpm file, [follow the guide](https://fedoramagazine.org/how-rpm-packages-are-made-the-source-rpm/): |
12 | 12 | ```bash |
13 | 13 | sudo dnf install fedora-packager |
14 | 14 | ``` |
15 | 15 | * then build the rpm |
16 | 16 | ```bash |
17 | | - sudo dnf builddep f43-backgrounds-43.0.0-1.fc43.src.rpm |
18 | | - rpmbuild --rebuild f43-backgrounds-43.0.0-1.fc43.src.rpm |
| 17 | + sudo dnf builddep f43-backgrounds-43.0.1-1.fc42.src.rpm |
| 18 | + rpmbuild --rebuild f43-backgrounds-43.0.1-1.fc42.src.rpm |
19 | 19 | ``` |
20 | 20 | * to install the rpm go to the directory where it has been built, assuming the commands above have been used, the following should work |
21 | 21 | ```bash |
22 | 22 | cd rpmbuild/RPMS/noarch |
23 | 23 | ``` |
24 | 24 | * then install the base |
25 | 25 | ```bash |
26 | | - dnf install f43-backgrounds-base-43.0.0-1.fc43.src.rpm |
| 26 | + dnf install f43-backgrounds-base-43.0.1-1.fc42.noarch.rpm |
27 | 27 | ``` |
28 | 28 | * finally install backgrounds for your desktop, for example for KDE |
29 | 29 | ```bash |
30 | | - dnf install f43-backgrounds-kde-43.0.0-1.fc43.src.rpm |
| 30 | + dnf install f43-backgrounds-kde-43.0.1-1.fc42.noarch.rpm |
31 | 31 | ``` |
32 | 32 |
|
33 | 33 | The directory should also contain the following rpms |
34 | 34 |
|
35 | | - * f43-backgrounds-43.0.0-1.fc43.src.rpm |
36 | | - * f43-backgrounds-base-43.0.0-1.fc43.src.rpm |
37 | | - * f43-backgrounds-budgie-43.0.0-1.fc43.src.rpm |
38 | | - * f43-backgrounds-gnome-43.0.0-1.fc43.src.rpm |
39 | | - * f43-backgrounds-kde-43.0.0-1.fc43.src.rpm |
40 | | - * f43-backgrounds-mate-43.0.0-1.fc43.src.rpm |
41 | | - * f43-backgrounds-xfce-43.0.0-1.fc43.src.rpm |
| 35 | + * f43-backgrounds-43.0.1-1.fc42.noarch.rpm |
| 36 | + * f43-backgrounds-base-43.0.1-1.fc42.noarch.rpm |
| 37 | + * f43-backgrounds-budgie-43.0.1-1.fc42.noarch.rpm |
| 38 | + * f43-backgrounds-gnome-43.0.1-1.fc42.noarch.rpm |
| 39 | + * f43-backgrounds-kde-43.0.1-1.fc42.noarch.rpm |
| 40 | + * f43-backgrounds-mate-43.0.1-1.fc42.noarch.rpm |
| 41 | + * f43-backgrounds-xfce-43.0.1-1.fc42.noarch.rpm |
42 | 42 |
|
43 | 43 | * 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. |
0 commit comments