[screenshot] not possible to trigger screenshot during the set up wizard
Bug #1403934 reported by
Olga Kemmet
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UX |
Fix Committed
|
High
|
Olga Kemmet | ||
unity8 (Ubuntu) |
Fix Released
|
Medium
|
Michael Terry | ||
unity8 (Ubuntu RTM) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Krillin r183
This bug is somewhat related to this one https:/
Steps to reproduce:
1. The device needs a clean install/wipe
2. On the first screen of the set up wizard try to press "volume-up" + "volume-down" at the same time
Actual behaviour:
Nothing
--------UX comment--------
Expected behaviour:
A screen shot should be taken of the view without any obstruction to the user, e.g. volume notification. See this bug for more info: https:/
Overall, it should be possible to take screenshots anywhere in the UI, including the setup wizard and edge tutorial.
Related branches
lp://staging/~mterry/unity8/wizard-plugin
- Andrea Cimitan (community): Approve
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Unity Team: Pending requested
-
Diff: 3248 lines (+924/-1207)80 files modifiedCMakeLists.txt (+5/-1)
build.sh (+1/-0)
debian/control (+2/-12)
debian/rules (+1/-1)
debian/ubuntu-system-settings-wizard.install (+0/-5)
debian/ubuntu-system-settings-wizard.lintian-overrides (+0/-1)
debian/unity8-common.install (+1/-0)
debian/unity8-private.install (+1/-0)
debian/unity8.install (+1/-0)
include/paths.h.in (+2/-0)
plugins/AccountsService/AccountsService.cpp (+61/-2)
plugins/AccountsService/AccountsService.h (+20/-0)
plugins/CMakeLists.txt (+1/-0)
plugins/Unity/Launcher/desktopfilehandler.cpp (+1/-1)
plugins/Unity/Launcher/launcheritem.cpp (+11/-4)
plugins/Unity/Launcher/launchermodel.cpp (+1/-0)
plugins/Unity/Launcher/launchermodel.h (+1/-1)
plugins/Wizard/CMakeLists.txt (+8/-62)
plugins/Wizard/PageList.cpp (+10/-9)
plugins/Wizard/PageList.h (+3/-5)
plugins/Wizard/System.cpp (+76/-95)
plugins/Wizard/System.h (+15/-22)
plugins/Wizard/Wizard.qmltypes (+36/-0)
plugins/Wizard/plugin.cpp (+42/-0)
plugins/Wizard/plugin.h (+32/-0)
plugins/Wizard/qmldir (+3/-0)
qml/CMakeLists.txt (+1/-0)
qml/Components/Dialogs.qml (+17/-21)
qml/Components/EdgeDemo.qml (+19/-6)
qml/Greeter/Clock.qml (+10/-0)
qml/Greeter/GreeterContent.qml (+5/-0)
qml/Launcher/Launcher.qml (+5/-0)
qml/Shell.qml (+26/-15)
qml/Wizard/CheckableSetting.qml (+0/-1)
qml/Wizard/Page.qml (+1/-2)
qml/Wizard/Pages.qml (+80/-197)
qml/Wizard/Pages/10-welcome.qml (+7/-5)
qml/Wizard/Pages/20-sim.qml (+1/-1)
qml/Wizard/Pages/30-passwd-type.qml (+13/-1)
qml/Wizard/Pages/40-wifi.qml (+1/-2)
qml/Wizard/Pages/50-location.qml (+7/-7)
qml/Wizard/Pages/60-reporting.qml (+1/-1)
qml/Wizard/Pages/80-finished.qml (+1/-1)
qml/Wizard/Pages/here-terms.qml (+4/-4)
qml/Wizard/Pages/passwd-confirm.qml (+2/-2)
qml/Wizard/Pages/passwd-set.qml (+2/-2)
qml/Wizard/Wizard.qml (+55/-0)
tests/CMakeLists.txt (+0/-1)
tests/mocks/AccountsService/AccountsService.cpp (+31/-1)
tests/mocks/AccountsService/AccountsService.h (+20/-0)
tests/mocks/CMakeLists.txt (+1/-0)
tests/mocks/QMenuModel/CMakeLists.txt (+1/-0)
tests/mocks/QMenuModel/dbus-enums.h (+52/-0)
tests/mocks/QMenuModel/plugin.cpp (+3/-0)
tests/mocks/Wizard/CMakeLists.txt (+12/-0)
tests/mocks/Wizard/MockSystem.cpp (+38/-0)
tests/mocks/Wizard/MockSystem.h (+46/-0)
tests/mocks/Wizard/Wizard.qmltypes (+36/-0)
tests/mocks/Wizard/mockplugin.cpp (+42/-0)
tests/mocks/Wizard/mockplugin.h (+32/-0)
tests/mocks/Wizard/qmldir (+3/-0)
tests/plugins/CMakeLists.txt (+1/-0)
tests/plugins/Wizard/CMakeLists.txt (+12/-5)
tests/plugins/Wizard/tst_pagelist.cpp (+1/-3)
wizard/Unity/Application/CMakeLists.txt (+0/-3)
wizard/Unity/Application/OSKController.qml (+0/-20)
wizard/Unity/Application/qmldir (+0/-2)
wizard/Unity/CMakeLists.txt (+0/-1)
wizard/Utils/CMakeLists.txt (+0/-27)
wizard/Utils/plugin.cpp (+0/-41)
wizard/Utils/plugin.h (+0/-33)
wizard/Utils/qmldir (+0/-2)
wizard/Utils/qsortfilterproxymodelqml.cpp (+0/-167)
wizard/Utils/qsortfilterproxymodelqml.h (+0/-63)
wizard/main.cpp (+0/-93)
wizard/qml/Components/InputMethod.qml (+0/-113)
wizard/test.sh (+0/-18)
wizard/ubuntu-system-settings-wizard-cleanup.conf (+0/-20)
wizard/ubuntu-system-settings-wizard-set-lang.conf (+0/-30)
wizard/ubuntu-system-settings-wizard.conf (+0/-75)
Changed in mir (Ubuntu): | |
status: | New → Invalid |
Changed in unity8 (Ubuntu): | |
importance: | Undecided → Medium |
assignee: | nobody → Michael Terry (mterry) |
status: | New → Fix Released |
no longer affects: | mir (Ubuntu) |
Changed in ubuntu-ux: | |
status: | Triaged → Fix Committed |
description: | updated |
To post a comment you must log in.
This will happen with the RTM move to vivid.