@@ -6,42 +6,42 @@ A set of default and supplemental wallpapers for Fedora 39
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/v39.0.1 /f39-backgrounds-39.0.1 -1.fc39.src.rpm
9
+ wget https://github.com/fedoradesign/backgrounds/releases/download/v39.0.3 /f39-backgrounds-39.0.3 -1.fc39.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 f39-backgrounds-39.0.1 -1.fc39.src.rpm
18
- rpmbuild --rebuild f39-backgrounds-39.0.1 -1.fc39.src.rpm
17
+ sudo dnf builddep f39-backgrounds-39.0.3 -1.fc39.src.rpm
18
+ rpmbuild --rebuild f39-backgrounds-39.0.3 -1.fc39.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 f39-backgrounds-base-39.0.1 -1.fc39.noarch.rpm
26
+ dnf install f39-backgrounds-base-39.0.3 -1.fc39.noarch.rpm
27
27
```
28
28
* finally install backgrounds for your desktop, for example for KDE
29
29
``` bash
30
- dnf install f39-backgrounds-kde-39.0.1 -1.fc39.noarch.rpm
30
+ dnf install f39-backgrounds-kde-39.0.3 -1.fc39.noarch.rpm
31
31
```
32
32
33
33
The directory should also contain the following rpms
34
34
35
- * f39-backgrounds-39.0.1 -1.fc39.noarch.rpm
36
- * f39-backgrounds-extras-gnome-39.0.1 -1.fc39.noarch.rpm
37
- * f39-backgrounds-gnome-39.0.1 -1.fc39.noarch.rpm
38
- * f39-backgrounds-extras-kde-39.0.1 -1.fc39.noarch.rpm
39
- * f39-backgrounds-kde-39.0.1 -1.fc39.noarch.rpm
40
- * f39-backgrounds-base-39.0.1 -1.fc39.noarch.rpm
41
- * f39-backgrounds-extras-mate-39.0.1 -1.fc39.noarch.rpm
42
- * f39-backgrounds-mate-39.0.1 -1.fc39.noarch.rpm
43
- * f39-backgrounds-extras-base-39.0.1 -1.fc39.noarch.rpm
44
- * f39-backgrounds-extras-xfce-39.0.1 -1.fc39.noarch.rpm
45
- * f39-backgrounds-xfce-39.0.1 -1.fc39.noarch.rpm
35
+ * f39-backgrounds-39.0.3 -1.fc39.noarch.rpm
36
+ * f39-backgrounds-extras-gnome-39.0.3 -1.fc39.noarch.rpm
37
+ * f39-backgrounds-gnome-39.0.3 -1.fc39.noarch.rpm
38
+ * f39-backgrounds-extras-kde-39.0.3 -1.fc39.noarch.rpm
39
+ * f39-backgrounds-kde-39.0.3 -1.fc39.noarch.rpm
40
+ * f39-backgrounds-base-39.0.3 -1.fc39.noarch.rpm
41
+ * f39-backgrounds-extras-mate-39.0.3 -1.fc39.noarch.rpm
42
+ * f39-backgrounds-mate-39.0.3 -1.fc39.noarch.rpm
43
+ * f39-backgrounds-extras-base-39.0.3 -1.fc39.noarch.rpm
44
+ * f39-backgrounds-extras-xfce-39.0.3 -1.fc39.noarch.rpm
45
+ * f39-backgrounds-xfce-39.0.3 -1.fc39.noarch.rpm
46
46
47
47
* 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