From owner-freebsd-questions@FreeBSD.ORG Fri May 27 21:40:57 2011 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 B49D1106564A for ; Fri, 27 May 2011 21:40:57 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 788108FC08 for ; Fri, 27 May 2011 21:40:57 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p4RLeuoq045891; Fri, 27 May 2011 15:40:56 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p4RLeuAp045888; Fri, 27 May 2011 15:40:56 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 27 May 2011 15:40:56 -0600 (MDT) From: Warren Block To: pwnedomina In-Reply-To: <4DDFFC16.6040908@gmail.com> Message-ID: References: <4DDFE29D.30702@gmail.com> <20110527201540.7c171ca0@adolfputzen> <4DDFFC16.6040908@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 27 May 2011 15:40:56 -0600 (MDT) Cc: freebsd-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 21:40:57 -0000 On Fri, 27 May 2011, pwnedomina wrote: > On 27-05-2011 19:15, Julian Fagir wrote: >> Hi, >> >>> where are located icons of apps such as browsers,etc? >> that depends on the software itself and the wm you are using. >> For Gnome, KDE and Xfce at least you can look at /usr/share/icons >> (/usr/local/share/icons resp.), but menu entries as Freedesktop defines can >> also have absolute paths. >> >> Regards, Julian > where can i find xchat icons for instance? i make a search and didnt find > them.. Look in the port's pkg-plist: share/pixmaps/xchat.png which is relative to $LOCALBASE (usually /usr/local). Sometimes 'locate programname.png' will work.