fixes #722325 - xfce4-power-manager does not seem to be supported
This commit is contained in:
parent
7f54861771
commit
f8a00bd854
@ -22,6 +22,7 @@ ps axo uid,cmd | \
|
|||||||
awk '
|
awk '
|
||||||
$1 == '$uid_session' &&
|
$1 == '$uid_session' &&
|
||||||
($2 ~ /gnome-power-manager/ || $2 ~ /kpowersave/ ||
|
($2 ~ /gnome-power-manager/ || $2 ~ /kpowersave/ ||
|
||||||
|
$2 ~ /xfce4-power-manager/ || $2 ~ /\/usr\/libexec\/gnome-settings-daemon/ ||
|
||||||
$2 ~ /kded4/ || $3 ~ /guidance-power-manager/) \
|
$2 ~ /kded4/ || $3 ~ /guidance-power-manager/) \
|
||||||
{ found = 1; exit }
|
{ found = 1; exit }
|
||||||
END { exit !found }
|
END { exit !found }
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: ACPI Event Daemon
|
Summary: ACPI Event Daemon
|
||||||
Name: acpid
|
Name: acpid
|
||||||
Version: 2.0.14
|
Version: 2.0.14
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://tedfelix.com/linux/acpid-%{version}.tar.gz
|
Source: http://tedfelix.com/linux/acpid-%{version}.tar.gz
|
||||||
@ -126,6 +126,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2011 Jiri Skala <jskala@redhat.com> - 2.0.14-2
|
||||||
|
- fixes #722325 - xfce4-power-manager does not seem to be supported
|
||||||
|
|
||||||
* Mon Dec 19 2011 Jiri Skala <jskala@redhat.com> - 2.0.14-1
|
* Mon Dec 19 2011 Jiri Skala <jskala@redhat.com> - 2.0.14-1
|
||||||
- updated to latest upstream 2.0.14
|
- updated to latest upstream 2.0.14
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user