Disable password request from from suspend - 18.04How can I avoid entering password every time after wakeup...

Biological Blimps: Propulsion

Which Article Helped Get Rid of Technobabble in RPGs?

Why should universal income be universal?

How could a planet have erratic days?

Is there a nicer/politer/more positive alternative for "negates"?

A Trivial Diagnosis

Why do ¬, ∀ and ∃ have the same precedence?

The IT department bottlenecks progress, how should I handle this?

What kind of floor tile is this?

A variation to the phrase "hanging over my shoulders"

Non-trope happy ending?

The Digit Triangles

What fields between the rationals and the reals allow a good notion of 2D distance?

How to preserve electronics (computers, iPads and phones) for hundreds of years

Change the color of a single dot in `ddot` symbol

Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?

Does the reader need to like the PoV character?

How to draw a matrix with arrows in limited space

What does Apple's new App Store requirement mean

"before" and "want" for the same systemd service?

Why do Radio Buttons not fill the entire outer circle?

How do I fix the group tension caused by my character stealing and possibly killing without provocation?

Quoting Keynes in a lecture

What is the difference between lands and mana?



Disable password request from from suspend - 18.04


How can I avoid entering password every time after wakeup from suspending in Ubuntu 18.04?Prevent Ubuntu from asking passwordXubuntu: No password request after suspensionHow to disable xscreensaver lock on suspend?Cannot enter password in lock screen dialog after long suspendXubuntu: Turn off password after suspendCannot disable lock-screenWake from suspend, password field missing?How to Enable password after lock/SuspendTurn off requesting user password after suspend 17.10How to disable screensaver lock?From Suspend directly to desktop?













21















How can I disable password request after suspend in v. 18.04? I have already turned off the screen lock but that didn't fix it.



I am brand new using Ubuntu. There seems to be lots of info on how to fix this in older versions.










share|improve this question




















  • 1





    Were are you turning off the screen lock?

    – L. D. James
    Apr 29 '18 at 13:58






  • 1





    Settings -> Privacy -> Screen Lock

    – Rookie
    Apr 29 '18 at 20:21
















21















How can I disable password request after suspend in v. 18.04? I have already turned off the screen lock but that didn't fix it.



I am brand new using Ubuntu. There seems to be lots of info on how to fix this in older versions.










share|improve this question




















  • 1





    Were are you turning off the screen lock?

    – L. D. James
    Apr 29 '18 at 13:58






  • 1





    Settings -> Privacy -> Screen Lock

    – Rookie
    Apr 29 '18 at 20:21














21












21








21


10






How can I disable password request after suspend in v. 18.04? I have already turned off the screen lock but that didn't fix it.



I am brand new using Ubuntu. There seems to be lots of info on how to fix this in older versions.










share|improve this question
















How can I disable password request after suspend in v. 18.04? I have already turned off the screen lock but that didn't fix it.



I am brand new using Ubuntu. There seems to be lots of info on how to fix this in older versions.







suspend password lock-screen 18.04






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 29 '18 at 20:20









Hee Jin

688418




688418










asked Apr 29 '18 at 13:11









RookieRookie

108115




108115








  • 1





    Were are you turning off the screen lock?

    – L. D. James
    Apr 29 '18 at 13:58






  • 1





    Settings -> Privacy -> Screen Lock

    – Rookie
    Apr 29 '18 at 20:21














  • 1





    Were are you turning off the screen lock?

    – L. D. James
    Apr 29 '18 at 13:58






  • 1





    Settings -> Privacy -> Screen Lock

    – Rookie
    Apr 29 '18 at 20:21








1




1





Were are you turning off the screen lock?

– L. D. James
Apr 29 '18 at 13:58





Were are you turning off the screen lock?

– L. D. James
Apr 29 '18 at 13:58




1




1





Settings -> Privacy -> Screen Lock

– Rookie
Apr 29 '18 at 20:21





Settings -> Privacy -> Screen Lock

– Rookie
Apr 29 '18 at 20:21










4 Answers
4






active

oldest

votes


















28














For most Ubuntu distributions and versions try this in the terminal:



gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
true


If the result is true then set it to false using:



gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false


Just remember to reset it before your cleaning person comes over for monthly work.






