Launcher over greeter should remain on screen if the left edge gesture did not swipe the greeter away
Bug #1393447 reported by
Michał Sawicz
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
High
|
Kevin Gunn | ||
unity8 (Ubuntu) |
Fix Released
|
High
|
Daniel d'Andrada | ||
unity8 (Ubuntu RTM) |
Fix Released
|
High
|
Michał Sawicz |
Bug Description
Preconditions:
* Have the screen lock method configured to use a PIN code
Steps:
* swipe from the left edge so that the welcome screen (Greeter) is moved, but springs back into place
Expected:
* launcher remains on screen
Current:
* launcher hides
ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: unity8 8.01+15.
Uname: Linux 3.18.0-
ApportVersion: 2.14.7-0ubuntu10
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Nov 17 16:01:43 2014
SourcePackage: unity8
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
lp://staging/~dandrader/unity8/launcherOverGreeter-lp1393447
- PS Jenkins bot (community): Needs Fixing (continuous-integration)
- Albert Astals Cid (community): Approve
-
Diff: 70 lines (+49/-1)2 files modifiedqml/Shell.qml (+1/-1)
tests/qmltests/tst_ShellWithPin.qml (+48/-0)
lp://staging/~unity-team/unity8/rtm-20150213
- Unity Team: Pending requested
-
Diff: 2193 lines (+1176/-382)27 files modifieddebian/changelog (+26/-0)
plugins/Dash/CardAttributes.qml (+2/-0)
plugins/Dash/CardCreator.js (+5/-1)
qml/Components/Dialogs.qml (+4/-24)
qml/Components/PhysicalKeysMapper.qml (+113/-0)
qml/Components/VolumeKeyFilter.qml (+0/-63)
qml/Notifications/Notification.qml (+36/-6)
qml/Notifications/Notifications.qml (+2/-6)
qml/Panel/IndicatorItem.qml (+2/-0)
qml/Shell.qml (+12/-39)
tests/mocks/Unity/Notifications/CMakeLists.txt (+2/-1)
tests/mocks/Unity/Notifications/MockActionModel.cpp (+6/-4)
tests/mocks/Unity/Notifications/MockActionModel.h (+4/-2)
tests/mocks/Unity/Notifications/MockNotification.cpp (+156/-4)
tests/mocks/Unity/Notifications/MockNotification.h (+63/-5)
tests/mocks/Unity/Notifications/MockNotificationModel.cpp (+172/-0)
tests/mocks/Unity/Notifications/MockNotificationModel.h (+72/-0)
tests/mocks/Unity/Notifications/plugin.cpp (+5/-3)
tests/mocks/Unity/Notifications/plugin.h (+1/-2)
tests/qmltests/CMakeLists.txt (+1/-0)
tests/qmltests/Components/tst_PhysicalKeysMapper.qml (+119/-0)
tests/qmltests/Dash/tst_Card.qml (+9/-3)
tests/qmltests/Notifications/Notification.qml (+31/-0)
tests/qmltests/Notifications/tst_Notifications.qml (+271/-213)
tests/qmltests/Notifications/tst_OptionToggle.qml (+11/-6)
tests/qmltests/Notifications/tst_SwipeToAct.qml (+4/-0)
tests/qmltests/tst_ShellWithPin.qml (+47/-0)
Changed in unity8 (Ubuntu): | |
importance: | Medium → High |
description: | updated |
Changed in unity8 (Ubuntu): | |
status: | Triaged → In Progress |
tags: | added: usability |
Changed in canonical-devices-system-image: | |
importance: | Undecided → High |
milestone: | none → ww07-2015 |
status: | New → Confirmed |
Changed in unity8 (Ubuntu RTM): | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 14.09-ota-1 |
Changed in unity8 (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
milestone: | ww07-2015 → ww09-2015 |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Kevin Gunn (kgunn) |
Changed in unity8 (Ubuntu RTM): | |
assignee: | nobody → Michał Sawicz (saviq) |
Changed in unity8 (Ubuntu RTM): | |
status: | Triaged → In Progress |
Changed in canonical-devices-system-image: | |
milestone: | ww09-2015 → ww13-ota |
status: | In Progress → Fix Released |
Changed in unity8 (Ubuntu RTM): | |
status: | In Progress → Fix Released |
To post a comment you must log in.
This is still some issue with the Kraken => reassigning to Daniel as he should know easily what's happening.