On Sun, 2011-09-18 at 19:00 +0200, Denis 'GNUtoo' Carikli wrote:
> Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
> ---
>  shr-settings |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/shr-settings b/shr-settings
> index 3fd22ec..4de39a7 100755
> --- a/shr-settings
> +++ b/shr-settings
> @@ -408,7 +408,7 @@ class MainWindow:
>              cat_table.pack(bt,col,row,1,1)
>  
>          #ophonekitd or phonefsod not running?
> -        if os.popen("ps -A | grep 'ophonekitd\|phonefsod'").read() == "":
> +        if (os.popen("ps -A | grep 'ophonekitd\|phonefsod'").read() == "") 
> or (os.popen("ps | grep 'ophonekitd\|phonefsod'").read() == ""):
sorry that didn't work at runtime:
it still does that:
ps: invalid option -- 'A'
BusyBox v1.18.5 (2011-09-09 23:55:17 CEST) multi-call binary.

Usage: ps 

neither ophonekitd nor phonefsod is running!

I must go and I am in a hurry, sorry.

Denis.


_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel

Reply via email to