From owner-freebsd-questions@FreeBSD.ORG Fri May 6 00:01:58 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 ABC82106564A for ; Fri, 6 May 2011 00:01:58 +0000 (UTC) (envelope-from pwnedomina@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 37C9A8FC08 for ; Fri, 6 May 2011 00:01:57 +0000 (UTC) Received: by wwc33 with SMTP id 33so2773315wwc.31 for ; Thu, 05 May 2011 17:01:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Eu36BBBMXSw0+ruvtohqO9A9vq4wZrne46Yopi7Krww=; b=GMChW+EtPypOn+r+HvgO+LUd2Mktq2VQ7QxAx6U5VFc3lhjtwORLwHxVAZXuaN9iM6 c55ZtwZ1LpGb5VqiGbUgjtDoroTJMK7p2QOuWE8cDDnQIW+n8VFbv3qPN/iRa0PvIBzR VnQsFaXz/2NXtIMLUUgMq9hLJ7v3KYobCtj54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=XLhI00lNNsrfOLAZOzH/XtrDwmdi5VmipvtMiGtftKVxk7QfZ5q0Hu55UuxOkGw/m8 jtR+zFyqtHUpyF54xtM+tz01lE0tJ+WRTkgB/YixDL/cT0PFNCBgE2azrgbKuuewIvGh 8NeMkrABfPp5j5eCEiK9NHuI+rNZdE50T2W2w= Received: by 10.216.60.193 with SMTP id u43mr1781843wec.103.1304640116065; Thu, 05 May 2011 17:01:56 -0700 (PDT) Received: from [192.168.1.71] (bl19-111-248.dsl.telepac.pt [2.80.111.248]) by mx.google.com with ESMTPS id bd8sm1656762wbb.48.2011.05.05.17.01.54 (version=SSLv3 cipher=OTHER); Thu, 05 May 2011 17:01:55 -0700 (PDT) Message-ID: <4DC34882.8090906@gmail.com> Date: Fri, 06 May 2011 01:01:54 +0000 From: pwnedomina User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; pt-PT; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: "Daniel C. Dowse" References: <4DC1BEA8.6030108@gmail.com> <20110504224931.9ffd5682.dcdowse@gmx.net> <4DC1E23E.3020001@gmail.com> <20110505014556.50dcea0e.dcdowse@gmx.net> <4DC27128.8040508@gmail.com> <20110505143748.4be94f6f.freebsd@edvax.de> <4DC2CCD7.3080406@gmail.com> <20110505192047.137782cb.freebsd@edvax.de> <4DC2FDA8.8030407@gmail.com> <20110506014809.b4516152.dcdowse@gmx.net> In-Reply-To: <20110506014809.b4516152.dcdowse@gmx.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: rox-fm 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: Fri, 06 May 2011 00:01:58 -0000 Em 05-05-2011 23:48, Daniel C. Dowse escreveu: > On Thu, 05 May 2011 19:42:32 +0000, pwnedomina wrote: > [cut] >> i had a little problem, after i have rox-filer running im unable to see >> output of root-tail texts in background, what can i do in order to fix this? > It may be cause your run rox with -S [ --rox-session ] option and the pinboard > is set as your backdrop, you probably have to run rox without the session > command. > > cheers > > Daniel Dowse > > \\|// > (o o) > -----------ooO-(_)-Ooo------------------------------------------- > - Wer Morgens verknittert ist, hat Tagsueber mehr Zeit sich zu - > - enfalten; - > ----------------------------------------------------------------- > - Please send plain ASCII text only. - > - Please reply below quoted text section. - > ----------------------------------------------------------------- > > as for the root-tail what settings you recommend to use? on http://fluxbox-wiki.org/index.php?title=.xinitrc they have show this example #!/bin/sh #log files we like to watch logfile1="/var/log/messages,white" logfile2="/var/log/kern.log,green" logfile3="/var/log/auth.log,red,'LOGIN'" logfile4="/var/log/secure,red,'ALERT!!'" #the font we want our log to show logfont="-rolibue-matto-bold-r-normal--14-14-75-75-m-90-iso8859-1" #the deminsions of our log area geom="800x350+10+40" exec gkrellm2 -w & exec root-tail -g ${geom} -fn ${logfont} ${log1} ${log2} ${log3} ${log4}" klipper xset r rate 195 35 #load our custom keymaps for special keys to work in x xmodmap ~/.Xmodmap #load our custom settings for terminal and other stuff xrdb -load ~/.Xdefaults #start a window manager exec fluxbox #can only execute one this time we use fluxbox #exec openbox which does not seem very suitable, do you recommend other settings? #exec wmaker