Ubuntu 18.04 lock screen no password The 2019 Stack Overflow Developer Survey Results Are InDisable password request from from suspend - 18.04Wake up from suspend using wireless USB keyboard or mouse (for any Linux Distro)Disabling Lock Screen 18.04LightDM will not start & xserver problems Ubuntu 12.04Switching terminals with `Ctrl`+ `Alt`+`Fn` does not require passwordLubuntu rejects password when resuming from automatic suspendStrange lock screen on Ubuntu 16.04lock screen - correct password refusedUbuntu 16.04 LTS not responding after screen offUbuntu 18.04: Gnome lock screen refuse correct passwordUbuntu 18.04 screen saver / lock - how to turn it off?Ubuntu LTSP 18.04 lock screen not accepting passwordLenovo Ideapad 720s consuming a lot of power during suspend [18.04]
What force causes entropy to increase?
How to notate time signature switching consistently every measure
Pokemon Turn Based battle (Python)
How did passengers keep warm on sail ships?
How can I have a shield and a way of attacking with a ranged weapon at the same time?
Deal with toxic manager when you can't quit
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
What do these terms in Caesar's Gallic Wars mean?
Loose spokes after only a few rides
Are there any other methods to apply to solving simultaneous equations?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
Likelihood that a superbug or lethal virus could come from a landfill
The phrase "to the numbers born"?
Why does the nucleus not repel itself?
How do PCB vias affect signal quality?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Cooking pasta in a water boiler
How to charge AirPods to keep battery healthy?
A word that means fill it to the required quantity
Is there a way to generate a uniformly distributed point on a sphere from a fixed amount of random real numbers?
Finding the area between two curves with Integrate
Worn-tile Scrabble
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
Falsification in Math vs Science
Ubuntu 18.04 lock screen no password
The 2019 Stack Overflow Developer Survey Results Are InDisable password request from from suspend - 18.04Wake up from suspend using wireless USB keyboard or mouse (for any Linux Distro)Disabling Lock Screen 18.04LightDM will not start & xserver problems Ubuntu 12.04Switching terminals with `Ctrl`+ `Alt`+`Fn` does not require passwordLubuntu rejects password when resuming from automatic suspendStrange lock screen on Ubuntu 16.04lock screen - correct password refusedUbuntu 16.04 LTS not responding after screen offUbuntu 18.04: Gnome lock screen refuse correct passwordUbuntu 18.04 screen saver / lock - how to turn it off?Ubuntu LTSP 18.04 lock screen not accepting passwordLenovo Ideapad 720s consuming a lot of power during suspend [18.04]
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I just installed Ubuntu on my media computer. I would like to be able to login from suspend without writing in the password. Found this thread:
Disable password request from from suspend - 18.04
Somebody already commented on the solution that it didn't work for him/her. I have the same thing. I found another solution of just disabling the lock screen all together. That would be fine by me, but it also doesn't allow me to suspend the computer anymore, and as it is in my bedroom, I would like to be able to suspend it manually instead of waiting 15 minutes until it can autosuspend. Any ideas of what I can do?
Greetings,
Jonathan
18.04 suspend password lock-screen
New contributor
add a comment |
I just installed Ubuntu on my media computer. I would like to be able to login from suspend without writing in the password. Found this thread:
Disable password request from from suspend - 18.04
Somebody already commented on the solution that it didn't work for him/her. I have the same thing. I found another solution of just disabling the lock screen all together. That would be fine by me, but it also doesn't allow me to suspend the computer anymore, and as it is in my bedroom, I would like to be able to suspend it manually instead of waiting 15 minutes until it can autosuspend. Any ideas of what I can do?
Greetings,
Jonathan
18.04 suspend password lock-screen
New contributor
add a comment |
I just installed Ubuntu on my media computer. I would like to be able to login from suspend without writing in the password. Found this thread:
Disable password request from from suspend - 18.04
Somebody already commented on the solution that it didn't work for him/her. I have the same thing. I found another solution of just disabling the lock screen all together. That would be fine by me, but it also doesn't allow me to suspend the computer anymore, and as it is in my bedroom, I would like to be able to suspend it manually instead of waiting 15 minutes until it can autosuspend. Any ideas of what I can do?
Greetings,
Jonathan
18.04 suspend password lock-screen
New contributor
I just installed Ubuntu on my media computer. I would like to be able to login from suspend without writing in the password. Found this thread:
Disable password request from from suspend - 18.04
Somebody already commented on the solution that it didn't work for him/her. I have the same thing. I found another solution of just disabling the lock screen all together. That would be fine by me, but it also doesn't allow me to suspend the computer anymore, and as it is in my bedroom, I would like to be able to suspend it manually instead of waiting 15 minutes until it can autosuspend. Any ideas of what I can do?
Greetings,
Jonathan
18.04 suspend password lock-screen
18.04 suspend password lock-screen
New contributor
New contributor
New contributor
asked 2 days ago
Jonathan HoffmannJonathan Hoffmann
61
61
New contributor
New contributor
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
You can do it through GUI.
- Settings -> Privacy ->
Screen lock
- Click
Screen Lock
- Set Automatic screen Lock
off
That is it!
Tried that already, didn't work though.
– Jonathan Hoffmann
2 days ago
add a comment |
You can turn the screensaver lock off by:
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
You can turn the suspend lock off by:
$ gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
You can lock the screen at will by:
SUPER+L
As I understood in other threads, I should write it without the $, right? Didn't work for me with $ gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled 'false'
– Jonathan Hoffmann
2 days ago
Yes, the $ just indicates you are a regular user in Terminal, not SU
– Broadsworde
2 days ago
okay, didn't work though.
– Jonathan Hoffmann
2 days ago
That suspends my computer without me being able to wake it via USB, but with pressing the powerbutton I don't have to put in my password. However otherwise I still have to type my password. Seems to me like a longer solution to start my terminal type in the command, type my password, next time get up to press the powerbutton instead of just simply typing in the password when waking up...
– Jonathan Hoffmann
2 days ago
Oh, maybe I am an idiot. I use the lock button on the top right, where you would also shut down the computer. Is that some other funktion? Hovering over it didn't give me more info like it would in windows.
– Jonathan Hoffmann
2 days ago
|
show 2 more comments
Okay, don't know why this all is not standard, but I got it now how I want it.
Step 1:
Added a suspend button
https://extensions.gnome.org/extension/826/suspend-button/
Step 2:
Wake up computer via USB
Wake up from suspend using wireless USB keyboard or mouse (for any Linux Distro)
Step 3:
Disable The Lock button, so nobody touches that
Disabling Lock Screen 18.04
Step 4:
Stop asking for passwords after suspend
Broadswordes comment:
You can turn the screensaver lock off by:
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
You can turn the suspend lock off by:
$ gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Jonathan Hoffmann is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132480%2fubuntu-18-04-lock-screen-no-password%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can do it through GUI.
- Settings -> Privacy ->
Screen lock
- Click
Screen Lock
- Set Automatic screen Lock
off
That is it!
Tried that already, didn't work though.
– Jonathan Hoffmann
2 days ago
add a comment |
You can do it through GUI.
- Settings -> Privacy ->
Screen lock
- Click
Screen Lock
- Set Automatic screen Lock
off
That is it!
Tried that already, didn't work though.
– Jonathan Hoffmann
2 days ago
add a comment |
You can do it through GUI.
- Settings -> Privacy ->
Screen lock
- Click
Screen Lock
- Set Automatic screen Lock
off
That is it!
You can do it through GUI.
- Settings -> Privacy ->
Screen lock
- Click
Screen Lock
- Set Automatic screen Lock
off
That is it!
answered 2 days ago
MarmayogiMarmayogi
83047
83047
Tried that already, didn't work though.
– Jonathan Hoffmann
2 days ago
add a comment |
Tried that already, didn't work though.
– Jonathan Hoffmann
2 days ago
Tried that already, didn't work though.
– Jonathan Hoffmann
2 days ago
Tried that already, didn't work though.
– Jonathan Hoffmann
2 days ago
add a comment |
You can turn the screensaver lock off by:
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
You can turn the suspend lock off by:
$ gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
You can lock the screen at will by:
SUPER+L
As I understood in other threads, I should write it without the $, right? Didn't work for me with $ gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled 'false'
– Jonathan Hoffmann
2 days ago
Yes, the $ just indicates you are a regular user in Terminal, not SU
– Broadsworde
2 days ago
okay, didn't work though.
– Jonathan Hoffmann
2 days ago
That suspends my computer without me being able to wake it via USB, but with pressing the powerbutton I don't have to put in my password. However otherwise I still have to type my password. Seems to me like a longer solution to start my terminal type in the command, type my password, next time get up to press the powerbutton instead of just simply typing in the password when waking up...
– Jonathan Hoffmann
2 days ago
Oh, maybe I am an idiot. I use the lock button on the top right, where you would also shut down the computer. Is that some other funktion? Hovering over it didn't give me more info like it would in windows.
– Jonathan Hoffmann
2 days ago
|
show 2 more comments
You can turn the screensaver lock off by:
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
You can turn the suspend lock off by:
$ gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
You can lock the screen at will by:
SUPER+L
As I understood in other threads, I should write it without the $, right? Didn't work for me with $ gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled 'false'
– Jonathan Hoffmann
2 days ago
Yes, the $ just indicates you are a regular user in Terminal, not SU
– Broadsworde
2 days ago
okay, didn't work though.
– Jonathan Hoffmann
2 days ago
That suspends my computer without me being able to wake it via USB, but with pressing the powerbutton I don't have to put in my password. However otherwise I still have to type my password. Seems to me like a longer solution to start my terminal type in the command, type my password, next time get up to press the powerbutton instead of just simply typing in the password when waking up...
– Jonathan Hoffmann
2 days ago
Oh, maybe I am an idiot. I use the lock button on the top right, where you would also shut down the computer. Is that some other funktion? Hovering over it didn't give me more info like it would in windows.
– Jonathan Hoffmann
2 days ago
|
show 2 more comments
You can turn the screensaver lock off by:
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
You can turn the suspend lock off by:
$ gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
You can lock the screen at will by:
SUPER+L
You can turn the screensaver lock off by:
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
You can turn the suspend lock off by:
$ gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
You can lock the screen at will by:
SUPER+L
edited 2 days ago
answered 2 days ago
BroadswordeBroadsworde
1,0212922
1,0212922
As I understood in other threads, I should write it without the $, right? Didn't work for me with $ gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled 'false'
– Jonathan Hoffmann
2 days ago
Yes, the $ just indicates you are a regular user in Terminal, not SU
– Broadsworde
2 days ago
okay, didn't work though.
– Jonathan Hoffmann
2 days ago
That suspends my computer without me being able to wake it via USB, but with pressing the powerbutton I don't have to put in my password. However otherwise I still have to type my password. Seems to me like a longer solution to start my terminal type in the command, type my password, next time get up to press the powerbutton instead of just simply typing in the password when waking up...
– Jonathan Hoffmann
2 days ago
Oh, maybe I am an idiot. I use the lock button on the top right, where you would also shut down the computer. Is that some other funktion? Hovering over it didn't give me more info like it would in windows.
– Jonathan Hoffmann
2 days ago
|
show 2 more comments
As I understood in other threads, I should write it without the $, right? Didn't work for me with $ gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled 'false'
– Jonathan Hoffmann
2 days ago
Yes, the $ just indicates you are a regular user in Terminal, not SU
– Broadsworde
2 days ago
okay, didn't work though.
– Jonathan Hoffmann
2 days ago
That suspends my computer without me being able to wake it via USB, but with pressing the powerbutton I don't have to put in my password. However otherwise I still have to type my password. Seems to me like a longer solution to start my terminal type in the command, type my password, next time get up to press the powerbutton instead of just simply typing in the password when waking up...
– Jonathan Hoffmann
2 days ago
Oh, maybe I am an idiot. I use the lock button on the top right, where you would also shut down the computer. Is that some other funktion? Hovering over it didn't give me more info like it would in windows.
– Jonathan Hoffmann
2 days ago
As I understood in other threads, I should write it without the $, right? Didn't work for me with $ gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled 'false'
– Jonathan Hoffmann
2 days ago
As I understood in other threads, I should write it without the $, right? Didn't work for me with $ gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled false gsettings set org.gnome.desktop.screensaver lock-enabled 'false'
– Jonathan Hoffmann
2 days ago
Yes, the $ just indicates you are a regular user in Terminal, not SU
– Broadsworde
2 days ago
Yes, the $ just indicates you are a regular user in Terminal, not SU
– Broadsworde
2 days ago
okay, didn't work though.
– Jonathan Hoffmann
2 days ago
okay, didn't work though.
– Jonathan Hoffmann
2 days ago
That suspends my computer without me being able to wake it via USB, but with pressing the powerbutton I don't have to put in my password. However otherwise I still have to type my password. Seems to me like a longer solution to start my terminal type in the command, type my password, next time get up to press the powerbutton instead of just simply typing in the password when waking up...
– Jonathan Hoffmann
2 days ago
That suspends my computer without me being able to wake it via USB, but with pressing the powerbutton I don't have to put in my password. However otherwise I still have to type my password. Seems to me like a longer solution to start my terminal type in the command, type my password, next time get up to press the powerbutton instead of just simply typing in the password when waking up...
– Jonathan Hoffmann
2 days ago
Oh, maybe I am an idiot. I use the lock button on the top right, where you would also shut down the computer. Is that some other funktion? Hovering over it didn't give me more info like it would in windows.
– Jonathan Hoffmann
2 days ago
Oh, maybe I am an idiot. I use the lock button on the top right, where you would also shut down the computer. Is that some other funktion? Hovering over it didn't give me more info like it would in windows.
– Jonathan Hoffmann
2 days ago
|
show 2 more comments
Okay, don't know why this all is not standard, but I got it now how I want it.
Step 1:
Added a suspend button
https://extensions.gnome.org/extension/826/suspend-button/
Step 2:
Wake up computer via USB
Wake up from suspend using wireless USB keyboard or mouse (for any Linux Distro)
Step 3:
Disable The Lock button, so nobody touches that
Disabling Lock Screen 18.04
Step 4:
Stop asking for passwords after suspend
Broadswordes comment:
You can turn the screensaver lock off by:
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
You can turn the suspend lock off by:
$ gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
New contributor
add a comment |
Okay, don't know why this all is not standard, but I got it now how I want it.
Step 1:
Added a suspend button
https://extensions.gnome.org/extension/826/suspend-button/
Step 2:
Wake up computer via USB
Wake up from suspend using wireless USB keyboard or mouse (for any Linux Distro)
Step 3:
Disable The Lock button, so nobody touches that
Disabling Lock Screen 18.04
Step 4:
Stop asking for passwords after suspend
Broadswordes comment:
You can turn the screensaver lock off by:
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
You can turn the suspend lock off by:
$ gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
New contributor
add a comment |
Okay, don't know why this all is not standard, but I got it now how I want it.
Step 1:
Added a suspend button
https://extensions.gnome.org/extension/826/suspend-button/
Step 2:
Wake up computer via USB
Wake up from suspend using wireless USB keyboard or mouse (for any Linux Distro)
Step 3:
Disable The Lock button, so nobody touches that
Disabling Lock Screen 18.04
Step 4:
Stop asking for passwords after suspend
Broadswordes comment:
You can turn the screensaver lock off by:
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
You can turn the suspend lock off by:
$ gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
New contributor
Okay, don't know why this all is not standard, but I got it now how I want it.
Step 1:
Added a suspend button
https://extensions.gnome.org/extension/826/suspend-button/
Step 2:
Wake up computer via USB
Wake up from suspend using wireless USB keyboard or mouse (for any Linux Distro)
Step 3:
Disable The Lock button, so nobody touches that
Disabling Lock Screen 18.04
Step 4:
Stop asking for passwords after suspend
Broadswordes comment:
You can turn the screensaver lock off by:
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
You can turn the suspend lock off by:
$ gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false
New contributor
edited 2 days ago
PRATAP
3,4552932
3,4552932
New contributor
answered 2 days ago
Jonathan HoffmannJonathan Hoffmann
61
61
New contributor
New contributor
add a comment |
add a comment |
Jonathan Hoffmann is a new contributor. Be nice, and check out our Code of Conduct.
Jonathan Hoffmann is a new contributor. Be nice, and check out our Code of Conduct.
Jonathan Hoffmann is a new contributor. Be nice, and check out our Code of Conduct.
Jonathan Hoffmann is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132480%2fubuntu-18-04-lock-screen-no-password%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown