Ubuntu 18.04: Where are the power management profiles?












4















Back in Unity, there were options in the settings program to manage power settings important to laptops, such as:




  1. Specify different behaviors for things like dimming the screen or
    suspending the system if the computer was plugged in or on battery

  2. Define what happens when the lid is closed (suspend, nothing, etc.)


In the new gnome shell under Power Settings, all configurations besides automatic suspend apply regardless of the charger's status, and there is no option for what to do when the lid is closed.



Are those settings hidden somewhere in the GUI, or can be accessed via command line? If they are not available in the GUI or at all, what would be the appropriate channel to suggest their addition to the development community?










share|improve this question




















  • 1





    "In GNOME 3.0, we’re defaulting to suspending the computer when the user shuts the lid, and not providing any preferences combobox to change this. This is what the UI designers for GNOME 3.0 want, and is probably a step in the right direction. We really can’t keep working around bugs in the kernel with extra UI controls." blogs.gnome.org/hughsie/2011/02/02/… --- The ONLY method of informing you don't like this is by ignoring gnome 3 and install another Ubuntu version

    – Rinzwind
    Apr 26 '18 at 20:47


















4















Back in Unity, there were options in the settings program to manage power settings important to laptops, such as:




  1. Specify different behaviors for things like dimming the screen or
    suspending the system if the computer was plugged in or on battery

  2. Define what happens when the lid is closed (suspend, nothing, etc.)


In the new gnome shell under Power Settings, all configurations besides automatic suspend apply regardless of the charger's status, and there is no option for what to do when the lid is closed.



Are those settings hidden somewhere in the GUI, or can be accessed via command line? If they are not available in the GUI or at all, what would be the appropriate channel to suggest their addition to the development community?










share|improve this question




















  • 1





    "In GNOME 3.0, we’re defaulting to suspending the computer when the user shuts the lid, and not providing any preferences combobox to change this. This is what the UI designers for GNOME 3.0 want, and is probably a step in the right direction. We really can’t keep working around bugs in the kernel with extra UI controls." blogs.gnome.org/hughsie/2011/02/02/… --- The ONLY method of informing you don't like this is by ignoring gnome 3 and install another Ubuntu version

    – Rinzwind
    Apr 26 '18 at 20:47
















4












4








4








Back in Unity, there were options in the settings program to manage power settings important to laptops, such as:




  1. Specify different behaviors for things like dimming the screen or
    suspending the system if the computer was plugged in or on battery

  2. Define what happens when the lid is closed (suspend, nothing, etc.)


In the new gnome shell under Power Settings, all configurations besides automatic suspend apply regardless of the charger's status, and there is no option for what to do when the lid is closed.



Are those settings hidden somewhere in the GUI, or can be accessed via command line? If they are not available in the GUI or at all, what would be the appropriate channel to suggest their addition to the development community?










share|improve this question
















Back in Unity, there were options in the settings program to manage power settings important to laptops, such as:




  1. Specify different behaviors for things like dimming the screen or
    suspending the system if the computer was plugged in or on battery

  2. Define what happens when the lid is closed (suspend, nothing, etc.)


In the new gnome shell under Power Settings, all configurations besides automatic suspend apply regardless of the charger's status, and there is no option for what to do when the lid is closed.



Are those settings hidden somewhere in the GUI, or can be accessed via command line? If they are not available in the GUI or at all, what would be the appropriate channel to suggest their addition to the development community?







power-management gnome-shell 18.04






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 26 '18 at 23:59









pomsky

32.2k11100131




32.2k11100131










asked Apr 26 '18 at 15:06









gabrahaogabrahao

2112




2112








  • 1





    "In GNOME 3.0, we’re defaulting to suspending the computer when the user shuts the lid, and not providing any preferences combobox to change this. This is what the UI designers for GNOME 3.0 want, and is probably a step in the right direction. We really can’t keep working around bugs in the kernel with extra UI controls." blogs.gnome.org/hughsie/2011/02/02/… --- The ONLY method of informing you don't like this is by ignoring gnome 3 and install another Ubuntu version

    – Rinzwind
    Apr 26 '18 at 20:47
















  • 1





    "In GNOME 3.0, we’re defaulting to suspending the computer when the user shuts the lid, and not providing any preferences combobox to change this. This is what the UI designers for GNOME 3.0 want, and is probably a step in the right direction. We really can’t keep working around bugs in the kernel with extra UI controls." blogs.gnome.org/hughsie/2011/02/02/… --- The ONLY method of informing you don't like this is by ignoring gnome 3 and install another Ubuntu version

    – Rinzwind
    Apr 26 '18 at 20:47










