[Fenix][Mozilla-central] No wallpapers are displayed
Categories
(Firefox for Android :: Homepage, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | unaffected |
| firefox124 | --- | unaffected |
| firefox125 | --- | affected |
People
(Reporter: ljanos, Unassigned)
References
Details
Attachments
(1 file)
|
31.39 KB,
image/jpeg
|
Details |
Steps to reproduce
- Open Fenix.
- Go to 3 Dot Menu>Settings>Homepage>Wallpapers and check the selection.
Expected behavior
The wallpapers are displayed.
Actual behavior
Only the "Classic Firefox" wallpaper is displayed with the set theme as background.
Device information
- Firefox version: Nightly 125.0a1
- Android device model: Samsung Galaxy S23 Ultra
- Android OS version: Android 14
Any additional information?
- Reproducible with all devices.
- Also the Wallpapers Selection Tool is not activated.
Comment 1•2 years ago
|
||
Thanks for filing this issue! I see it's identical to bug 1860785. Thus, I'd say it's not related to this migration. However, there's definitely a pattern. Lorand, could you try to narrow down what could be the root cause?
| Reporter | ||
Comment 2•2 years ago
|
||
As much as we could find out (with the help of my colleague) was that the request sent to this URL gets an error that leaves the default wallpaper only, but what can be the issue here is that the request is sent only while starting the application, and not when the application is resumed as well.
Comment 3•2 years ago
|
||
Looking at https://github.com/mozilla-mobile/firefox-android/blob/8caf736b5cb649db688dbcbc2e6cefec90ceccb4/taskcluster/android_taskgraph/transforms/build_android_app.py#L118, we seem to only set the wallpaper url if running on level 3, so e.g. not for PRs currently. That also explains why the wallpapers are missing on oak, which is level 1.
This seems to date back to the feature addition in https://github.com/mozilla-mobile/fenix/commit/9dc0506ec200ab679aaa32064862b48b5ec65997.
Comment 4•2 years ago
|
||
Aha! That makes total sense, then! So this is by-design. I'll close this issue as WONTFIX but feel free to reopen it if wallpapers are still missing on Nightly after March 18th.
Thanks :jcristau for digging up this explanation!
Description
•