Results 1 to 8 of 8

Thread: Disable Suspend and Hibernate Options

  1. #1
    Join Date
    May 2010
    Beans
    1

    Thumbs down Disable Suspend and Hibernate Options

    I was looking for a way to disable the Suspend and Hibernate options from the logout menu as my laptop hangs on both and requires unplugging/battery removal to restart.

    I found a few pages with instructions for older Ubuntu versions but I didn't come across anything that applied directly to 10.04 Lucid Lynx so I thought I'd post what I found worked for me on 10.04.


    1. Open a Terminal from the Applications>Accessories>Terminal.
    2. Because the file you will be editing requires root privileges to edit, you will need to use the sudo command:
      Code:
      sudo gedit  /usr/share/polkit-1/actions/org.freedesktop.upower.policy
    3. Enter your password. This will then open the settings file in the text editor with the needed permissions (opening the file directly with the editor you will get an error message if you try to save the file).
    4. There are two sections in this file, the first for suspend and the second for hibernate. Near the end of each section will be a line with:
      Code:
      <allow_active>yes</allow_active>
    5. Change this from Yes to No to disable. Save the changes and reboot.
      Code:
      <allow_active>no</allow_active>
    6. Now the power menu will not display these options. To reverse changes just repeat the above and change from no back to yes.

  2. #2
    Join Date
    Mar 2009
    Location
    Cork, Ireland
    Beans
    239
    Distro
    Ubuntu Development Release

    Re: Disable Suspend and Hibernate Options

    Thank you. This had been a minor annoyance for me, because Suspend and Hibernate don't work for me either, and I often accident trigger them.

    I hope you don't mind, but I made a blog post of this, which can be found here.

    Also, it's preferable to use gksudo instead of sudo when opening graphical programs, to prevent permission errors
    Acer Aspire T650, 3GHz PIV 1.4Gb RAM ATi Radeon Xpress 200
    320+80GB SATA Ubuntu 9.10 Karmic x86_64 Windows XP Home SP3

    Linux Expresso - Now featuring videos of my systems!

  3. #3
    Join Date
    Jun 2010
    Beans
    4
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Disable Suspend and Hibernate Options

    Thank you!!!

    I have a Lucid Wubi installation on an AMD Turion Mobile M640 that I bought pre-installed with Windows 7 Pro just a little over a week ago. When I made the mistake of Hibernating Ubuntu I was convinced that I'd blown up my new computer when nothing I did brought it back from a blank screen. Fortunately I was able to regain the presence of mind to power down, disconnect the power, remove the battery, and in the meantime go look for a solution using my wife's laptop.

    The battery removal had done the trick to allow me to get back to the boot loader, but if I tried to boot Ubuntu, I got a sort of a frozen splash screen and that was it. I discovered a solution for waking Ubuntu up from the boot menu here: http://lovehateubuntu.blogspot.com/2...t-wake-up.html

    Not wanting to put myself through that again, though, I sought a way to disable the option altogether, but nothing I found seemed to apply (for instance, disabling instructions for earlier releases had me searching for the "can_hibernate" key in the Configuration Editor--don't bother looking for it in Lucid; it's not there) until I found your simple solution.

    BTW, the solution you describe disables the Suspend and Hibernate options from the Ctrl+Alt+Del menu, as well. Sweet!

  4. #4
    Join Date
    Aug 2009
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Disable Suspend and Hibernate Options

    I have been searching this information,thanks a lot

  5. #5
    Join Date
    Jul 2010
    Beans
    7

    Re: Disable Suspend and Hibernate Options

    Quote Originally Posted by GabeSmall View Post
    BTW, the solution you describe disables the Suspend and Hibernate options from the Ctrl+Alt+Del menu, as well. Sweet!
    Confirmed. And that aspect even seemed to take effect before rebooting.


    Anyway, thank you Tlosk! This is just what I wanted.

    Some experts and/or people with lots of time or slightly different requirements might also wish to look at this page, which I came across on my way to finding Tlosk's solution.

  6. #6
    Join Date
    Mar 2008
    Location
    Singapore
    Beans
    7
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Disable Suspend and Hibernate Options

    Have been looking for this since I have a Wubi install and don't want those options for the damage they might do... So thanks a bunch!

  7. #7
    Join Date
    Mar 2011
    Location
    Cary, NC, USA
    Beans
    17
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Disable Suspend and Hibernate Options

    Interesting. I made these changes (10.10) and it has no effect. The power tool on my desktop still has active Suspend and Hibernate menu items, and Ctrl-Alt-Del still has Suspend and Hibernate.

    This shows the result of edit I made via sudo:

    Code:
    # grep allow_active  /usr/share/polkit-1/actions/org.freedesktop.upower.policy
          <allow_active>no</allow_active>
          <allow_active>no</allow_active>
    There are lots of obsolete instructions pages on how to disable these via gconf-editor etc. and none work. I need to disable these because when my system goes into suspend, it won't wake up and I must power off/on, which is not good.

  8. #8
    Join Date
    Nov 2008
    Beans
    70

    Re: Disable Suspend and Hibernate Options

    If you wound up here looking to the answer, as I did: It appears that the format of the polkit files has changed since this thread was written, and this will no longer work. To get a solution that works now, see this link:
    http://askubuntu.com/questions/93542...pend-hibernate
    But I did have to get creative with the file names -- I just successfully did this on an 11.04 system, and I put the file in "/etc/polkit-1/localauthority/50-local.d". The file name must end in .pkla, otherwise arbitrary (I think the one thing is there must be no other pkla file on the system with the same name). After setting up the file, you might need a logout-login, and the offending menu entries are gone.

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
  •