From owner-freebsd-questions@FreeBSD.ORG Fri May 6 01:09:32 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 971471065679 for ; Fri, 6 May 2011 01:09:32 +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 1A0C78FC13 for ; Fri, 6 May 2011 01:09:31 +0000 (UTC) Received: by wwc33 with SMTP id 33so2808352wwc.31 for ; Thu, 05 May 2011 18:09:30 -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=VkSN3TSFFUczCxJrlzqosATvm7w27G8VKAGp3/vqkn4=; b=eXqKMrZBDV8pSwtxaCq+ZI/k8beDQNp4ZMdL8pLAd/P1WXxbUYcnqzmpx07jG474+L wXsPOqFZiLSs19mtrKG4rCmRrzQEb6z6P/kZdiDkvo6CW/Ogq0myAIRd9d6qI/fdryTT lW01rX8s/DnGRgvYDhjts2l/DFz9rRnsO5mqk= 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=QK/cRhH3+ZU51LK0eWYd629Xm/UWmlGRYNGSd7CIyZN76+dg5PjXQD2PH9pImlVUnA MFMxX8H39J8MgaQe0mxJsJJIuppc2RR7Vp1e4t/AAIfGzuj6OgeGB6oOuRsjnT0kcixS G9b5zYP+OSM5aWBZ4f6HrWrrXJBA505g1xOAc= Received: by 10.227.39.66 with SMTP id f2mr3196902wbe.2.1304644170611; Thu, 05 May 2011 18:09:30 -0700 (PDT) Received: from [192.168.1.71] ([2.80.97.98]) by mx.google.com with ESMTPS id y29sm1683694wbd.4.2011.05.05.18.09.29 (version=SSLv3 cipher=OTHER); Thu, 05 May 2011 18:09:29 -0700 (PDT) Message-ID: <4DC35857.1060207@gmail.com> Date: Fri, 06 May 2011 02:09:27 +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> <4DC34882.8090906@gmail.com> In-Reply-To: <4DC34882.8090906@gmail.com> 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 01:09:32 -0000 Em 06-05-2011 01:01, pwnedomina escreveu: > 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 > > now, whenever i try to execute rox and open files i get the message "exec: /path/file: Permission denied". what is wrong?