This commit is contained in:
committed by
Git OBS Bridge
parent
00252b8db2
commit
a057fd229b
@@ -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
|
||||
|
Reference in New Issue
Block a user