Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 May 2011 21:48:29 +0200
From:      Eduardo <nec556@retena.com>
To:        pwnedomina <pwnedomina@gmail.com>,questions@freebsd.org
Subject:   Re: conky problem
Message-ID:  <4D7F86D500B3C97D@> (added by postmaster@resmaa14.ono.com)
In-Reply-To: <4DC683AD.9000305@gmail.com>
References:  <4DC683AD.9000305@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 13:51 08/05/2011, pwnedomina wrote:
>Ive just setup "conky &" in my fluxbox startup file the thing is 
>that when fluxbox starts i see it running but then suddenly 
>disappears, i see its running on background but how can i make it to 
>appear in the screen?

Where did you write "conky &" ? It should be on the after fluxbox 
start. I have something like this:

#!bin/sh

#pre fluxbox area

xrandr -s 1152x864 &

fluxbox &

#post fluxbox area

fbpid=$!
sleep1{
   fbdesk -rc /home/myhome/.fluxbox/init &
   conky -p -d &
   xterm -T 'main xterm' &

}&

I start conky with -d (daemonize) and -p without number(pause before 
show data).

HTH

>_______________________________________________
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D7F86D500B3C97D>