Bug 1219974

Summary: branding: unify branding file names for consistent usage
Product: [openSUSE] openSUSE Tumbleweed Reporter: Adam Majer <amajer>
Component: BasesystemAssignee: Frederic Crozat <fcrozat>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: bruno, libor.miksik, lubos.kocman, RBrownCCB
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Adam Majer 2024-02-15 15:07:14 UTC
In openSUSE TW, we have these symlinks,

lrwxrwxrwx 1 root root   32 Oct 28 00:10 default-1920x1200.jpg -> openSUSEtumbleweed-1920x1200.jpg
lrwxrwxrwx 1 root root   32 Oct 28 00:10 default-1920x1080.jpg -> openSUSEtumbleweed-1920x1080.jpg
lrwxrwxrwx 1 root root   32 Oct 28 00:10 default-1600x1200.jpg -> openSUSEtumbleweed-1600x1200.jpg

In SLE (and ALP) wallpaper we have,

lrwxrwxrwx 1 adamm users 40 Feb 11  2021 SLE-15_3-1280x1024.png -> SLEdefault/contents/images/1280x1024.png
lrwxrwxrwx 1 adamm users 40 Feb 11  2021 SLE-15_3-1350x1080.png -> SLEdefault/contents/images/1350x1080.png
lrwxrwxrwx 1 adamm users 40 Feb 11  2021 SLE-15_3-1400x1080.png -> SLEdefault/contents/images/1400x1080.png
lrwxrwxrwx 1 adamm users 40 Feb 11  2021 SLE-15_3-1600x1200.png -> SLEdefault/contents/images/1600x1200.png
lrwxrwxrwx 1 adamm users 40 Feb 11  2021 SLE-15_3-1920x1200.png -> SLEdefault/contents/images/1920x1200.png
lrwxrwxrwx 1 adamm users 40 Feb 11  2021 SLE-15_3-1920x1080.png -> SLEdefault/contents/images/1920x1080.png
lrwxrwxrwx 1 adamm users 39 Feb 11  2021 SLE-15_3-1024x768.png -> SLEdefault/contents/images/1024x768.png
lrwxrwxrwx 1 adamm users 40 Feb 11  2021 SLE-15_3-2560x1440.png -> SLEdefault/contents/images/2560x1440.png
lrwxrwxrwx 1 adamm users 40 Feb 11  2021 SLE-15_3-3440x1440.png -> SLEdefault/contents/images/3440x1440.png
lrwxrwxrwx 1 adamm users 40 Feb 11  2021 SLE-15_3-3840x2160.png -> SLEdefault/contents/images/3840x2160.png
lrwxrwxrwx 1 adamm users 40 Feb 11  2021 SLE-15_3-5120x2880.png -> SLEdefault/contents/images/5120x2880.png


It would be great if we would actually have *consistent naming* of things so packages that use these wallpapers are built consistently across distributions without causing build errors due to broken symlinks in postbuild check.

If SLE wallpapers could just have default-1280x1024.jpg -> SLEdefault/contents/images/1280x1024.png

etc. or if we could just standardize on .png for openSUSE TW.

There is no reason to have multiple wallpapers installed anyway. It's already disallowed.

Provides:       wallpaper-branding = %{version}
Conflicts:      otherproviders(wallpaper-branding)
Comment 1 Frederic Crozat 2024-02-19 08:21:29 UTC
I can add the default symlinks in branding-SLE but that's it. 

Please add whoever did the openSUSE branding wallpapers to provide a png version.