ports/168688: missing icons interface with x11-wm/xfce4

Olivier Duchateau duchateau.olivier at gmail.com
Wed Jun 6 17:25:32 UTC 2012


2012/6/5 Pavel Timofeev <timp87 at gmail.com>:
> The following reply was made to PR ports/168688; it has been noted by GNATS.
>
> From: Pavel Timofeev <timp87 at gmail.com>
> To: bug-followup at FreeBSD.org, eric.douzet at gmail.com
> Cc:
> Subject: Re: ports/168688: missing icons interface with x11-wm/xfce4
> Date: Tue, 5 Jun 2012 15:35:27 +0400
>
>  --e89a8f22bb0b0e402004c1b80ccc
>  Content-Type: text/plain; charset=UTF-8
>
>  I 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 = "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.




-- 
olivier


More information about the freebsd-xfce mailing list