From owner-freebsd-ports@FreeBSD.ORG Mon Sep 22 22:35:24 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9866F1065679 for ; Mon, 22 Sep 2008 22:35:24 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id 52E1C8FC15 for ; Mon, 22 Sep 2008 22:35:24 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) DKIM-Signature: v=1; a=rsa-sha1; d=embarqmail.com; s=s012408; c=relaxed/simple; q=dns/txt; i=@embarqmail.com; t=1222122923; h=From:Subject:Date:To:Mime-Version:Content-Type; bh=nhpZj/y3BcKJoSoVgtqqS0KqbfI=; b=SQXdTimuFMRhTNvetrh1l69h6BoSwzunZ1JE6pPWVrJEs2XtF+DMv7cX+WMMa9C3 s6fdOUJ9RjP9KKzs4GMcFS+0oDoYYAfL4lILEdA+kRl/jKgLT/AEsgyywjav3qJU; X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=IfE04opV_tAA:10 a=2LZbf7JphJMA:10 a=6I5d2MoRAAAA:8 a=Pt7xqYtr94AiS9_q9b8A:9 a=o8ocb0hnw43fAMfOUTFdX5JpQZAA:4 a=4vB-4DCPJfMA:10 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp08.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received: from [74.4.78.58] ([74.4.78.58:62672] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.2.33 r(25932/25934)) with ESMTPA id E7/F1-18307-AAD18D84; Mon, 22 Sep 2008 18:35:23 -0400 Date: Mon, 22 Sep 2008 18:35:20 -0400 From: Randy Pratt To: "Jeremy Messenger" Message-Id: <20080922183520.0984eae1.bsd-unix@embarqmail.com> In-Reply-To: References: <20080922175249.GA43367@wep4035.physik.uni-wuerzburg.de> X-Mailer: Sylpheed 2.5.0 (GTK+ 2.12.11; i386-portbld-freebsd6.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alexey Shuvaev , freebsd-ports@freebsd.org Subject: Re: x11-wm/fluxbox fluxbox-generate_menu lists all available programs. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2008 22:35:24 -0000 On Mon, 22 Sep 2008 14:16:35 -0500 "Jeremy Messenger" wrote: > I agree for 'which' is best thing to do. Not all shells (csh, see in > builtin(1)) have 'hash' stuff. I have bring all of hash -> which stuff > from 1.0.0, so let me know patches work for you. > > http://people.freebsd.org/~mezz/diff/patch-util%3a%3afluxbox-generate_menu.in > http://people.freebsd.org/~mezz/diff/patch-util_fbsetbg > > Put those files in x11-wm/fluxbox/files/ and reinstall fluxbox. The patch-util_fbsetbg fixed the inability to set backgrounds. I had almost forgotten about this minor problem. The fluxbox-generate_menu.in patch results in an improved function but I recommend users backup their ~/.fluxbox in case it does something odd (I have a highly customized menu). Thanks again for fluxbox patches ;-) Randy --