share|improve this answer


























  • Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?

    – Rookie
    Apr 29 '18 at 20:19













  • @Rookie Don't put in the $ that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.

    – WinEunuuchs2Unix
    Apr 29 '18 at 20:20













  • thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.

    – Dummyxl
    Jun 30 '18 at 21:17











  • Thank you so much been trying to figure this for months :)

    – Jinx13
    Jul 3 '18 at 22:37











  • hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.

    – Selwyn Polit
    Feb 6 at 3:22



















7














Disable screen lock after suspend by installing dconf-editor



sudo apt install dconf-editor


then navigate to



org/gnome/desktop/screensaver and turn off
ubuntu-lock-on-suspend.



enter image description here






share|improve this answer































    4














    You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]






    share|improve this answer
























    • Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.

      – Keith McClary
      Apr 29 '18 at 19:46











    • this does not stop the screen lock activating when resuming from suspend.

      – Tim Richardson
      May 25 '18 at 3:13











    • For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.

      – Bim
      Jul 29 '18 at 16:32











    • This doesn't work

      – Kennet Celeste
      Sep 7 '18 at 13:12











    • I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted

      – Anirtak Varma
      Feb 23 at 12:17



















    0














    Thank you; thank you; thank you!!!!!!
    I was starting to pull my hair out, and at my age, I can't afford to do that for very long! What I find weird is that I used the same downloaded software as another machine, and it only had this problem on the latter one. Well, thanks again! I was getting angry; every time I returned to my system, it would be suspended despite the settings showing that the feature was turned off.





    share








    New contributor




    user936825 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.




















      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
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029696%2fdisable-password-request-from-from-suspend-18-04%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      28














      For most Ubuntu distributions and versions try this in the terminal:



      gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
      true


      If the result is true then set it to false using:



      gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false


      Just remember to reset it before your cleaning person comes over for monthly work.






      share|improve this answer


























      • Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?

        – Rookie
        Apr 29 '18 at 20:19













      • @Rookie Don't put in the $ that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.

        – WinEunuuchs2Unix
        Apr 29 '18 at 20:20













      • thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.

        – Dummyxl
        Jun 30 '18 at 21:17











      • Thank you so much been trying to figure this for months :)

        – Jinx13
        Jul 3 '18 at 22:37











      • hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.

        – Selwyn Polit
        Feb 6 at 3:22
















      28














      For most Ubuntu distributions and versions try this in the terminal:



      gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
      true


      If the result is true then set it to false using:



      gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false


      Just remember to reset it before your cleaning person comes over for monthly work.






      share|improve this answer


























      • Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?

        – Rookie
        Apr 29 '18 at 20:19













      • @Rookie Don't put in the $ that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.

        – WinEunuuchs2Unix
        Apr 29 '18 at 20:20













      • thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.

        – Dummyxl
        Jun 30 '18 at 21:17











      • Thank you so much been trying to figure this for months :)

        – Jinx13
        Jul 3 '18 at 22:37











      • hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.

        – Selwyn Polit
        Feb 6 at 3:22














      28












      28








      28







      For most Ubuntu distributions and versions try this in the terminal:



      gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
      true


      If the result is true then set it to false using:



      gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false


      Just remember to reset it before your cleaning person comes over for monthly work.






      share|improve this answer















      For most Ubuntu distributions and versions try this in the terminal:



      gsettings get org.gnome.desktop.screensaver ubuntu-lock-on-suspend
      true


      If the result is true then set it to false using:



      gsettings set org.gnome.desktop.screensaver ubuntu-lock-on-suspend false


      Just remember to reset it before your cleaning person comes over for monthly work.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Jul 1 '18 at 8:14









      David Foerster

      28.5k1367113




      28.5k1367113










      answered Apr 29 '18 at 18:04









      WinEunuuchs2UnixWinEunuuchs2Unix

      46.9k1190182




      46.9k1190182













      • Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?

        – Rookie
        Apr 29 '18 at 20:19













      • @Rookie Don't put in the $ that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.

        – WinEunuuchs2Unix
        Apr 29 '18 at 20:20













      • thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.

        – Dummyxl
        Jun 30 '18 at 21:17











      • Thank you so much been trying to figure this for months :)

        – Jinx13
        Jul 3 '18 at 22:37











      • hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.

        – Selwyn Polit
        Feb 6 at 3:22



















      • Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?

        – Rookie
        Apr 29 '18 at 20:19













      • @Rookie Don't put in the $ that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.

        – WinEunuuchs2Unix
        Apr 29 '18 at 20:20













      • thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.

        – Dummyxl
        Jun 30 '18 at 21:17











      • Thank you so much been trying to figure this for months :)

        – Jinx13
        Jul 3 '18 at 22:37











      • hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.

        – Selwyn Polit
        Feb 6 at 3:22

















      Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?

      – Rookie
      Apr 29 '18 at 20:19







      Thanks for your response. I followed your directions. The result was true. I put in the command you provided and it responded command not found Did I do something wrong?

      – Rookie
      Apr 29 '18 at 20:19















      @Rookie Don't put in the $ that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.

      – WinEunuuchs2Unix
      Apr 29 '18 at 20:20







      @Rookie Don't put in the $ that represents what your display is asking you to enter. I modified the answer to reduce confusion. If this works for you don't forget to accept the answer so others know it works. As a new user you may not be away you can click the check mark beside the answer.

      – WinEunuuchs2Unix
      Apr 29 '18 at 20:20















      thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.

      – Dummyxl
      Jun 30 '18 at 21:17





      thank you this works.when you press windows key (super) and l it will lock the system so you can lock it after this.

      – Dummyxl
      Jun 30 '18 at 21:17













      Thank you so much been trying to figure this for months :)

      – Jinx13
      Jul 3 '18 at 22:37





      Thank you so much been trying to figure this for months :)

      – Jinx13
      Jul 3 '18 at 22:37













      hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.

      – Selwyn Polit
      Feb 6 at 3:22





      hmm. This didn't work for me on ubuntu 18.10. The commands described above didn't seem to have any problem. The first returned a true, I changed it to false, ran the first again and it returned false. I still have to type in my password when I wake the computer up from a blanked screen.

      – Selwyn Polit
      Feb 6 at 3:22













      7














      Disable screen lock after suspend by installing dconf-editor



      sudo apt install dconf-editor


      then navigate to



      org/gnome/desktop/screensaver and turn off
      ubuntu-lock-on-suspend.



      enter image description here






      share|improve this answer




























        7














        Disable screen lock after suspend by installing dconf-editor



        sudo apt install dconf-editor


        then navigate to



        org/gnome/desktop/screensaver and turn off
        ubuntu-lock-on-suspend.



        enter image description here






        share|improve this answer


























          7












          7








          7







          Disable screen lock after suspend by installing dconf-editor



          sudo apt install dconf-editor


          then navigate to



          org/gnome/desktop/screensaver and turn off
          ubuntu-lock-on-suspend.



          enter image description here






          share|improve this answer













          Disable screen lock after suspend by installing dconf-editor



          sudo apt install dconf-editor


          then navigate to



          org/gnome/desktop/screensaver and turn off
          ubuntu-lock-on-suspend.



          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jun 8 '18 at 20:06









          Gordon GaryGordon Gary

          25615




          25615























              4














              You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]






              share|improve this answer
























              • Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.

                – Keith McClary
                Apr 29 '18 at 19:46











              • this does not stop the screen lock activating when resuming from suspend.

                – Tim Richardson
                May 25 '18 at 3:13











              • For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.

                – Bim
                Jul 29 '18 at 16:32











              • This doesn't work

                – Kennet Celeste
                Sep 7 '18 at 13:12











              • I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted

                – Anirtak Varma
                Feb 23 at 12:17
















              4














              You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]






              share|improve this answer
























              • Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.

                – Keith McClary
                Apr 29 '18 at 19:46











              • this does not stop the screen lock activating when resuming from suspend.

                – Tim Richardson
                May 25 '18 at 3:13











              • For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.

                – Bim
                Jul 29 '18 at 16:32











              • This doesn't work

                – Kennet Celeste
                Sep 7 '18 at 13:12











              • I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted

                – Anirtak Varma
                Feb 23 at 12:17














              4












              4








              4







              You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]






              share|improve this answer













              You can disable the password from suspend in 18.04 by going into Settings -> Privacy -> Screen Lock -> [Click he Slider from On to Off]







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Apr 29 '18 at 17:26









              L. D. JamesL. D. James

              18.8k43889




              18.8k43889













              • Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.

                – Keith McClary
                Apr 29 '18 at 19:46











              • this does not stop the screen lock activating when resuming from suspend.

                – Tim Richardson
                May 25 '18 at 3:13











              • For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.

                – Bim
                Jul 29 '18 at 16:32











              • This doesn't work

                – Kennet Celeste
                Sep 7 '18 at 13:12











              • I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted

                – Anirtak Varma
                Feb 23 at 12:17



















              • Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.

                – Keith McClary
                Apr 29 '18 at 19:46











              • this does not stop the screen lock activating when resuming from suspend.

                – Tim Richardson
                May 25 '18 at 3:13











              • For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.

                – Bim
                Jul 29 '18 at 16:32











              • This doesn't work

                – Kennet Celeste
                Sep 7 '18 at 13:12











              • I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted

                – Anirtak Varma
                Feb 23 at 12:17

















              Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.

              – Keith McClary
              Apr 29 '18 at 19:46





              Did not work for me. WinEunuuchs2Unix's method worked, but as he notes, one has to remember this.

              – Keith McClary
              Apr 29 '18 at 19:46













              this does not stop the screen lock activating when resuming from suspend.

              – Tim Richardson
              May 25 '18 at 3:13





              this does not stop the screen lock activating when resuming from suspend.

              – Tim Richardson
              May 25 '18 at 3:13













              For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.

              – Bim
              Jul 29 '18 at 16:32





              For me the settings were all gayed out and inaccessible in 18.04. I resolved that by "gsettings set org.gnome.desktop.lockdown disable-lock-screen false" to make the settings changeable again.

              – Bim
              Jul 29 '18 at 16:32













              This doesn't work

              – Kennet Celeste
              Sep 7 '18 at 13:12





              This doesn't work

              – Kennet Celeste
              Sep 7 '18 at 13:12













              I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted

              – Anirtak Varma
              Feb 23 at 12:17





              I am using Ubuntu 18.04 LTS and it did work for me -after following the steps it did not prompt me for my password which is what I wanted

              – Anirtak Varma
              Feb 23 at 12:17











              0














              Thank you; thank you; thank you!!!!!!
              I was starting to pull my hair out, and at my age, I can't afford to do that for very long! What I find weird is that I used the same downloaded software as another machine, and it only had this problem on the latter one. Well, thanks again! I was getting angry; every time I returned to my system, it would be suspended despite the settings showing that the feature was turned off.





              share








              New contributor




              user936825 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

























                0














                Thank you; thank you; thank you!!!!!!
                I was starting to pull my hair out, and at my age, I can't afford to do that for very long! What I find weird is that I used the same downloaded software as another machine, and it only had this problem on the latter one. Well, thanks again! I was getting angry; every time I returned to my system, it would be suspended despite the settings showing that the feature was turned off.





                share








                New contributor




                user936825 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.























                  0












                  0








                  0







                  Thank you; thank you; thank you!!!!!!
                  I was starting to pull my hair out, and at my age, I can't afford to do that for very long! What I find weird is that I used the same downloaded software as another machine, and it only had this problem on the latter one. Well, thanks again! I was getting angry; every time I returned to my system, it would be suspended despite the settings showing that the feature was turned off.





                  share








                  New contributor




                  user936825 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.










                  Thank you; thank you; thank you!!!!!!
                  I was starting to pull my hair out, and at my age, I can't afford to do that for very long! What I find weird is that I used the same downloaded software as another machine, and it only had this problem on the latter one. Well, thanks again! I was getting angry; every time I returned to my system, it would be suspended despite the settings showing that the feature was turned off.






                  share








                  New contributor




                  user936825 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.








                  share


                  share






                  New contributor




                  user936825 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 8 mins ago









                  user936825user936825

                  1




                  1




                  New contributor




                  user936825 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  user936825 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  user936825 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






























                      draft saved

                      draft discarded




















































                      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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029696%2fdisable-password-request-from-from-suspend-18-04%23new-answer', 'question_page');
                      }
                      );

                      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







                      Popular posts from this blog

                      Is there a lightweight tool to crop images quickly?Cropping Images using Command Line Tools OnlyHow to crop...

                      List of shipwrecks in 1808...

                      Unit packagekit.service is masked Announcing the arrival of Valued Associate #679: Cesar...