From owner-freebsd-questions@FreeBSD.ORG Fri May 27 18:15:35 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 B7FBC1065674 for ; Fri, 27 May 2011 18:15:35 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout020.mac.com (asmtpout020.mac.com [17.148.16.95]) by mx1.freebsd.org (Postfix) with ESMTP id A01DD8FC24 for ; Fri, 27 May 2011 18:15:35 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp020.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LLV00MRV9DO3E10@asmtp020.mac.com> for questions@freebsd.org; Fri, 27 May 2011 11:15:24 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.148,0.0.0000 definitions=2011-05-27_05:2011-05-27, 2011-05-27, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1105270125 From: Chuck Swiger In-reply-to: <4DDFE29D.30702@gmail.com> Date: Fri, 27 May 2011 11:15:24 -0700 Message-id: <0868EAC7-1A28-40C6-8627-A1D4E4C0FC71@mac.com> References: <4DDFE29D.30702@gmail.com> To: pwnedomina X-Mailer: Apple Mail (2.1084) Cc: questions@freebsd.org Subject: Re: icons 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, 27 May 2011 18:15:35 -0000 On May 27, 2011, at 10:42 AM, pwnedomina wrote: > where are located icons of apps such as browsers,etc? pkg_info -L _portname_ will display the pathnames for a package or port such as Firefox, and you can then grep that for .jpg/.gif/.png files as you see fit. Regards, -- -Chuck