[UIFe] The system shutdowns when multiple accounts are open
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ayatana Design |
Fix Committed
|
Medium
|
John Lea | ||
OEM Priority Project |
Fix Released
|
High
|
Unassigned | ||
Trusty |
Fix Released
|
High
|
Unassigned | ||
Unity |
Fix Released
|
High
|
Andrea Azzarone | ||
7.2 |
Fix Released
|
Medium
|
Andrea Azzarone | ||
indicator-session (Ubuntu) |
Triaged
|
Medium
|
Unassigned | ||
Trusty |
Confirmed
|
Undecided
|
Unassigned | ||
systemd (Ubuntu) |
Invalid
|
Low
|
Unassigned | ||
Trusty |
Invalid
|
Undecided
|
Unassigned | ||
unity (Ubuntu) |
Fix Released
|
High
|
Andrea Azzarone | ||
Trusty |
Fix Released
|
Medium
|
Unassigned | ||
unity-greeter (Ubuntu) |
Fix Released
|
Medium
|
Robert Ancell | ||
Trusty |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[Impact]
Other users logged into a system may loose work if another user shuts down/reboots a system. Data loss is not a Good Thing.
[Test Case]
Steps to reproduce:
1) Create a second account in the system
2) While the first account is open, open a session with the second one
3) Try to shutdown the system
Expected results:
The system logs out instead of shutting down (ideally with a warning on why it did that)
Actual results:
The system shutdowns and unsaved data on session1 is lost
[ Regression Potential]
None.
-------
Desired resolution:
- Add a warning message informing the user that other users are logged in and then shutting down will also close their sessions as proposed in the mockup attached to comment #12
- The warning message should be "Other users are currently logged in to this computer, shutting down now will also close these other sessions"
Related branches
- PS Jenkins bot (community): Approve (continuous-integration)
- Robert Ancell: Approve
-
Diff: 64 lines (+32/-0)3 files modifiedsrc/fixes.vapi (+1/-0)
src/main-window.vala (+7/-0)
src/shutdown-dialog.vala (+24/-0)
- PS Jenkins bot (community): Approve (continuous-integration)
- Marco Trevisan (Treviño): Approve
- Brandon Schaefer (community): Approve
-
Diff: 187 lines (+63/-9)4 files modifiedUnityCore/GnomeSessionManager.cpp (+32/-0)
UnityCore/GnomeSessionManagerImpl.h (+4/-0)
UnityCore/SessionManager.h (+4/-0)
shutdown/SessionView.cpp (+23/-9)
- Marco Trevisan (Treviño): Approve
-
Diff: 3472 lines (+1152/-478)54 files modifiedUnityCore/GnomeSessionManager.cpp (+32/-0)
UnityCore/GnomeSessionManagerImpl.h (+4/-0)
UnityCore/SessionManager.h (+4/-0)
dash/DashController.cpp (+3/-1)
debian/changelog (+59/-0)
hud/HudController.cpp (+1/-0)
launcher/AbstractLauncherIcon.h (+3/-2)
launcher/ApplicationLauncherIcon.cpp (+20/-19)
launcher/ApplicationLauncherIcon.h (+0/-1)
launcher/Launcher.cpp (+26/-10)
launcher/LauncherIcon.cpp (+7/-3)
launcher/LauncherIcon.h (+2/-1)
launcher/SwitcherView.cpp (+54/-31)
launcher/SwitcherView.h (+3/-4)
launcher/TrashLauncherIcon.cpp (+1/-0)
launcher/VolumeLauncherIcon.cpp (+1/-0)
lockscreen/LockScreenAbstractShield.h (+0/-1)
lockscreen/LockScreenController.cpp (+2/-3)
lockscreen/LockScreenShield.cpp (+0/-6)
lockscreen/LockScreenShield.h (+0/-1)
lockscreen/UserPromptView.cpp (+8/-99)
lockscreen/UserPromptView.h (+1/-13)
panel/PanelIndicatorEntryView.cpp (+7/-0)
plugins/unityshell/src/GesturalWindowSwitcher.cpp (+3/-0)
plugins/unityshell/src/GesturalWindowSwitcher.h (+1/-0)
plugins/unityshell/src/unityshell.cpp (+57/-50)
plugins/unityshell/src/unityshell.h (+2/-0)
po/POTFILES.in (+1/-0)
po/unity.pot (+70/-3)
shortcuts/ShortcutController.cpp (+4/-6)
shortcuts/ShortcutView.cpp (+113/-48)
shortcuts/ShortcutView.h (+9/-3)
shutdown/SessionButton.cpp (+30/-5)
shutdown/SessionButton.h (+5/-0)
shutdown/SessionController.cpp (+2/-0)
shutdown/SessionView.cpp (+68/-27)
shutdown/SessionView.h (+5/-0)
tests/test-gestures/LockScreenControllerMock.h (+43/-0)
tests/test-gestures/sed_script_switcher (+2/-0)
tests/test-gestures/unityshell_mock.h (+8/-1)
tests/test_lockscreen_controller.cpp (+0/-1)
tests/test_switcher_view.cpp (+1/-2)
tests/test_unity_window_view.cpp (+9/-9)
unity-shared/EMConverter.cpp (+2/-2)
unity-shared/IMTextEntry.cpp (+7/-0)
unity-shared/IMTextEntry.h (+2/-0)
unity-shared/PluginAdapter.cpp (+43/-10)
unity-shared/RawPixel.cpp (+1/-1)
unity-shared/TextInput.cpp (+178/-4)
unity-shared/TextInput.h (+19/-4)
unity-shared/UnityWindowStyle.cpp (+135/-62)
unity-shared/UnityWindowStyle.h (+35/-20)
unity-shared/UnityWindowView.cpp (+53/-25)
unity-shared/UnityWindowView.h (+6/-0)
- Unity Team: Pending requested
-
Diff: 1674 lines (+1380/-30) (has conflicts)7 files modifiedCMakeLists.txt (+5/-0)
ChangeLog (+1162/-0)
debian/changelog (+77/-26)
debian/control (+1/-1)
po/unity.pot (+70/-3)
shutdown/SessionView.cpp (+55/-0)
shutdown/SessionView.h (+10/-0)
Changed in gnome-session (Ubuntu): | |
importance: | Undecided → Medium |
Changed in unity-greeter (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
description: | updated |
Changed in ayatana-design: | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
assignee: | nobody → John Lea (johnlea) |
Changed in unity-greeter (Ubuntu): | |
status: | Triaged → Fix Committed |
Changed in oem-priority: | |
status: | New → In Progress |
Changed in unity (Ubuntu): | |
importance: | Medium → High |
Changed in unity (Ubuntu): | |
status: | Triaged → In Progress |
Changed in unity: | |
milestone: | none → 7.2.1 |
assignee: | nobody → Andrea Azzarone (andyrock) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in unity (Ubuntu): | |
assignee: | nobody → Andrea Azzarone (andyrock) |
summary: |
- The system shutdowns when multiple accounts are open + [UIFe] The system shutdowns when multiple accounts are open |
description: | updated |
Changed in oem-priority: | |
importance: | Undecided → High |
Changed in unity-greeter (Ubuntu Trusty): | |
status: | New → Fix Released |
Changed in unity: | |
milestone: | 7.2.1 → 7.2.2 |
Changed in unity: | |
milestone: | 7.2.2 → 7.3.0 |
Changed in unity: | |
milestone: | 7.3.0 → 7.3.1 |
Changed in unity (Ubuntu Trusty): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in unity: | |
milestone: | 7.3.1 → 7.3.0 |
status: | In Progress → Fix Released |
description: | updated |
Changed in oem-priority: | |
status: | In Progress → Fix Released |
Changed in systemd (Ubuntu): | |
status: | Triaged → Invalid |
Changed in systemd (Ubuntu Trusty): | |
status: | Confirmed → Invalid |
tags: | removed: ubuntu-desktop-trusty |
Status changed to 'Confirmed' because the bug affects multiple users.