Skip to content

Commit

Permalink
New release for Fedora 40 Beta
Browse files Browse the repository at this point in the history
Signed-off-by: Luya Tshimbalanga <[email protected]>
  • Loading branch information
luyatshimbalanga committed Mar 6, 2024
1 parent fd79d00 commit 31fcc1a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Attribution-Extras
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
**** Dark Blue ****
===================
File: /usr/share/backgrounds/f39/extras/dark-blue.png
File: /usr/share/backgrounds/f40/extras/dark-blue.png
Author: Fedora Design Team
Contact: fedoradesign AT fedoraproject DOT org
Licence: CC-BY-SA 4.0

**** Light Blue ****
====================
File: /usr/share/backgrounds/f39/extras/light-blue.png
File: /usr/share/backgrounds/f40/extras/light-blue.png
Author: Fedora Design Team
Contact: fedoradesign AT fedoraproject DOT org
Licence: CC-BY_SA 4.0
Expand Down
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
# f39-backgrounds
A set of default and supplemental wallpapers for Fedora 39
# f40-backgrounds
A set of default and supplemental wallpapers for Fedora 40

## 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/v39.0.4/f39-backgrounds-39.0.4-1.fc39.src.rpm
wget https://github.com/fedoradesign/backgrounds/releases/download/v40.0.0/f40-backgrounds-40.0.0-1.fc39.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 f39-backgrounds-39.0.4-1.fc39.src.rpm
rpmbuild --rebuild f39-backgrounds-39.0.4-1.fc39.src.rpm
sudo dnf builddep f40-backgrounds-40.0.0-1.fc39.src.rpm
rpmbuild --rebuild f40-backgrounds-40.0.0-1.fc39.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 f39-backgrounds-base-39.0.4-1.fc39.noarch.rpm
dnf install f40-backgrounds-base-40.0.0-1.fc39.noarch.rpm
```
* finally install backgrounds for your desktop, for example for KDE
```bash
dnf install f39-backgrounds-kde-39.0.4-1.fc39.noarch.rpm
dnf install f40-backgrounds-kde-40.0.0-1.fc39.noarch.rpm
```

The directory should also contain the following rpms

* f39-backgrounds-39.0.4-1.fc39.noarch.rpm
* f39-backgrounds-extras-gnome-39.0.4-1.fc39.noarch.rpm
* f39-backgrounds-gnome-39.0.4-1.fc39.noarch.rpm
* f39-backgrounds-extras-kde-39.0.4-1.fc39.noarch.rpm
* f39-backgrounds-kde-39.0.4-1.fc39.noarch.rpm
* f39-backgrounds-base-39.0.4-1.fc39.noarch.rpm
* f39-backgrounds-extras-mate-39.0.4-1.fc39.noarch.rpm
* f39-backgrounds-mate-39.0.4-1.fc39.noarch.rpm
* f39-backgrounds-extras-base-39.0.4-1.fc39.noarch.rpm
* f39-backgrounds-extras-xfce-39.0.4-1.fc39.noarch.rpm
* f39-backgrounds-xfce-39.0.4-1.fc39.noarch.rpm
* f40-backgrounds-40.0.0-1.fc39.noarch.rpm
* f40-backgrounds-extras-gnome-40.0.0-1.fc39.noarch.rpm
* f40-backgrounds-gnome-40.0.0-1.fc39.noarch.rpm
* f40-backgrounds-extras-kde-40.0.0-1.fc39.noarch.rpm
* f40-backgrounds-kde-40.0.0-1.fc39.noarch.rpm
* f40-backgrounds-base-40.0.0-1.fc39.noarch.rpm
* f40-backgrounds-extras-mate-40.0.0-1.fc39.noarch.rpm
* f40-backgrounds-mate-40.0.0-1.fc39.noarch.rpm
* f40-backgrounds-extras-base-40.0.0-1.fc39.noarch.rpm
* f40-backgrounds-extras-xfce-40.0.0-1.fc39.noarch.rpm
* f40-backgrounds-xfce-40.0.0-1.fc39.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.
Binary file modified default/f40-01-day.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified default/f40-01-night.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed f40-01-day.png
Binary file not shown.
Binary file removed f40-01-night.png
Binary file not shown.

0 comments on commit 31fcc1a

Please sign in to comment.