From 43c56b5c7ffb414628c425cc43dfb1a621660c6d Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Mon, 25 Nov 2024 10:44:08 +0700 Subject: [PATCH] Properly point default background to the real symlink --- ultramarine/backgrounds/ultramarine-backgrounds.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ultramarine/backgrounds/ultramarine-backgrounds.spec b/ultramarine/backgrounds/ultramarine-backgrounds.spec index 1a2eeee..ee7f0ec 100644 --- a/ultramarine/backgrounds/ultramarine-backgrounds.spec +++ b/ultramarine/backgrounds/ultramarine-backgrounds.spec @@ -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 @@ -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