Lock screen shows unnecessary warning about numlock
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity (Ubuntu) |
Fix Released
|
High
|
Andrea Azzarone | ||
Xenial |
Fix Released
|
High
|
Andrea Azzarone |
Bug Description
The new num lock warning on the lock screen is unnecessary if your keyboard has a separate numpad, and it's a bit confusing to be warned when there's nothing wrong.
Is there a way to detect when you need to warn and only show it then?
[Impact]
A warning is shown in the lockscreen when numlock is enabled
[Test case]
Enable numlock in your machine
Press Super+L to lock the screen
Expected: no warning is shown in the password field (unless caps lock is pressed).
[Regression potential]
Nothing known. This is just a simple revert.
ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.
ProcVersionSign
Uname: Linux 4.3.0-2-generic x86_64
NonfreeKernelMo
ApportVersion: 2.19.2-0ubuntu9
Architecture: amd64
CompizPlugins: No value set for `/apps/
CurrentDesktop: Unity
Date: Tue Dec 15 13:00:55 2015
InstallationDate: Installed on 2015-06-05 (192 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150605)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Marco Trevisan (Treviño): Approve
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 72 lines (+4/-16)2 files modifiedunity-shared/TextInput.cpp (+4/-15)
unity-shared/TextInput.h (+0/-1)
- Andrea Azzarone (community): Approve
-
Diff: 1128 lines (+505/-85)35 files modifiedCMakeLists.txt (+6/-0)
debian/changelog (+35/-0)
debian/control (+1/-0)
debian/libunity-core-6.0-9.install (+1/-1)
debian/unity-services.install (+1/-1)
debian/unity.install (+1/-0)
decorations/CMakeLists.txt (+1/-0)
decorations/DecoratedWindow.cpp (+101/-5)
decorations/DecoratedWindow.h (+1/-0)
decorations/DecorationsManager.cpp (+1/-1)
decorations/DecorationsPriv.h (+8/-0)
decorations/DecorationsShape.cpp (+107/-0)
decorations/DecorationsShape.h (+54/-0)
launcher/DeviceNotificationDisplay.h (+1/-1)
launcher/DeviceNotificationDisplayImp.cpp (+4/-26)
launcher/DeviceNotificationDisplayImp.h (+1/-1)
launcher/FileManagerLauncherIcon.cpp (+4/-2)
launcher/TrashLauncherIcon.cpp (+21/-17)
launcher/VolumeLauncherIcon.cpp (+1/-1)
lockscreen/LockScreenAcceleratorController.cpp (+12/-2)
plugins/unityshell/src/unityshell.cpp (+2/-1)
plugins/unityshell/unityshell.xml.in (+2/-0)
tests/test_mock_devices.h (+1/-1)
tests/test_unity_window_view.cpp (+6/-0)
tests/test_volume_launcher_icon.cpp (+2/-2)
tools/CMakeLists.txt (+22/-0)
tools/unity.cmake (+6/-0)
tools/unity_active_plugins_safety_check.cpp (+83/-0)
unity-shared/CompizUtils.cpp (+3/-4)
unity-shared/CompizUtils.h (+2/-1)
unity-shared/PluginAdapter.cpp (+1/-1)
unity-shared/TextInput.cpp (+4/-15)
unity-shared/TextInput.h (+0/-1)
unity-shared/UnityWindowView.cpp (+6/-1)
unity7.conf.in (+3/-0)
tags: | added: u7-trello-import |
tags: | removed: rls-x-incoming |
tags: | removed: u7-trello-import |
Changed in unity (Ubuntu): | |
assignee: | Marco Trevisan (Treviño) (3v1n0) → Andrea Azzarone (azzar1) |
Changed in unity (Ubuntu Xenial): | |
assignee: | Marco Trevisan (Treviño) (3v1n0) → Andrea Azzarone (azzar1) |
Changed in unity (Ubuntu): | |
status: | Confirmed → In Progress |
tags: | added: desktop-trello-import |
description: | updated |
It's really confusing, it lead me to turn off numlock on my usb keyboard a few times this week which it returns created issues because a keypad is of no user when it's doesn't input numbers
That's a side effect from https:/ /code.launchpad .net/~3v1n0/ unity/lockscree n-num-lock- warning/ +merge/ 276859 which has no attached bug nor rational :-/
it's also inconsistent with the greeter and other environment and was tried in the past and reverted because it's an unreliable hardware feature, see https:/ /bugzilla. gnome.org/ show_bug. cgi?id= 662093 or https:/ /bugs.launchpad .net/ubuntu/ +source/ gtk+3.0/ +bug/841541