Results 1 to 2 of 2

Thread: auto-login after suspend

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Beans
    24

    auto-login after suspend

    Is there a shell script somewhere in the system files that is executed after pressing the sleep/suspend button? There are some aspects of the current implementation that I would change.

    If I could, I would remove:
    -the unnecessary fade-to-black effect
    -login prompt upon wakeup

    I can do so with the command
    Code:
    sudo pm-suspend
    but that means I have to type my password just to suspend!

    specs:
    Ubuntu 11.10 (fully updated)
    Gnome 3 shell
    Last edited by pwnage101; December 20th, 2011 at 05:04 AM.

  2. #2
    Join Date
    Feb 2007
    Beans
    24

    Re: auto-login after suspend

    I found out how to disable the lock screen after resume:
    http://ubuntuforums.org/showpost.php...51&postcount=6

    In the file /etc/default/acpi-support there is a line
    Code:
    LOCK_SCREEN=true
    which can be commented out to disable screen lock. So just put a '#' in front of it, making it:
    Code:
    # LOCK_SCREEN=true

    works on my Ubuntu 11.10

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •