Bug 419331 - Fix ACPI's config to check for KDE
Summary: Fix ACPI's config to check for KDE
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: acpid
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Zdenek Prikryl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-11 08:08 UTC by Tejas Dinkar
Modified: 2008-01-24 22:02 UTC (History)
0 users

Fixed In Version: 1.0.6-5.fc8
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-24 22:02:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tejas Dinkar 2007-12-11 08:08:12 UTC
Description of problem:
When the power button on a laptop is pressed, the action in
/etc/acpi/events/power.conf
is called. This currently checks if gnome-power-manager is running.

This can be trivially fixed to check for both gnome, and for kde power manager
by changing the first grep from:
grep gnome-power-manager
to
grep -e gnome-power-manager -e kpowersave


Expected results:
ACPI should follow KDE's actions if the power button is pressed

Additional info:

Comment 1 Patrice Dumas 2007-12-11 10:15:10 UTC
This file is in acpid, not in acpi

$ rpm -qf /etc/acpi/events/power.conf
acpid-1.0.6-4.fc9


Comment 2 Fedora Update System 2008-01-24 21:59:45 UTC
acpid-1.0.4-9.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 3 Fedora Update System 2008-01-24 22:02:10 UTC
acpid-1.0.6-5.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.