Skip to content

Commit

Permalink
Merge pull request #97 from Ultramarine-Linux/pr/wallpaper-2
Browse files Browse the repository at this point in the history
Properly point default background to the real symlink
  • Loading branch information
lleyton authored Nov 25, 2024
2 parents 4566c49 + 43c56b5 commit b697da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ultramarine/backgrounds/ultramarine-backgrounds.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Name: ultramarine-backgrounds
Version: %(echo %ver | sed 's/-/~/g')
Release: 2%{?dist}
Release: 2.1%{?dist}
BuildArch: noarch
# details for the artworks' licenses can be seen in the COPYING file
License: CC-BY-SA 4.0 and CC0
Expand Down Expand Up @@ -124,8 +124,8 @@ DEFAULT_XML="41/viewports.xml"

cat << EOF > %{buildroot}%{_datadir}/glib-2.0/schemas/30_default_backgrounds.gschema.override
[org.gnome.desktop.background]
picture-uri='file://%{_datadir}/backgrounds/ultramarine-linux/default.png'
picture-uri-dark='file:///%{_datadir}/backgrounds/ultramarine-linux/default-dark.png'
picture-uri='file://%{_datadir}/backgrounds/default.png'
picture-uri-dark='file:///%{_datadir}/backgrounds/default-dark.png'
EOF


Expand Down

0 comments on commit b697da3

Please sign in to comment.