From owner-freebsd-xfce@FreeBSD.ORG Wed Jun 6 17:25:32 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 29D23106566B; Wed, 6 Jun 2012 17:25:32 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id C55BF8FC16; Wed, 6 Jun 2012 17:25:31 +0000 (UTC) Received: by ggnm2 with SMTP id m2so6172659ggn.13 for ; Wed, 06 Jun 2012 10:25:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=2GM8zmq4m1FnOhytxBkkXDeaE1GBoWqnBCk3Ytc3yUk=; b=jE09UX/NIH3MUj2JNRgw+TKtEB64aJYFDbt/N76XB8Z+w4IaQAMe36pC1GWrxXqewA RmI24deyzmNpwCmJ+HZiWiAKGAL09mhQptYOmmn7EEBXRxfFhAukM0Ssnfs0CTeCevxV yr5D4OrVrP9sqrgpZWq+bX0zDNxY8yRwzI398nP5B5Pugr1SiZDAogO3gWolf+nZVX/Q w/8ywtjJEA+dH5ETWayr4eFJ0ncgraQPScGiFZSrbq+Drzm2c0o9HXIOS08SdqTZm8m8 e03Wg3w3B+fzh9Fll6pvDRXenQe63XzfYiqE/EHaaswV/oaFcog9JJB0n22uziCBrIIJ RHBw== MIME-Version: 1.0 Received: by 10.236.177.104 with SMTP id c68mr5711928yhm.76.1339003530449; Wed, 06 Jun 2012 10:25:30 -0700 (PDT) Received: by 10.146.147.3 with HTTP; Wed, 6 Jun 2012 10:25:30 -0700 (PDT) In-Reply-To: <201206051140.q55Be8EK069840@freefall.freebsd.org> References: <201206051140.q55Be8EK069840@freefall.freebsd.org> Date: Wed, 6 Jun 2012 19:25:30 +0200 Message-ID: From: Olivier Duchateau To: bug-followup Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Pavel Timofeev , freebsd-xfce@freebsd.org Subject: Re: ports/168688: missing icons interface with x11-wm/xfce4 X-BeenThere: freebsd-xfce@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: XFCE for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2012 17:25:32 -0000 2012/6/5 Pavel Timofeev : > The following reply was made to PR ports/168688; it has been noted by GNA= TS. > > From: Pavel Timofeev > To: bug-followup@FreeBSD.org, eric.douzet@gmail.com > Cc: > Subject: Re: ports/168688: missing icons interface with x11-wm/xfce4 > Date: Tue, 5 Jun 2012 15:35:27 +0400 > > =A0--e89a8f22bb0b0e402004c1b80ccc > =A0Content-Type: text/plain; charset=3DUTF-8 > > =A0I can confirm this problem It's not bug, it's normal behaviour. With new Xfce 4.10, default value of icons theme and Gtk theme are empty. To avoid this annoying "bug", there're 3 ways to correct it: - create ~/.gtkrc-2.0 file and add this line gtk-icon-theme-name =3D "Tango" # Tango theme caveat: you can't change icons theme with settings window. - go to Menu -> Settings -> Appearance -> Icons (need Xfce's session which works) The last, I think it's the best. - copy /usr/local/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml to ~/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml search keyword IconThemeName and replace empty by name of icons theme. I've a patch on my box. --=20 olivier