From owner-freebsd-questions@FreeBSD.ORG Tue May 10 19:59:36 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AA41106564A for ; Tue, 10 May 2011 19:59:36 +0000 (UTC) (envelope-from nec556@retena.com) Received: from resmaa14.ono.com (smtp14.ono.com [62.42.230.176]) by mx1.freebsd.org (Postfix) with ESMTP id EC1358FC13 for ; Tue, 10 May 2011 19:59:35 +0000 (UTC) Received: from GogPortatil.retena.com (212.21.232.228) by resmaa14.ono.com (8.5.113) (authenticated as nec556@retena.com) id 4D7F86D500B3C97D; Tue, 10 May 2011 21:48:20 +0200 Message-ID: <4D7F86D500B3C97D@> (added by postmaster@resmaa14.ono.com) X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 10 May 2011 21:48:29 +0200 To: pwnedomina ,questions@freebsd.org From: Eduardo In-Reply-To: <4DC683AD.9000305@gmail.com> References: <4DC683AD.9000305@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Antivirus: AVG for E-mail 10.0.1325 [1500/3628] Cc: Subject: Re: conky problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 19:59:36 -0000 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"