loading application splashscreen is blurry and sometime not matching content
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Unassigned | ||
Ubuntu UX |
Fix Released
|
Undecided
|
Unassigned | ||
unity8 (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Using vivid-overlay r65, when starting application it seems a "screenshot" is used, which is blurry (which might be a design decision) and sometime doesn't match the application content (I just had the case that opening sound settings from the indicator gave a screenshot of the update panel from before the previous system upgrade that was then replaced by the correct one)
TEST CASE:
1. Open system-settings
2. Tap on wifi icon
3. Do a right edge swipe to switch system-settings to the background but don't close it
4. Press the power button and tap on 'Restart' to reboot the phone
5. Once rebooted, launch system-settings again
EXPECTED RESULT
System-settings loads, possibly shows a splash screen and displays the main panel
ACTUAL RESULT
It displays a screenshot of the state it was in at shutdown time (or a previous reboot)
Related branches
- Michael Zanetti (community): Approve
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
-
Diff: 735 lines (+22/-524)17 files modifieddebian/unity8-private.install (+0/-1)
plugins/CMakeLists.txt (+0/-1)
plugins/SessionGrabber/CMakeLists.txt (+0/-8)
plugins/SessionGrabber/SessionGrabber.qmltypes (+0/-23)
plugins/SessionGrabber/plugin.cpp (+0/-27)
plugins/SessionGrabber/plugin.h (+0/-32)
plugins/SessionGrabber/qmldir (+0/-3)
plugins/SessionGrabber/sessiongrabber.cpp (+0/-135)
plugins/SessionGrabber/sessiongrabber.h (+0/-85)
qml/Stages/ApplicationWindow.qml (+22/-46)
qml/Stages/Splash.qml (+0/-2)
qml/Stages/SpreadDelegate.qml (+0/-1)
tests/plugins/CMakeLists.txt (+0/-1)
tests/plugins/SessionGrabber/CMakeLists.txt (+0/-14)
tests/plugins/SessionGrabber/sessiongrabbertest.cpp (+0/-79)
tests/plugins/SessionGrabber/sessiongrabbertest.qml (+0/-22)
tests/qmltests/Stages/tst_ApplicationWindow.qml (+0/-44)
Changed in unity8 (Ubuntu): | |
status: | New → Incomplete |
description: | updated |
Changed in canonical-devices-system-image: | |
importance: | Undecided → High |
milestone: | none → ww34-2015 |
status: | New → Confirmed |
description: | updated |
Changed in unity8 (Ubuntu): | |
status: | Incomplete → Confirmed |
Changed in canonical-devices-system-image: | |
milestone: | ww34-2015 → ww28-2015 |
Changed in canonical-devices-system-image: | |
status: | Confirmed → Fix Released |
Changed in ubuntu-ux: | |
status: | New → Fix Released |
It's the last screen of the app if you didn't close it properly (i.e. you either rebooted or the app was killed).
This is as it was designed so adding design for comments.