Accepting request 1167969 from X11:windowmanagers

OBS-URL: https://build.opensuse.org/request/show/1167969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icewm?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2024-04-17 12:45:00 +00:00 committed by Git OBS Bridge
commit f6131c4ea2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 16 08:39:00 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Change DesktopBackgroundImage from .jpg to .png (boo#1222877)
-------------------------------------------------------------------
Mon Feb 26 16:04:51 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -190,7 +190,7 @@ patch -p1 -i %{PATCH99}
# And use proper branding
wallpaper="openSUSEdefault"
sed -i \
-e "s:BRANDING_PICTURE:%{_datadir}/wallpapers/$wallpaper/contents/images/1920x1080.jpg:" \
-e "s:BRANDING_PICTURE:%{_datadir}/wallpapers/$wallpaper/contents/images/1920x1080.png:" \
src/preferences
%endif