Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2013 08:34:23 -0600
From:      Antonio Olivares <olivares14031@gmail.com>
To:        Igor R <igor4ml@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: launch a program at startup
Message-ID:  <CAJ5UdcPdojKf62jzMKcsqM7N%2BZZHiwkrMsHXMJxtMUW4Ow_dWA@mail.gmail.com>
In-Reply-To: <CAJ5UdcNTD3fyYogYK=6AEuqs8JSpci6GjSu0Y=%2B%2BLe7uPZUEag@mail.gmail.com>
References:  <CAJ5UdcPQv4qZ%2BYo_xSWN7-7LWgcG9qKaOhDgU7bmRpWqxLQWyg@mail.gmail.com> <CAGLzeoxV%2ByOwLXSJhzknQQFnWbfhn9n=fGjzUFeKvB9X2mhWaA@mail.gmail.com> <CAJ5UdcNTD3fyYogYK=6AEuqs8JSpci6GjSu0Y=%2B%2BLe7uPZUEag@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Nov 22, 2013 at 6:45 AM, Antonio Olivares
<olivares14031@gmail.com> wrote:
> On Thu, Nov 21, 2013 at 10:36 PM, Igor R <igor4ml@gmail.com> wrote:
>> How do you start your destop? From command line with startx or from display
>> managed (xdm or any other)?
> startx
>> If you are starting it with startx then add /usr/local/bin/tilem2 & to file
>> in your home directory .xinitrc,
> before or after exec /usr/local/bin/icewm ?
>> if you are starting your X11 session from
>> xdm, then add same string to .xsession,
>>
>> Can you start any other programs from ~/.icewm/startup ?
> have not tried any :(
>> Add simple logging
>> to your script:
>> #!/bin/sh
>> echo staring tilem2 >> /tmp/log
>> /usr/local/bin/tilem2 2>&1 >> /tmp/log &
>>
> Will do this if above advice of adding tilem2 to ~/.xinitrc does not
> work and report back.
>>
>>
> Thanks for your advice.
>
> Best Regards,

Dear Igor & all,

I added /usr/local/bin/tilem2 & before /usr/local/bin/icewm in
~/.xinitrc and the problem is solved :)


Thanks for your pointers and suggestions.

Best Regards,


Antonio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5UdcPdojKf62jzMKcsqM7N%2BZZHiwkrMsHXMJxtMUW4Ow_dWA>