On Wednesday 15 November 2000 13:04, Guillaume Cottenceau wrote:
> Peter Ruskin <[EMAIL PROTECTED]> writes:
> > <...>
> > I have an Arts toggle on my desktop - if any program can't produce
> > sound when Arts is running, I just toggle Arts off while I run that
> > program and toggle it back on afterwards...
> >
> > #!/bin/sh
> > if [ "$(ps -aux | gawk '{print $11}' | grep artsd)" != "artsd" ];
> > then
> >     artsd &
> > else
> >     killall artsd
> > fi
>
> In the startkde script they say that artsd should be started only by
> startkde.
I read that too, Guillaume, but this works for me - why not give it a try?
-- 
----------------------------------------------------------------------
Peter Ruskin                            <[EMAIL PROTECTED]>
Wrexham, UK                            KDE - the professionals' choice
----------------------------------------------------------------------
                           Uptime 3 hours 34 minutes
----------------------------------------------------------------------

Reply via email to