OBS User unknown
2008-11-17 15:37:06 +00:00
committed by Git OBS Bridge
parent 00252b8db2
commit a057fd229b
3 changed files with 15 additions and 6 deletions

View File

@@ -47,7 +47,7 @@ while read A; do
if [ "$IS_ACTIVE" = "true" -a -n "$DISP" ]; then
# additional check, if none of these two apps are running, go on
if [ -n "`pidof kpowersave`" -o -n "`pidof gnome-power-manager`" ]; then
if [ -n "`pidof kpowersave`" -o -n "`pidof gnome-power-manager`" -o -n "`pidof kded4`" ]; then
echo doing nothing...
exit 0
fi