Accepting request 1167965 from home:bmwiedemann:branches:X11:windowmanagers

Change DesktopBackgroundImage from .jpg to .png (boo#1222877)

OBS-URL: https://build.opensuse.org/request/show/1167965
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=153
This commit is contained in:
Yifan Jiang 2024-04-16 08:54:33 +00:00 committed by Git OBS Bridge
parent 06f8cae37d
commit 85c3142b88
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