Re: [Banshee-List] Run command after Banshee start
- From: Daniel Sousa <danielrs12345 gmail com>
- To: banshee-list gnome org
- Subject: Re: [Banshee-List] Run command after Banshee start
- Date: Tue, 8 Sep 2009 15:42:34 +0100
If I run:
banshee-1 & sleep 10 && python ./bansheeserver.py
in the terminal it works, but if I put as a startup command, it starts python but I can't connect.
Does anyone have another suggestion?
On Tue, Sep 8, 2009 at 3:06 PM, Michał Sawicz
<michal sawicz net> wrote:
Dnia 2009-09-08, wto o godzinie 14:46 +0100, Daniel Sousa pisze:
> banshee-1 && python ./bansheeserver.py
That's because this command would run python... AFTER banshee-1 would
exit
try:
> banshee-1 &
> python ./bansheeserver.py
You may want to use 'sleep 5' between those to allow banshee to
initialize.
--
Michał Sawicz <michal sawicz net>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]