From owner-freebsd-questions@FreeBSD.ORG Thu Mar 26 16:25:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25626106567D for ; Thu, 26 Mar 2009 16:25:28 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (hmacs.cmi.ua.ac.be [143.129.75.10]) by mx1.freebsd.org (Postfix) with ESMTP id 94FE98FC08 for ; Thu, 26 Mar 2009 16:25:27 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (localhost [127.0.0.1]) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8) with ESMTP id n2QGPPCN005052; Thu, 26 Mar 2009 17:25:25 +0100 (CET) Received: from localhost (pdon@localhost) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8/Submit) with ESMTP id n2QGPPrw005049; Thu, 26 Mar 2009 17:25:25 +0100 (CET) X-Authentication-Warning: hmacs.cmi.ua.ac.be: pdon owned process doing -bs Date: Thu, 26 Mar 2009 17:25:24 +0100 (CET) From: Pieter Donche X-X-Sender: pdon@hmacs.cmi.ua.ac.be To: Frank Shute In-Reply-To: <20090326153918.GA84393@melon.esperance-linux.co.uk> Message-ID: References: <20090325222900.d4c325ee.freebsd@edvax.de> <20090326153918.GA84393@melon.esperance-linux.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Polytropon , "mail.list freebsd-questions" Subject: Re: how to configure xbiff X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pieter Donche List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2009 16:25:28 -0000 On Thu, 26 Mar 2009, Frank Shute wrote: > On Thu, Mar 26, 2009 at 08:39:38AM +0100, Pieter Donche wrote: >> >> On Wed, 25 Mar 2009, Polytropon wrote: >> >>> On Wed, 25 Mar 2009 16:21:48 +0100 (CET), Pieter Donche >>> wrote: >>>> What precise command do I have to write in what startup file, >>>> so that this does the same thing on FreeBSD/KDE3.5 ? >>> >>> I have the following line in my ~/.xinitrc: >>> >>> xbiff -geometry 50x50+0+998 & >>> This is for the lower left corner of a 1400x1050 21" CRT. >>> If you think you need further options, consult "man xbiff". :-) >> >>> From a terminal window command line xbiff -geometry 50x50-5+5 & puts >> it in my upper right corner, but if I put that in my .xinitrc >> (and chmod 755 ~/.xinitrc) nothing happens. Are you using kdm window >> manager or xdm ? (I have in my /etc/ttys: >> ttyv8 "/usr/local/bin/kdm -nodeamon" xterm on secure) >> >> Would .xinitrc not be processed by kdm window manager? > > Probably not. > ~/.xinitrc is only run when you use startx and ~/.xsession is used > when you run the display manager xdm(1). > I believe kdm also uses xsession. no xbiff icon neither when put in an .xsession file Also nothing to see about this xbiff in the file .session-errors-MYDISPLAYNAME:0 ??