From owner-freebsd-xfce@FreeBSD.ORG Fri Dec 28 21:55:57 2012 Return-Path: Delivered-To: freebsd-xfce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F40AD5DB for ; Fri, 28 Dec 2012 21:55:56 +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 A8BA88FC08 for ; Fri, 28 Dec 2012 21:55:56 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qBSLtn7g050986; Fri, 28 Dec 2012 14:55:49 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qBSLtnOC050983; Fri, 28 Dec 2012 14:55:49 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 28 Dec 2012 14:55:49 -0700 (MST) From: Warren Block To: Olivier Duchateau Subject: Re: Thunar missing folder icons In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 28 Dec 2012 14:55:49 -0700 (MST) Cc: freebsd-xfce@freebsd.org X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2012 21:55:57 -0000 On Fri, 28 Dec 2012, Olivier Duchateau wrote: > 2012/12/28 Warren Block : >> On Thu, 27 Dec 2012, Olivier Duchateau wrote: >> >>> 2012/12/27 Warren Block : >>>> >>>> After the update to Thunar, it works but no longer shows folder icons. >>>> Same >>>> situation with either Tango or Gnome icons. Is this a known problem? >>> >>> >>> It' strange, I didn't noticed this problem (only emblems in side >>> pane). How are you upgraded Thunar ? >> >> >> I don't recall anything unusual. Probably portupgrade on this system. I went back and started looking for problems. Rather than rebuilding everything Thunar depends on, I thought I'd start with sysutils/gnome-icon-theme. Which errored out looking for the Perl XML-SAX modules. I remember that upgrade, but didn't have a problem after it until now. In any case, something was broken in my setup, a recent upgrade triggered a deinstall/reinstall of gnome-icon-theme, and the broken stuff prevented the creation of the icons. After fixing that by reinstalling textproc/p5-XML-SAX, then reinstalling sysutils/gnome-icon-theme, all of the Thunar icons are present. Thanks!