Is there a lock screen on Linux-based systems?
When the screen is locked, the user should enter a PIN code to enter back. Like the PIN screen lock on an iPhone.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know if you are looking for a tool or library to do this. There are quite a few DE independent options:
They are opensource so you can take a look at code if you are looking for a programatic way to do this.
For library you can look at xlib for all interaction with X. XLockDisplay is the function that you might want to use.