Bug 455672 - Gesture to unlock the screen
Summary: Gesture to unlock the screen
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Screen locking (show other bugs)
Version: 6.2.4
Platform: unspecified All
: NOR wishlist
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-20 19:28 UTC by Jiří Wolker
Modified: 2024-12-18 19:02 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiří Wolker 2022-06-20 19:28:43 UTC
Many people use so called gestures on Android to protect their devices. The user interface is designed to be used on touchscreens. It shows 3×3 grid of dots that can be connected by a line drawn by a finger or mouse pointer.

I suggest adding option to protect the session using the gesture, maybe with user-configurable size of the grid.

This could be done completely independently of the OS's authentication model (PAM etc.). On login, normal system password would be used, but then, for unlocking the screen (i.e. not by DM), the gesture could be used instead.

The question is, how to store the gesture data? Plaintext (mode 600 file in home directory) should be safe enough, because whoever has access to the disk can change the even other files and access user data. A file encrypted by user's password would be better.

A notice about that the gestures are not very secure would not be bad.

Also, other “alternative” unlocking methods could be added: e.g. PIN.