1




1





"In GNOME 3.0, we’re defaulting to suspending the computer when the user shuts the lid, and not providing any preferences combobox to change this. This is what the UI designers for GNOME 3.0 want, and is probably a step in the right direction. We really can’t keep working around bugs in the kernel with extra UI controls." blogs.gnome.org/hughsie/2011/02/02/… --- The ONLY method of informing you don't like this is by ignoring gnome 3 and install another Ubuntu version

– Rinzwind
Apr 26 '18 at 20:47







"In GNOME 3.0, we’re defaulting to suspending the computer when the user shuts the lid, and not providing any preferences combobox to change this. This is what the UI designers for GNOME 3.0 want, and is probably a step in the right direction. We really can’t keep working around bugs in the kernel with extra UI controls." blogs.gnome.org/hughsie/2011/02/02/… --- The ONLY method of informing you don't like this is by ignoring gnome 3 and install another Ubuntu version

– Rinzwind
Apr 26 '18 at 20:47












1 Answer
1






active

oldest

votes


















0














If you have package gnome-settings-daemon installed, you can change behavior of lid, buttons and low-battery actions in dconf within location:
[org.gnome.settings-daemon.plugins.power]



Example config:



[org/gnome/settings-daemon/plugins/power]
lid-close-ac-action='nothing'
lid-close-battery-action='nothing'
power-button-action='nothing'
sleep-inactive-ac-timeout=3600
sleep-inactive-ac-type='nothing'
sleep-inactive-battery-timeout=900
sleep-inactive-battery-type='suspend'





share|improve this answer























    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%2f1028448%2fubuntu-18-04-where-are-the-power-management-profiles%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    If you have package gnome-settings-daemon installed, you can change behavior of lid, buttons and low-battery actions in dconf within location:
    [org.gnome.settings-daemon.plugins.power]



    Example config:



    [org/gnome/settings-daemon/plugins/power]
    lid-close-ac-action='nothing'
    lid-close-battery-action='nothing'
    power-button-action='nothing'
    sleep-inactive-ac-timeout=3600
    sleep-inactive-ac-type='nothing'
    sleep-inactive-battery-timeout=900
    sleep-inactive-battery-type='suspend'





    share|improve this answer




























      0














      If you have package gnome-settings-daemon installed, you can change behavior of lid, buttons and low-battery actions in dconf within location:
      [org.gnome.settings-daemon.plugins.power]



      Example config:



      [org/gnome/settings-daemon/plugins/power]
      lid-close-ac-action='nothing'
      lid-close-battery-action='nothing'
      power-button-action='nothing'
      sleep-inactive-ac-timeout=3600
      sleep-inactive-ac-type='nothing'
      sleep-inactive-battery-timeout=900
      sleep-inactive-battery-type='suspend'





      share|improve this answer


























        0












        0








        0







        If you have package gnome-settings-daemon installed, you can change behavior of lid, buttons and low-battery actions in dconf within location:
        [org.gnome.settings-daemon.plugins.power]



        Example config:



        [org/gnome/settings-daemon/plugins/power]
        lid-close-ac-action='nothing'
        lid-close-battery-action='nothing'
        power-button-action='nothing'
        sleep-inactive-ac-timeout=3600
        sleep-inactive-ac-type='nothing'
        sleep-inactive-battery-timeout=900
        sleep-inactive-battery-type='suspend'





        share|improve this answer













        If you have package gnome-settings-daemon installed, you can change behavior of lid, buttons and low-battery actions in dconf within location:
        [org.gnome.settings-daemon.plugins.power]



        Example config:



        [org/gnome/settings-daemon/plugins/power]
        lid-close-ac-action='nothing'
        lid-close-battery-action='nothing'
        power-button-action='nothing'
        sleep-inactive-ac-timeout=3600
        sleep-inactive-ac-type='nothing'
        sleep-inactive-battery-timeout=900
        sleep-inactive-battery-type='suspend'






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 23 '18 at 16:59









        wiktor.2200wiktor.2200

        355




        355






























            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%2f1028448%2fubuntu-18-04-where-are-the-power-management-profiles%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

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局