Ubuntu 18.04: Where are the power management profiles?
Back in Unity, there were options in the settings program to manage power settings important to laptops, such as:
- Specify different behaviors for things like dimming the screen or
suspending the system if the computer was plugged in or on battery - 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
add a comment |
Back in Unity, there were options in the settings program to manage power settings important to laptops, such as:
- Specify different behaviors for things like dimming the screen or
suspending the system if the computer was plugged in or on battery - 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
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
add a comment |
Back in Unity, there were options in the settings program to manage power settings important to laptops, such as:
- Specify different behaviors for things like dimming the screen or
suspending the system if the computer was plugged in or on battery - 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
Back in Unity, there were options in the settings program to manage power settings important to laptops, such as:
- Specify different behaviors for things like dimming the screen or
suspending the system if the computer was plugged in or on battery - 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
power-management gnome-shell 18.04
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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'
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
});
}
});
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%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
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'
add a comment |
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'
add a comment |
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'
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'
answered Oct 23 '18 at 16:59
wiktor.2200wiktor.2200
355
355
add a comment |
add a comment |
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%2f1028448%2fubuntu-18-04-where-are-the-power-management-profiles%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
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