Hi everybody, I have problems about writing a script which takes place after login.
Basically I rely on /etc/init.d/rivendell only to proper making /var/run/rivendell but I want everything else being after logging in gnome. Therefore I wrote a file startup.sh which is recalled by "Startup Application" menu in gnome. It is responsible of starting Jackd, launching RDAirPlay (and RD daemons) and play the first track of the loaded log. Something like this #!/bin/bash /usr/bin/jackd -R -ddummy -r44100 & sleep 5 /usr/bin/rdairplay & sleep 5 /usr/bin/rmlsend PN\ 1\! It needs to be extended with other applications (processing, encoder, stream etc) but it fails in "rmlsend" step. Can you guess why? If I give that last line in the terminal it works ok, but it fails during startup process. I added 'echo' for debugging and I know it reaches that last line. It simply doesn't produce results. Can you help me? Thank you Alessio _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
