Bug 121061
Summary: | "apm -s" is the default suspend command even with ACPI | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Kees <kc0> |
Component: | gnome-applets | Assignee: | David Zeuthen <davidz> |
Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | barryn, hp, mclasen, notting, riel, stadler, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i586 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-03-07 22:26:06 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 155613 | ||
Bug Blocks: | 150221 |
Description
Kees
2004-04-16 16:21:13 UTC
*** This bug has been marked as a duplicate of 121376 *** Wrong bug, sorry. Sounds reasonable. Just need to figure out what the ACPI command is. A problem is that the default suspend command is specified in a GConf schema - hard (or at least unusual) to change a schema default dynamically. Might want to have two GConf keys - suspend_command_apm and suspend_command_acpi. *** Bug 125562 has been marked as a duplicate of this bug. *** Mark, a good suspend command would be: "echo 3 > /proc/acpi/sleep" *** Bug 130685 has been marked as a duplicate of this bug. *** I suggest that we add a command with the following properties: - it works for both apm and acpi systems - users have permission to run it by default (probably using consolehelper so it's only console users) and then set that as the command. Dynamically changing gconf stuff is wonky. And we don't want to have to go around fixing everything next time the /proc "interfaces" change ;-) Perhaps this is just an extra flag to "shutdown"? Unfortunately the command "suspend" already exists Random thought: Would "standby" be a suitable name for such a command? Bill do you have any objection to adding such a command? Go for it. The problem is that the semantics change, of course; the apm suspend returns, the acpi suspend doesn't return until you resume, etc. Taking off FC3 target tracker list Okay, spliting out a separate bug for the "we need a standby command" into bug #143397 *** Bug 140667 has been marked as a duplicate of this bug. *** David is actually working on a better solution to this (don't ask for a command at all). I'm going to reassign this bug to him. Actually, I recently filed bug 155613 for inclusion of suspend scripts. Said scripts are a prequisite for resolving this bug. I also got a patch for battstat-applet-2 to remove the text entry field and provide some combo boxes for actions to take when a) lid is closed; b) suspend button is pressed; and c) power button is pressed. For FC5 we'll probably just ship gnome-power-manager instead of the battstat applet; see utopia-list archives for details (it's under development). Moving to FC5Target from discussion during desktop core team meeting. Suspend was moved to the menu, so I guess you could call this fixed. |